|
||||||||||
| 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.weld.wicket.WeldWebRequestCycleProcessor
public class WeldWebRequestCycleProcessor
WeldWebRequestCycleProcessor is a subclass of the standard wicket WebRequestCycleProcessor which saves the conversation id of any long-running cornversation in wicket page metadata. It also cleans up the conversation context.
| Constructor Summary | |
|---|---|
WeldWebRequestCycleProcessor()
|
|
| 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 WeldWebRequestCycleProcessor()
| Method Detail |
|---|
public void respond(org.apache.wicket.RequestCycle requestCycle)
respond in interface org.apache.wicket.request.IRequestCycleProcessorrespond in class org.apache.wicket.request.AbstractRequestCycleProcessor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||