wicket.protocol.http.portlet
Class PortletRenderRequestCycleProcessor

java.lang.Object
  extended by wicket.request.compound.AbstractCompoundRequestCycleProcessor
      extended by wicket.request.compound.CompoundRequestCycleProcessor
          extended by wicket.protocol.http.portlet.PortletRenderRequestCycleProcessor
All Implemented Interfaces:
IRequestCycleProcessor

public class PortletRenderRequestCycleProcessor
extends CompoundRequestCycleProcessor

A RequestCycleProcessor for portlet render requests. The events are not processed in the render phase.

Author:
Janne Hietamäki
See Also:
PortletRequestCycle

Constructor Summary
PortletRenderRequestCycleProcessor()
          Construct.
 
Method Summary
protected  IEventProcessorStrategy newEventProcessorStrategy()
          Overridable factory method for creating the event processor.
protected  IExceptionResponseStrategy newExceptionResponseStrategy()
          Overridable factory method for creating the exception response strategy.
protected  IRequestTargetResolverStrategy newRequestTargetResolverStrategy()
          Overridable factory method for creating the target resolver strategy.
protected  IResponseStrategy newResponseStrategy()
          Overridable factory method for creating the response strategy.
 
Methods inherited from class wicket.request.compound.CompoundRequestCycleProcessor
getEventProcessorStrategy, getExceptionResponseStrategy, getRequestCodingStrategy, getRequestTargetResolverStrategy, getResponseStrategy, newRequestCodingStrategy
 
Methods inherited from class wicket.request.compound.AbstractCompoundRequestCycleProcessor
processEvents, resolve, respond, respond
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRenderRequestCycleProcessor

public PortletRenderRequestCycleProcessor()
Construct.

Method Detail

newExceptionResponseStrategy

protected IExceptionResponseStrategy newExceptionResponseStrategy()
Overridable factory method for creating the exception response strategy. Called by CompoundRequestCycleProcessor.getExceptionResponseStrategy().

Overrides:
newExceptionResponseStrategy in class CompoundRequestCycleProcessor
Returns:
a new response strategy instance

newRequestTargetResolverStrategy

protected IRequestTargetResolverStrategy newRequestTargetResolverStrategy()
Description copied from class: CompoundRequestCycleProcessor
Overridable factory method for creating the target resolver strategy. Called by CompoundRequestCycleProcessor.getRequestTargetResolverStrategy().

Overrides:
newRequestTargetResolverStrategy in class CompoundRequestCycleProcessor
Returns:
a new target resolver instance

newEventProcessorStrategy

protected IEventProcessorStrategy newEventProcessorStrategy()
Description copied from class: CompoundRequestCycleProcessor
Overridable factory method for creating the event processor. Called by CompoundRequestCycleProcessor.getEventProcessorStrategy().

Overrides:
newEventProcessorStrategy in class CompoundRequestCycleProcessor
Returns:
a new event processor instance

newResponseStrategy

protected IResponseStrategy newResponseStrategy()
Description copied from class: CompoundRequestCycleProcessor
Overridable factory method for creating the response strategy. Called by CompoundRequestCycleProcessor.getResponseStrategy().

Overrides:
newResponseStrategy in class CompoundRequestCycleProcessor
Returns:
a new response strategy instance


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