Uses of Class
org.apache.jetspeed.pipeline.valve.AbstractValve

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

Uses of AbstractValve in org.apache.jetspeed.aggregator
 

Subclasses of AbstractValve in org.apache.jetspeed.aggregator
 class AggregatorValve
          Invokes the aggregator service in the request pipeline
 class PortletValve
          PortletValve
 

Uses of AbstractValve in org.apache.jetspeed.ajax
 

Subclasses of AbstractValve in org.apache.jetspeed.ajax
 class AJAXValve
          This should eventually replace the AJAX ServletFilter.
 

Uses of AbstractValve in org.apache.jetspeed.container
 

Subclasses of AbstractValve in org.apache.jetspeed.container
 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 AbstractValve in org.apache.jetspeed.container.url.impl
 

Subclasses of AbstractValve in org.apache.jetspeed.container.url.impl
 class PortalURLValveImpl
          Creates the PortalURL for the current Request
 

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

Subclasses of AbstractValve in org.apache.jetspeed.localization.impl
 class LocalizationValveImpl
          LocalizationValveImpl
 

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

Subclasses of AbstractValve in org.apache.jetspeed.login.impl
 class LoginJSPViewValve
          LoginJSPViewValveImpl TODO: move this class into a new component?
 

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

Subclasses of AbstractValve in org.apache.jetspeed.pipeline.valve.impl
 class ActionValveImpl
           ActionValveImpl
 class CleanupValveImpl
           CleanupValveImpl
 class VerySimpleLayoutValveImpl
           VerySimpleLayoutValveImpl
 

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

Subclasses of AbstractValve in org.apache.jetspeed.profiler.impl
 class ProfilerValveImpl
          ProfilerValveImpl
 

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

Subclasses of AbstractValve in org.apache.jetspeed.security.impl
 class AbstractSecurityValve
           AbstractSecurityValve
 class LoginValidationValveImpl
          LoginValidationValve
 class PasswordCredentialValveImpl
          PasswordCredentialValve
 class SecurityValveImpl
          SecurityValve
 



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