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.decoration   
org.apache.jetspeed.desktop.impl   
org.apache.jetspeed.layout.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.resource   
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.impl.ntlm   
 

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 FileServerValve
          FileServerValve
 class HeaderAggregatorValve
          Invokes the header 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 CapabilityCustomizerValveImpl
          Invokes the capability customizer in the request pipeline
 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
 class PageHistoryValve
           Valve basically mantains the page navigation history by maintaining a previous page id in the session.
 

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

Classes in org.apache.jetspeed.container.url.impl that implement Valve
 class CleanPathInfoEncodedNavStateFromPortalURLValve
          This Valve will clean encoded navstate from the browser url by sending a client side redirect to the same url with the navstate removed.
 class PortalURLValveImpl
          Creates the PortalURL for the current Request
 

Uses of Valve in org.apache.jetspeed.decoration
 

Classes in org.apache.jetspeed.decoration that implement Valve
 class DecorationValve
          Assigns decorations and page actions to all of the portlet Fragments within the current request.
 

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

Classes in org.apache.jetspeed.desktop.impl that implement Valve
 class DesktopEncoderRedirectValveImpl
          DesktopEncoderRedirect Valve if request parameter encoder=desktop is NOT defined, redirect to same url with /desktop pipeline, otherwise, just invoke next valve Used by the /render pipeline (desktop-render-pipeline) to allow render requests that are not initiated via desktop javascript code to result in a page level navigation to the /desktop pipeline with the correct portlet rendering indicated in the original url.
 class DesktopValveImpl
          Desktop Valve
 

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

Classes in org.apache.jetspeed.layout.impl that implement Valve
 class LayoutValve
           
 

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

Classes in org.apache.jetspeed.localization.impl that implement Valve
 class LocalizationValveImpl
          LocalizationValveImpl
 class SimplifiedLocalizationValveImpl
          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[] JetspeedPipeline.getValves()
           
 Valve[] Pipeline.getValves()
          Return the set of all Valves in the pipeline.
 

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

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 DebugValveImpl
           Debug Valve
 class PropertyLoaderValve
          The purpose of this valve is to load a property file and make the information available on the request as an attribute.
 class VerySimpleLayoutValveImpl
           VerySimpleLayoutValveImpl
 

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

Classes in org.apache.jetspeed.profiler.impl that implement Valve
 class CreatePageValveImpl
          ProfilerValveImpl
 class CreateUserTemplatePagesValveImpl
          CreateUserTemplatePagesValveImpl Create User Pages from template folder on first login feature The CreateUserTemplatePagesValveImpl creates a new user's home page from the user template folder.
 class ProfilerValveImpl
          ProfilerValveImpl
 

Uses of Valve in org.apache.jetspeed.resource
 

Classes in org.apache.jetspeed.resource that implement Valve
 class ResourceValveImpl
           ResourceValveImpl
 

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
 

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

Classes in org.apache.jetspeed.security.impl.ntlm that implement Valve
 class NtlmSecurityValve
          NTLMSecurityValve provides Subject creation based on the NTLM provided request.getRemoteUser() user name.
 



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