Uses of Interface
org.apache.jetspeed.pipeline.valve.Valve

Packages that use Valve
org.apache.jetspeed.aggregator   
org.apache.jetspeed.ajax   
org.apache.jetspeed.capabilities.impl   
org.apache.jetspeed.container   
org.apache.jetspeed.container.url.impl   
org.apache.jetspeed.localization.impl   
org.apache.jetspeed.login.impl   
org.apache.jetspeed.pipeline   
org.apache.jetspeed.pipeline.valve   
org.apache.jetspeed.pipeline.valve.impl   
org.apache.jetspeed.profiler.impl   
org.apache.jetspeed.security.impl   
 

Uses of Valve in org.apache.jetspeed.aggregator
 

Classes in org.apache.jetspeed.aggregator that implement Valve
 class AggregatorValve
          Invokes the aggregator service in the request pipeline
 class PortletValve
          PortletValve
 

Uses of Valve in org.apache.jetspeed.ajax
 

Classes in org.apache.jetspeed.ajax that implement Valve
 class AJAXValve
          This should eventually replace the AJAX ServletFilter.
 

Uses of Valve in org.apache.jetspeed.capabilities.impl
 

Classes in org.apache.jetspeed.capabilities.impl that implement Valve
 class CapabilityValveImpl
          Invokes the capability mapper in the request pipeline
 

Uses of Valve in org.apache.jetspeed.container
 

Classes in org.apache.jetspeed.container that implement Valve
 class ContainerValve
          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
 

Uses of Valve in org.apache.jetspeed.container.url.impl
 

Classes in org.apache.jetspeed.container.url.impl that implement Valve
 class PortalURLValveImpl
          Creates the PortalURL for the current Request
 

Uses of Valve in org.apache.jetspeed.localization.impl
 

Classes in org.apache.jetspeed.localization.impl that implement Valve
 class LocalizationValveImpl
          LocalizationValveImpl
 

Uses of Valve in org.apache.jetspeed.login.impl
 

Classes in org.apache.jetspeed.login.impl that implement Valve
 class LoginJSPViewValve
          LoginJSPViewValveImpl TODO: move this class into a new component?
 

Uses of Valve in org.apache.jetspeed.pipeline
 

Fields in org.apache.jetspeed.pipeline declared as Valve
protected  Valve[] JetspeedPipeline.valves
          The set of Valves associated with this Pipeline.
 

Methods in org.apache.jetspeed.pipeline that return Valve
 Valve[] Pipeline.getValves()
          Return the set of all Valves in the pipeline.
 Valve[] JetspeedPipeline.getValves()
           
 

Methods in org.apache.jetspeed.pipeline with parameters of type Valve
 void Pipeline.addValve(Valve valve)
          Add a new Valve to the end of the pipeline.
 void Pipeline.removeValve(Valve valve)
          Remove the specified Valve from the pipeline, if it is found; otherwise, do nothing.
 void JetspeedPipeline.addValve(Valve valve)
           
 void JetspeedPipeline.removeValve(Valve valve)
           
 

Uses of Valve in org.apache.jetspeed.pipeline.valve
 

Subinterfaces of Valve in org.apache.jetspeed.pipeline.valve
 interface ActionValve
          Check if PortletAction needs to be processed and process it, if required
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
 interface AggregateValve
          Invokes all Layout components in render mode to aggregate the generated contents and send result to client.
 interface CapabilityValve
          Identifies the browser and add a Capability object to RequestContext
Read from the ValveContext:
Written into the ValveContext: Capability
Note: The primary purpose of this interface is primary for documention.
 interface CleanupValve
          Return all recycle objects in the ValveContext.
 interface ContainerValve
          Initialize the RequestContext and session if required.
 interface ContentValve
          Render all marked portlet and store RenderResponse in RequestContext.
 interface LayoutValve
          Invokes all Layout components to mark all visible elements of the Page.
 interface LocalizationValve
          LocalizationValve
 interface LoginValidationValve
          Checks if a login attempt failed and determines the cause.
 interface LoginViewValve
          LoginViewValve
 interface PageProfilerValve
          Determine the page to display and add it to the RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
 interface PasswordCredentialValve
          Checks the PasswordCredential (only once) after a User is logged in and redirects to a Change Password page if necessary.
 interface SecurityValve
          Authenticates the User or redirects to Login if necessary, add authenticated Subject to RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
 interface UserProfilerValve
          Authenticates the User or redirects to Login if necessary, add authenticated User to RequestContext
Read from the ValveContext:
Written into the ValveContext:
Note: The primary purpose of this interface is primary for documention.
 

Classes in org.apache.jetspeed.pipeline.valve that implement Valve
 class AbstractValve
          Valve that can be used as the basis of Valve implementations.
 

Uses of Valve in org.apache.jetspeed.pipeline.valve.impl
 

Classes in org.apache.jetspeed.pipeline.valve.impl that implement Valve
 class ActionValveImpl
           ActionValveImpl
 class CleanupValveImpl
           CleanupValveImpl
 class VerySimpleLayoutValveImpl
           VerySimpleLayoutValveImpl
 

Uses of Valve in org.apache.jetspeed.profiler.impl
 

Classes in org.apache.jetspeed.profiler.impl that implement Valve
 class ProfilerValveImpl
          ProfilerValveImpl
 

Uses of Valve in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement Valve
 class AbstractSecurityValve
           AbstractSecurityValve
 class LoginValidationValveImpl
          LoginValidationValve
 class PasswordCredentialValveImpl
          PasswordCredentialValve
 class SecurityValveImpl
          SecurityValve
 



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.