org.apache.jetspeed.pipeline.valve
Interface Valve
- All Known Subinterfaces:
- ActionValve, AggregateValve, CapabilityValve, CleanupValve, ContainerValve, ContentValve, LayoutValve, LocalizationValve, LoginValidationValve, LoginViewValve, PageProfilerValve, PasswordCredentialValve, SecurityValve, UserProfilerValve
- All Known Implementing Classes:
- AbstractSecurityValve, AbstractValve, ActionValveImpl, CapabilityValveImpl, CleanupValveImpl, LocalizationValveImpl, LoginJSPViewValve, LoginValidationValveImpl, PasswordCredentialValveImpl, ProfilerValveImpl, SecurityValveImpl, VerySimpleLayoutValveImpl
- 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:
JetspeedPipeline
,
Pipeline
Method Summary |
void |
initialize()
Initialize the valve before using in a pipeline. |
void |
invoke(org.apache.jetspeed.request.RequestContext request,
ValveContext context)
|
invoke
public void invoke(org.apache.jetspeed.request.RequestContext request,
ValveContext context)
throws PipelineException
- Throws:
PipelineException
initialize
public void initialize()
throws PipelineException
- Initialize the valve before using in a pipeline.
- Throws:
PipelineException
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.