|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Session
org.apache.wicket.protocol.http.WebSession
public class WebSession
A session subclass for the HTTP protocol.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.Session |
|---|
Session.IPageMapVisitor, Session.PageMapAccessMetaData |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Session |
|---|
PAGEMAP_ACCESS_MDK, SESSION_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
WebSession(Application application,
Request request)
Deprecated. Use #WebSession(Request) instead |
|
WebSession(Request request)
Constructor. |
|
WebSession(WebApplication application,
Request request)
Deprecated. Use #WebSession(Request) |
|
| Method Summary | |
|---|---|
void |
cleanupFeedbackMessages()
Cleans up all rendered feedback messages and any unrendered, dangling feedback messages there may be left after that. |
protected boolean |
isCurrentRequestValid(RequestCycle lockedRequestCycle)
When a regular request on certain page with certain version is being processed, we don't allow ajax requests to same page and version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public WebSession(Application application,
Request request)
RequestCycle is not available until this constructor returns.
application - The applicationrequest - The current request
@Deprecated
public WebSession(WebApplication application,
Request request)
RequestCycle is not available until this constructor returns.
application - The applicationrequest - The current requestpublic WebSession(Request request)
RequestCycle is not available until this constructor returns.
request - The current request| Method Detail |
|---|
protected boolean isCurrentRequestValid(RequestCycle lockedRequestCycle)
Session
isCurrentRequestValid in class SessionSession.isCurrentRequestValid(org.apache.wicket.RequestCycle)public void cleanupFeedbackMessages()
Session
cleanupFeedbackMessages in class SessionSession.cleanupFeedbackMessages()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||