org.apache.jetspeed.pipeline.valve.impl
Class ActionValveImpl
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.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)
|
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve |
initialize |
log
private static final org.apache.commons.logging.Log log
container
private org.apache.pluto.PortletContainer container
ActionValveImpl
public ActionValveImpl(org.apache.pluto.PortletContainer container)
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.