Uses of Class
org.apache.jetspeed.pipeline.PipelineException

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

Methods in org.apache.jetspeed.aggregator that throw PipelineException
 void PortletValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void AggregatorValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of PipelineException in org.apache.jetspeed.ajax
 

Methods in org.apache.jetspeed.ajax that throw PipelineException
 void AJAXValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.capabilities.impl that throw PipelineException
 void CapabilityValveImpl.initialize()
          Initialize the valve before using in a pipeline.
 void CapabilityValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of PipelineException in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container that throw PipelineException
 void ContainerValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.container.url.impl that throw PipelineException
 void PortalURLValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.localization.impl that throw PipelineException
 void LocalizationValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.login.impl that throw PipelineException
 void LoginJSPViewValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

Uses of PipelineException in org.apache.jetspeed.pipeline
 

Methods in org.apache.jetspeed.pipeline that throw PipelineException
 void Pipeline.initialize()
           
 void Pipeline.invoke(org.apache.jetspeed.request.RequestContext context)
          Cause the specified request and response to be processed by the sequence of Valves associated with this pipeline, until one of these Valves decides to end the processing.
 void JetspeedPipeline.initialize()
           
 void JetspeedPipeline.invoke(org.apache.jetspeed.request.RequestContext request)
           
 void JetspeedPipeline.invokeNext(org.apache.jetspeed.request.RequestContext request)
           
 

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

Methods in org.apache.jetspeed.pipeline.valve that throw PipelineException
 void ValveContext.invokeNext(org.apache.jetspeed.request.RequestContext request)
          Cause the invoke() method of the next Valve that is part of the Pipeline currently being processed (if any) to be executed, passing on the specified request and response objects plus this ValveContext instance.
abstract  void AbstractValve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void AbstractValve.initialize()
           
 void Valve.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 void Valve.initialize()
          Initialize the valve before using in a pipeline.
 

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

Methods in org.apache.jetspeed.pipeline.valve.impl that throw PipelineException
 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 PipelineException in org.apache.jetspeed.profiler.impl
 

Methods in org.apache.jetspeed.profiler.impl that throw PipelineException
 void ProfilerValveImpl.invoke(org.apache.jetspeed.request.RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.security.impl that throw PipelineException
 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.