|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Session
wicket.protocol.http.WebSession
public class WebSession
A session subclass for the HTTP protocol.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class wicket.Session |
|---|
Session.IPageMapVisitor |
| Field Summary |
|---|
| Fields inherited from class wicket.Session |
|---|
SESSION_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
WebSession(Application application)
Constructor |
|
WebSession(WebApplication application)
Constructor |
|
| Method Summary | |
|---|---|
protected void |
attach()
Any attach logic for session subclasses. |
protected void |
detach()
Called on the end of handling a request, when the RequestCycle is about to be detached from the current thread. |
protected IRequestCycleFactory |
getRequestCycleFactory()
|
void |
initForRequest()
Initializes this session for a request. |
void |
invalidate()
Invalidates this session at the end of the current request. |
void |
invalidateNow()
Invalidates this session immediately. |
protected void |
update()
Updates the session, e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSession(Application application)
application - The applicationpublic WebSession(WebApplication application)
application - The application| Method Detail |
|---|
public void invalidate()
invalidate in class Sessionpublic void invalidateNow()
protected void attach()
protected void detach()
detach in class SessionSession.detach()protected IRequestCycleFactory getRequestCycleFactory()
getRequestCycleFactory in class SessionSession.getRequestCycleFactory()protected void update()
update in class Sessionpublic final void initForRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||