org.apache.jetspeed.container
Class ContainerValve
java.lang.Object
org.apache.jetspeed.pipeline.valve.AbstractValve
org.apache.jetspeed.container.ContainerValve
- All Implemented Interfaces:
- 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 187753 2004-10-15 21:47:25Z ate $
- Author:
- David Sean Taylor
Field Summary |
private static org.apache.commons.logging.Log |
log
|
log
private static final org.apache.commons.logging.Log log
ContainerValve
public ContainerValve()
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
toString
public String toString()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.