org.apache.jetspeed.pipeline.valve.impl
Class CleanupValveImpl
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.pipeline.valve.impl.CleanupValveImpl
- All Implemented Interfaces:
- CleanupValve, Valve
- public class CleanupValveImpl
- extends AbstractValve
- implements CleanupValve
CleanupValveImpl
All this valve does right now is look for JSP pages that were
pushed onto the org.apache.jetspeed.renderStack
request attribute, and attempts to includde them.
- Version:
- $Id: CleanupValveImpl.java 187906 2004-11-07 18:43:35Z taylor $
- Author:
- Scott T. Weaver
Methods inherited from interface org.apache.jetspeed.pipeline.valve.Valve |
initialize |
RENDER_STACK_ATTR
public static final String RENDER_STACK_ATTR
- See Also:
- Constant Field Values
log
private static final org.apache.commons.logging.Log log
CleanupValveImpl
public CleanupValveImpl()
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.