This project has retired. For details please refer to its
        
        Attic page .
      
CleanupValveImpl (Jetspeed-2 Portal Components 2.1.3 API)
 
 
org.apache.jetspeed.pipeline.valve.impl 
 
java.lang.Object 
  org.apache.jetspeed.pipeline.valve.AbstractValve 
      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  
 
Method Summary   
 void invoke  
 String  toString  
 
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,
                   org.apache.jetspeed.pipeline.valve.ValveContext context)
            throws org.apache.jetspeed.pipeline.PipelineException 
Specified by: invoke in interface org.apache.jetspeed.pipeline.valve.ValveSpecified by: invoke AbstractValve  
Throws: 
org.apache.jetspeed.pipeline.PipelineExceptionSee Also: Valve.invoke(org.apache.jetspeed.request.RequestContext, org.apache.jetspeed.pipeline.valve.ValveContext) 
 
toString 
public String  toString () 
Overrides: toString Object  
See Also: Object.toString()