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.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. 
 

Uses of PipelineException in org.apache.jetspeed.aggregator
 

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

Uses of PipelineException in org.apache.jetspeed.ajax
 

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

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

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

Uses of PipelineException in org.apache.jetspeed.container
 

Methods in org.apache.jetspeed.container that throw PipelineException
 void ContainerValve.invoke(RequestContext request, ValveContext context)
           
 void PageHistoryValve.invoke(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 CleanPathInfoEncodedNavStateFromPortalURLValve.invoke(RequestContext request, ValveContext context)
           
 void PortalURLValveImpl.invoke(RequestContext request, ValveContext context)
           
 

Uses of PipelineException in org.apache.jetspeed.decoration
 

Methods in org.apache.jetspeed.decoration that throw PipelineException
 void DecorationValve.invoke(RequestContext requestContext, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.desktop.impl that throw PipelineException
 void DesktopEncoderRedirectValveImpl.invoke(RequestContext request, ValveContext context)
           
 void DesktopValveImpl.invoke(RequestContext request, ValveContext context)
           
 

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

Methods in org.apache.jetspeed.layout.impl that throw PipelineException
 void LayoutValve.initialize()
           
 void LayoutValve.invoke(RequestContext requestContext, ValveContext valveContext)
           
 

Constructors in org.apache.jetspeed.layout.impl that throw PipelineException
RemovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry)
           
RemovePortletAction(java.lang.String template, java.lang.String errorTemplate, PortletRegistry registry, PageManager pageManager, PortletActionSecurityBehavior securityBehavior)
           
 

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

Methods in org.apache.jetspeed.localization.impl that throw PipelineException
 void SimplifiedLocalizationValveImpl.invoke(RequestContext request, ValveContext context)
           
 void LocalizationValveImpl.invoke(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(RequestContext request, ValveContext context)
           
 

Uses of PipelineException in org.apache.jetspeed.pipeline
 

Methods in org.apache.jetspeed.pipeline that throw PipelineException
 void JetspeedPipeline.initialize()
           
 void Pipeline.initialize()
           
 void JetspeedPipeline.invoke(RequestContext request)
           
 void Pipeline.invoke(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.
 

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

Methods in org.apache.jetspeed.pipeline.valve that throw PipelineException
 void AbstractValve.initialize()
           
 void Valve.initialize()
          Initialize the valve before using in a pipeline.
abstract  void AbstractValve.invoke(RequestContext request, ValveContext context)
           
 void Valve.invoke(RequestContext request, ValveContext context)
           
 void ValveContext.invokeNext(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.
 

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

Methods in org.apache.jetspeed.pipeline.valve.impl that throw PipelineException
 void PropertyLoaderValve.initialize()
           
 void CleanupValveImpl.invoke(RequestContext request, ValveContext context)
           
 void DebugValveImpl.invoke(RequestContext request, ValveContext context)
           
 void ActionValveImpl.invoke(RequestContext request, ValveContext context)
           
 void PropertyLoaderValve.invoke(RequestContext p_oRequest, ValveContext p_oContext)
           
 void VerySimpleLayoutValveImpl.invoke(RequestContext request, ValveContext context)
           
 

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

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

Uses of PipelineException in org.apache.jetspeed.resource
 

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

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

Methods in org.apache.jetspeed.security.impl that throw PipelineException
 void AbstractSecurityValve.invoke(RequestContext request, ValveContext context)
           invoke
 void PasswordCredentialValveImpl.invoke(RequestContext request, ValveContext context)
           
 void LoginValidationValveImpl.invoke(RequestContext request, ValveContext context)
           
protected  boolean AbstractSecurityValve.isSessionExpired(RequestContext request)
          Check for hard limit session expiration time out
 



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