org.jboss.seam.wicket
Class SeamWebRequestCycleProcessor

java.lang.Object
  extended by org.apache.wicket.request.AbstractRequestCycleProcessor
      extended by org.apache.wicket.protocol.http.WebRequestCycleProcessor
          extended by org.jboss.seam.wicket.SeamWebRequestCycleProcessor
All Implemented Interfaces:
org.apache.wicket.request.IRequestCycleProcessor

public class SeamWebRequestCycleProcessor
extends org.apache.wicket.protocol.http.WebRequestCycleProcessor

SeamWebRequestCycleProcessor is a subclass of the standard wicket WebRequestCycleProcessor which saves the conversation id of any long-running conversation in wicket page metadata.

Author:
cpopetz, ivaynberg

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

SeamWebRequestCycleProcessor

public SeamWebRequestCycleProcessor()
Method Detail

respond

public void respond(org.apache.wicket.RequestCycle requestCycle)
If a long running conversation has been started, store its id into page metadata

Specified by:
respond in interface org.apache.wicket.request.IRequestCycleProcessor
Overrides:
respond in class org.apache.wicket.request.AbstractRequestCycleProcessor


Copyright © 2011 Seam Framework. All Rights Reserved.