Uses of Interface
wicket.request.IRequestCycleProcessor

Packages that use IRequestCycleProcessor
wicket The core Wicket package. 
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
wicket.request.compound This package contains a convenience implementation of IRequestCycleProcessor that breaks its functionality in delegate strategies so that they can more easily be mixed and matched. 
 

Uses of IRequestCycleProcessor in wicket
 

Fields in wicket declared as IRequestCycleProcessor
protected  IRequestCycleProcessor RequestCycle.processor
          The processor for this request.
 

Methods in wicket that return IRequestCycleProcessor
abstract  IRequestCycleProcessor RequestCycle.getProcessor()
          Gets the processor for delegated request cycle handling.
 

Uses of IRequestCycleProcessor in wicket.protocol.http
 

Classes in wicket.protocol.http that implement IRequestCycleProcessor
 class DefaultWebRequestCycleProcessor
          The default/ base implementation for request cycle processors that work in web applications.
 

Methods in wicket.protocol.http that return IRequestCycleProcessor
 IRequestCycleProcessor WebRequestCycle.getProcessor()
          By default returns the WebApplication's default request cycle processor.
 IRequestCycleProcessor WebApplication.getRequestCycleProcessor()
          Gets the default request cycle processor (with lazy initialization).
protected  IRequestCycleProcessor WebApplication.newRequestCycleProcessor()
          May be replaced by subclasses which whishes to uses there own implementation of IRequestCycleProcessor
 

Uses of IRequestCycleProcessor in wicket.protocol.http.portlet
 

Classes in wicket.protocol.http.portlet that implement IRequestCycleProcessor
 class PortletActionRequestCycleProcessor
          A RequestCycleProcessor for portlet action requests.
 class PortletRenderRequestCycleProcessor
          A RequestCycleProcessor for portlet render requests.
 

Methods in wicket.protocol.http.portlet that return IRequestCycleProcessor
 IRequestCycleProcessor PortletApplication.getActionRequestCycleProcessor()
           
 IRequestCycleProcessor PortletRenderRequestCycle.getProcessor()
          Returns the PortletApplication default render request cycle processor.
 IRequestCycleProcessor PortletActionRequestCycle.getProcessor()
          returns the PortletApplications action request cycle processor.
protected  IRequestCycleProcessor PortletApplication.getRenderRequestCycleProcessor()
          Gets the default request cycle processor (with lazy initialization).
protected  IRequestCycleProcessor PortletApplication.newActionRequestCycleProcessor()
          May be replaced by subclasses which whishes to uses there own implementation of IRequestCycleProcessor
protected  IRequestCycleProcessor PortletApplication.newRenderRequestCycleProcessor()
          May be replaced by subclasses which whishes to uses there own implementation of IRequestCycleProcessor
 

Uses of IRequestCycleProcessor in wicket.request.compound
 

Classes in wicket.request.compound that implement IRequestCycleProcessor
 class AbstractCompoundRequestCycleProcessor
          A request cycle processor implementatation that delegates to pluggable strategies.
 class CompoundRequestCycleProcessor
          Default implementation of AbstractCompoundRequestCycleProcessor that expects the delegate strategies to be set once at construction time.
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.