wicket.protocol.http.portlet
Class PortletActionRequestCycleProcessor

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

public class PortletActionRequestCycleProcessor
extends CompoundRequestCycleProcessor

A RequestCycleProcessor for portlet action requests. The page is not rendered in the action phase. Render state is stored as portlet render parameters in the PortletActionRequestResponseStrategy.

Author:
Janne Hietamäki
See Also:
PortletActionRequestResponseStrategy, PortletRequestCycle

Constructor Summary
PortletActionRequestCycleProcessor()
          Construct.
 
Method Summary
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, newEventProcessorStrategy, 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

PortletActionRequestCycleProcessor

public PortletActionRequestCycleProcessor()
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

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.