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

java.lang.Object
  extended by org.apache.jetspeed.pipeline.valve.AbstractValve
      extended by org.apache.jetspeed.pipeline.valve.impl.CleanupValveImpl
All Implemented Interfaces:
CleanupValve, org.apache.jetspeed.pipeline.valve.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 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
private static org.apache.commons.logging.Log log
           
static String RENDER_STACK_ATTR
           
 
Constructor Summary
CleanupValveImpl()
           
 
Method Summary
 void invoke(org.apache.jetspeed.request.RequestContext request, org.apache.jetspeed.pipeline.valve.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

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
Constructor Detail

CleanupValveImpl

public CleanupValveImpl()
Method Detail

invoke

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

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()


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