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, AggregatorValve, AJAXValve, CapabilityCustomizerValveImpl, CapabilityValveImpl, CleanPathInfoEncodedNavStateFromPortalURLValve, CleanupValveImpl, ContainerValve, CreatePageValveImpl, CreateUserTemplatePagesValveImpl, DebugValveImpl, DecorationValve, DesktopEncoderRedirectValveImpl, DesktopValveImpl, FileServerValve, HeaderAggregatorValve, LayoutValve, LocalizationValveImpl, LoginJSPViewValve, LoginValidationValveImpl, NtlmSecurityValve, PageHistoryValve, PasswordCredentialValveImpl, PortalURLValveImpl, PortletValve, ProfilerValveImpl, PropertyLoaderValve, ResourceValveImpl, SecurityValveImpl, SimplifiedLocalizationValveImpl, 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(RequestContext request, ValveContext context)
           
 

Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.