Uses of Class
wicket.request.compound.AbstractCompoundRequestCycleProcessor

Packages that use AbstractCompoundRequestCycleProcessor
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 AbstractCompoundRequestCycleProcessor in wicket.protocol.http
 

Subclasses of AbstractCompoundRequestCycleProcessor in wicket.protocol.http
 class DefaultWebRequestCycleProcessor
          The default/ base implementation for request cycle processors that work in web applications.
 

Uses of AbstractCompoundRequestCycleProcessor in wicket.protocol.http.portlet
 

Subclasses of AbstractCompoundRequestCycleProcessor in wicket.protocol.http.portlet
 class PortletActionRequestCycleProcessor
          A RequestCycleProcessor for portlet action requests.
 class PortletRenderRequestCycleProcessor
          A RequestCycleProcessor for portlet render requests.
 

Uses of AbstractCompoundRequestCycleProcessor in wicket.request.compound
 

Subclasses of AbstractCompoundRequestCycleProcessor in wicket.request.compound
 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.