org.hippoecm.hst.core.container
Class CleanupValve

java.lang.Object
  extended by org.hippoecm.hst.core.container.AbstractValve
      extended by org.hippoecm.hst.core.container.CleanupValve
All Implemented Interfaces:
Valve

public class CleanupValve
extends AbstractValve

CleanupValve

Version:
$Id: CleanupValve.java 25317 2010-11-25 11:58:45Z aschrijvers $

Field Summary
protected  List<ResourceLifecycleManagement> resourceLifecycleManagements
           
 
Fields inherited from class org.hippoecm.hst.core.container.AbstractValve
alwaysRedirectLocationToAbsoluteUrl, componentFactory, componentInvoker, componentWindowFactory, containerConfiguration, defaultPageErrorHandler, hstManager, hstQueryManagerFactory, linkCreator, log, requestContextComponent, siteMapMatcher, siteMenusManager, urlFactory
 
Constructor Summary
CleanupValve()
           
 
Method Summary
protected  void clearSubjectSession(ValveContext valveContext, HstRequestContext requestContext, boolean sessionStateful)
           
 void invoke(ValveContext context)
          Invoke this valve
 void setResourceLifecycleManagements(List<ResourceLifecycleManagement> resourceLifecycleManagements)
           
 
Methods inherited from class org.hippoecm.hst.core.container.AbstractValve
destroy, findComponentWindow, findErrorCodeSendingWindow, getComponentFactory, getComponentInvoker, getComponentWindowFactory, getContainerConfiguration, getDefaultPageErrorHandler, getHstManager, getHstQueryManagerFactory, getHstSiteMenusManager, getLinkCreator, getPageErrors, getRequestContextComponent, getSiteMapMatcher, getUrlFactory, handleComponentExceptions, initialize, isAlwaysRedirectLocationToAbsoluteUrl, setAlwaysRedirectLocationToAbsoluteUrl, setComponentFactory, setComponentInvoker, setComponentWindowFactory, setContainerConfiguration, setDefaultPageErrorHandler, setHstManager, setHstQueryManagerFactory, setLinkCreator, setRequestContextComponent, setSiteMapMatcher, setSiteMenusManager, setUrlFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceLifecycleManagements

protected List<ResourceLifecycleManagement> resourceLifecycleManagements
Constructor Detail

CleanupValve

public CleanupValve()
Method Detail

setResourceLifecycleManagements

public void setResourceLifecycleManagements(List<ResourceLifecycleManagement> resourceLifecycleManagements)

invoke

public void invoke(ValveContext context)
            throws ContainerException
Description copied from interface: Valve
Invoke this valve

Specified by:
invoke in interface Valve
Specified by:
invoke in class AbstractValve
Throws:
ContainerException

clearSubjectSession

protected void clearSubjectSession(ValveContext valveContext,
                                   HstRequestContext requestContext,
                                   boolean sessionStateful)
                            throws ContainerException
Throws:
ContainerException


Copyright © 2008-2012 Hippo. All Rights Reserved.