org.apache.jetspeed.pipeline.valve
Interface Valve
public interface Valve
NOTE: This class will be deprecated once we merge with Summit
General valve interface. The actual valve interface(s) should be
extended by the implementing class.
- Version:
- $Id: Valve.java 186726 2004-06-05 05:13:09Z taylor $
- Author:
- David Sean Taylor
- See Also:
org.apache.jetspeed.pipeline.JetspeedPipeline
,
Pipeline
invoke
void invoke(RequestContext request,
ValveContext context)
throws PipelineException
- Throws:
PipelineException
initialize
void initialize()
throws PipelineException
- Initialize the valve before using in a pipeline.
- Throws:
PipelineException
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.