This method should return null if it is not bound yet, so that Wicket can recognize that it should create a session and call {@link #bind(Request,Session)} right after that.
@param request The current request @return The session for the provided request or null if the session wasnot bound
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|