Class WebContainerLifecycle
- java.lang.Object
-
- org.apache.webbeans.lifecycle.AbstractLifeCycle
-
- org.apache.webbeans.web.lifecycle.WebContainerLifecycle
-
- All Implemented Interfaces:
org.apache.webbeans.spi.ContainerLifecycle
public class WebContainerLifecycle extends org.apache.webbeans.lifecycle.AbstractLifeCycleManages container lifecycle.Behaves according to the request, session, and application contexts of the web application.
- Version:
- $Rev: 911764 $ $Date: 2010-02-19 11:52:54 +0200 (Fri, 19 Feb 2010) $
- See Also:
WebBeansConfigurationListener
-
-
Constructor Summary
Constructors Constructor Description WebContainerLifecycle()Creates a new lifecycle instance and initializes the instance variables.WebContainerLifecycle(org.apache.webbeans.config.WebBeansContext webBeansContext)Creates a new lifecycle instance and initializes the instance variables.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidafterStartApplication(Object startupObject)protected voidafterStopApplication(Object stopObject)protected voidbeforeStartApplication(Object startupObject)protected voidbeforeStopApplication(Object stopObject)protected voidsetJspELFactory(jakarta.servlet.ServletContext startupObject, Object resolver)voidstartApplication(Object startupObject)voidstopApplication(Object endObject)
-
-
-
Constructor Detail
-
WebContainerLifecycle
public WebContainerLifecycle()
Creates a new lifecycle instance and initializes the instance variables.
-
WebContainerLifecycle
public WebContainerLifecycle(org.apache.webbeans.config.WebBeansContext webBeansContext)
Creates a new lifecycle instance and initializes the instance variables.
-
-
Method Detail
-
startApplication
public void startApplication(Object startupObject)
- Specified by:
startApplicationin interfaceorg.apache.webbeans.spi.ContainerLifecycle- Overrides:
startApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
stopApplication
public void stopApplication(Object endObject)
- Specified by:
stopApplicationin interfaceorg.apache.webbeans.spi.ContainerLifecycle- Overrides:
stopApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
afterStartApplication
protected void afterStartApplication(Object startupObject)
- Overrides:
afterStartApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
beforeStartApplication
protected void beforeStartApplication(Object startupObject)
- Overrides:
beforeStartApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
beforeStopApplication
protected void beforeStopApplication(Object stopObject)
- Overrides:
beforeStopApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
afterStopApplication
protected void afterStopApplication(Object stopObject)
- Overrides:
afterStopApplicationin classorg.apache.webbeans.lifecycle.AbstractLifeCycle
-
setJspELFactory
protected void setJspELFactory(jakarta.servlet.ServletContext startupObject, Object resolver)
-
-