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

Packages that use ValveContext
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 ValveContext in org.apache.jetspeed.aggregator
 

Methods in org.apache.jetspeed.aggregator with parameters of type ValveContext
 void PortletValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void AggregatorValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of ValveContext in org.apache.jetspeed.ajax
 

Methods in org.apache.jetspeed.ajax with parameters of type ValveContext
 void AJAXValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.capabilities.impl with parameters of type ValveContext
 void CapabilityValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of ValveContext in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container with parameters of type ValveContext
 void ContainerValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.container.url.impl with parameters of type ValveContext
 void PortalURLValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.localization.impl with parameters of type ValveContext
 void LocalizationValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.login.impl with parameters of type ValveContext
 void LoginJSPViewValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of ValveContext in org.apache.jetspeed.pipeline
 

Classes in org.apache.jetspeed.pipeline that implement ValveContext
 class JetspeedPipeline
          Flexible implementation of a Pipeline.
 

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

Methods in org.apache.jetspeed.pipeline.valve with parameters of type ValveContext
abstract  void AbstractValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void Valve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.pipeline.valve.impl with parameters of type ValveContext
 void ActionValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void CleanupValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void VerySimpleLayoutValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.profiler.impl with parameters of type ValveContext
 void ProfilerValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.security.impl with parameters of type ValveContext
 void LoginValidationValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void AbstractSecurityValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           invoke
 void PasswordCredentialValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 



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