Uses of Interface
wicket.request.compound.IEventProcessorStrategy

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

Classes in wicket.protocol.http.portlet that implement IEventProcessorStrategy
 class PortletRenderRequestEventProcessorStrategy
           
 

Methods in wicket.protocol.http.portlet that return IEventProcessorStrategy
protected  IEventProcessorStrategy PortletRenderRequestCycleProcessor.newEventProcessorStrategy()
           
 

Uses of IEventProcessorStrategy in wicket.request.compound
 

Classes in wicket.request.compound that implement IEventProcessorStrategy
 class DefaultEventProcessorStrategy
          The default event processing strategy looks whether the current target is of type IEventProcessor and, if so, calls method IEventProcessor.processEvents(RequestCycle) on them.
 

Methods in wicket.request.compound that return IEventProcessorStrategy
protected  IEventProcessorStrategy CompoundRequestCycleProcessor.getEventProcessorStrategy()
          Gets the cached event processor instance or create one by calling CompoundRequestCycleProcessor.newEventProcessorStrategy().
protected abstract  IEventProcessorStrategy AbstractCompoundRequestCycleProcessor.getEventProcessorStrategy()
          Gets the strategy for the event process method.
protected  IEventProcessorStrategy CompoundRequestCycleProcessor.newEventProcessorStrategy()
          Overridable factory method for creating the event processor.
 

Constructors in wicket.request.compound with parameters of type IEventProcessorStrategy
CompoundRequestCycleProcessor(IRequestCodingStrategy requestCodingStrategy, IRequestTargetResolverStrategy requestTargetResolverStrategy, IEventProcessorStrategy eventProcessorStrategy, IResponseStrategy responseStrategy, IExceptionResponseStrategy exceptionResponseStrategy)
          Bulk constructor.
 



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