org.apache.jetspeed.pipeline.valve.impl
Class ActionValveImpl

java.lang.Object
  extended byorg.apache.jetspeed.pipeline.valve.AbstractValve
      extended byorg.apache.jetspeed.pipeline.valve.impl.ActionValveImpl
All Implemented Interfaces:
ActionValve, Valve

public class ActionValveImpl
extends AbstractValve
implements ActionValve

ActionValveImpl

Default implementation of the ActionValve interface. Expects to be called after the ContainerValve has set up the appropriate action window within the request context. This should come before ANY rendering takes place.

Version:
$Id: ActionValveImpl.java 188147 2005-01-04 16:19:42Z weaver $
Author:
Scott T. Weaver

Field Summary
private  org.apache.pluto.PortletContainer container
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
ActionValveImpl(org.apache.pluto.PortletContainer container)
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 String toString()
           
 
Methods inherited from class org.apache.jetspeed.pipeline.valve.AbstractValve
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve
initialize
 

Field Detail

log

private static final org.apache.commons.logging.Log log

container

private org.apache.pluto.PortletContainer container
Constructor Detail

ActionValveImpl

public ActionValveImpl(org.apache.pluto.PortletContainer container)
Method Detail

invoke

public void invoke(org.apache.jetspeed.request.RequestContext request,
                   ValveContext context)
            throws PipelineException
Specified by:
invoke in interface Valve
Specified by:
invoke in class AbstractValve
Throws:
PipelineException
See Also:
Valve.invoke(org.apache.jetspeed.request.RequestContext, org.apache.jetspeed.pipeline.valve.ValveContext)

toString

public String toString()
See Also:
Object.toString()


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.