|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.request.AbstractRequestCycleProcessor
org.apache.wicket.protocol.http.WebRequestCycleProcessor
org.jboss.seam.wicket.SeamWebRequestCycleProcessor
public class SeamWebRequestCycleProcessor
SeamWebRequestCycleProcessor is a subclass of the standard wicket WebRequestCycleProcessor which saves the conversation id of any long-running conversation in wicket page metadata.
Constructor Summary | |
---|---|
SeamWebRequestCycleProcessor()
|
Method Summary | |
---|---|
void |
respond(org.apache.wicket.RequestCycle requestCycle)
If a long running conversation has been started, store its id into page metadata |
Methods inherited from class org.apache.wicket.protocol.http.WebRequestCycleProcessor |
---|
newRequestCodingStrategy, resolve |
Methods inherited from class org.apache.wicket.request.AbstractRequestCycleProcessor |
---|
getRequestCodingStrategy, onRuntimeException, processEvents, resolveBookmarkablePage, resolveExternalResource, resolveHomePageTarget, resolveListenerInterfaceTarget, resolveRenderedPage, resolveSharedResource, respond |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SeamWebRequestCycleProcessor()
Method Detail |
---|
public void respond(org.apache.wicket.RequestCycle requestCycle)
respond
in interface org.apache.wicket.request.IRequestCycleProcessor
respond
in class org.apache.wicket.request.AbstractRequestCycleProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |