This project has retired. For details please refer to its
        
        Attic page .
      
ContainerValve (Jetspeed-2 Portal Components 2.1.3 API)
 
 
org.apache.jetspeed.container 
 
java.lang.Object 
  org.apache.jetspeed.pipeline.valve.AbstractValve 
      org.apache.jetspeed.container.ContainerValve 
 
All Implemented Interfaces:  org.apache.jetspeed.pipeline.valve.Valve 
 
public class ContainerValve  extends AbstractValve   
Determines the action window in the current request If no action was found,
 sets the request context's action window to null denoting that there is no
 targeted action for this request otherwise the target action window is set
 here
Version: $Id: ContainerValve.java 589933 2007-10-30 01:51:50Z woonsan $ 
Author: David Sean Taylor  
 
Method Summary   
 void invoke  
 String  toString  
 
ContainerValve 
public ContainerValve () 
 
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.PipelineException 
 
toString 
public String  toString () 
Overrides: toString Object