|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.apache.wicket | The core Wicket package. |
| org.apache.wicket.protocol.http | HTTP implementation. |
| org.apache.wicket.session | |
| Uses of Session in org.apache.wicket |
|---|
| Methods in org.apache.wicket that return Session | |
|---|---|
static Session |
Session.findOrCreate()
Locate the session for the client of this request in the ISessionStore or create a
new one and attach it when none could be located and sets it as the current instance for this
thread. |
static Session |
Session.findOrCreate(Request request,
Response response)
|
static Session |
Session.get()
Get the session for the calling thread. |
Session |
RequestCycle.getSession()
Gets the session. |
Session |
PageMap.getSession()
|
Session |
Component.getSession()
Gets the current Session object. |
abstract Session |
Application.newSession(Request request,
Response response)
Creates a new session. |
Session |
Session.setStyle(java.lang.String style)
Set the style (see Session). |
| Methods in org.apache.wicket with parameters of type Session | |
|---|---|
static void |
Session.set(Session session)
THIS METHOD IS NOT PART OF THE WICKET PUBLIC API. |
| Uses of Session in org.apache.wicket.protocol.http |
|---|
| Subclasses of Session in org.apache.wicket.protocol.http | |
|---|---|
class |
WebSession
A session subclass for the HTTP protocol. |
| Methods in org.apache.wicket.protocol.http that return Session | |
|---|---|
Session |
AbstractHttpSessionStore.lookup(Request request)
|
Session |
WebApplication.newSession()
Deprecated. see WebApplication.newSession(Request, Response). |
Session |
WebApplication.newSession(Request request)
Deprecated. WebApplication.newSession(Request, Response). |
Session |
WebApplication.newSession(Request request,
Response response)
|
| Methods in org.apache.wicket.protocol.http with parameters of type Session | |
|---|---|
void |
AbstractHttpSessionStore.bind(Request request,
Session newSession)
|
IPageMap |
AbstractHttpSessionStore.createPageMap(java.lang.String name,
Session session)
Deprecated. remove after deprecation release |
protected void |
AbstractHttpSessionStore.onBind(Request request,
Session newSession)
Template method that is called when a session is being bound to the session store. |
| Uses of Session in org.apache.wicket.session |
|---|
| Methods in org.apache.wicket.session that return Session | |
|---|---|
Session |
ISessionStore.lookup(Request request)
Retrieves the session for the provided request from this facade. |
| Methods in org.apache.wicket.session with parameters of type Session | |
|---|---|
void |
ISessionStore.bind(Request request,
Session newSession)
Adds the provided new session to this facade using the provided request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||