Uses of Interface
org.apache.wicket.request.IRequestCycle

Packages that use IRequestCycle
org.apache.wicket.request Package for classes that have generic (protocol independent) support for request cycle processing. 
org.apache.wicket.request.handler   
org.apache.wicket.request.http.handler   
 

Uses of IRequestCycle in org.apache.wicket.request
 

Methods in org.apache.wicket.request that return IRequestCycle
protected abstract  IRequestCycle RequestHandlerStack.getRequestCycle()
           
 

Methods in org.apache.wicket.request with parameters of type IRequestCycle
 void IRequestHandler.detach(IRequestCycle requestCycle)
          This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
 void IRequestHandler.respond(IRequestCycle requestCycle)
          Generates a response.
 

Uses of IRequestCycle in org.apache.wicket.request.handler
 

Methods in org.apache.wicket.request.handler with parameters of type IRequestCycle
 void TextRequestHandler.detach(IRequestCycle requestCycle)
           
 void AbortRequestHandler.detach(IRequestCycle requestCycle)
           
 void EmptyRequestHandler.detach(IRequestCycle requestCycle)
           
 void TextRequestHandler.respond(IRequestCycle requestCycle)
          Responds by sending the string property.
 void AbortRequestHandler.respond(IRequestCycle requestCycle)
           
 void EmptyRequestHandler.respond(IRequestCycle requestCycle)
          Does nothing at all.
 

Uses of IRequestCycle in org.apache.wicket.request.http.handler
 

Methods in org.apache.wicket.request.http.handler with parameters of type IRequestCycle
 void ErrorCodeResponseHandler.detach(IRequestCycle requestCycle)
           
 void RedirectRequestHandler.detach(IRequestCycle requestCycle)
           
 void ErrorCodeResponseHandler.respond(IRequestCycle requestCycle)
          Respond by sending the set errorCode and optionally the message to the browser.
 void RedirectRequestHandler.respond(IRequestCycle requestCycle)
          FIXME javadoc - what's special about this implementation?
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.