|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.RequestCycle
org.apache.wicket.protocol.http.WebRequestCycle
org.jboss.seam.wicket.SeamRequestCycle
public class SeamRequestCycle
SeamRequestCycle is a subclass of the standard wicket WebRequestCycle which:
Which handles propogation of conversation
data for newly-started long running conversations, by storing their ids
in the page metadata
Field Summary |
---|
Fields inherited from class org.apache.wicket.RequestCycle |
---|
application, processor, request, response |
Constructor Summary | |
---|---|
SeamRequestCycle(org.apache.wicket.protocol.http.WebApplication application,
org.apache.wicket.protocol.http.WebRequest request,
org.apache.wicket.Response response)
|
Method Summary | |
---|---|
void |
detach()
|
protected void |
handleMissingConversation(String id)
|
protected void |
onRequestTargetSet(org.apache.wicket.IRequestTarget target)
Override to set up the conversation context and to choose the conversation if a conversation id is present in target metadata. |
Methods inherited from class org.apache.wicket.protocol.http.WebRequestCycle |
---|
getProcessor, getWebRequest, getWebResponse, getWebSession, isRedirect, newBrowserInfoPage, newClientInfo, onExceptionLoop, redirectTo |
Methods inherited from class org.apache.wicket.RequestCycle |
---|
get, getApplication, getClientInfo, getMetaData, getOriginalResponse, getPageParameters, getRedirect, getRequest, getRequestTarget, getResponse, getResponsePage, getResponsePageClass, getSession, getStartTime, isUrlForNewWindowEncoding, logRuntimeException, onAfterTargetsDetached, onBeginRequest, onEndRequest, onRuntimeException, request, request, request, set, setAutomaticallyClearFeedbackMessages, setMetaData, setRedirect, setRequest, setRequestTarget, setResponse, setResponsePage, setResponsePage, setResponsePage, setResponsePage, setUrlForNewWindowEncoding, toString, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, wasHandled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeamRequestCycle(org.apache.wicket.protocol.http.WebApplication application, org.apache.wicket.protocol.http.WebRequest request, org.apache.wicket.Response response)
Method Detail |
---|
protected void onRequestTargetSet(org.apache.wicket.IRequestTarget target)
onRequestTargetSet
in class org.apache.wicket.RequestCycle
protected void handleMissingConversation(String id)
public void detach()
detach
in class org.apache.wicket.RequestCycle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |