public class WebContainerLifecycle extends AbstractLifeCycle
Behaves according to the request, session, and application contexts of the web application.
WebBeansConfigurationListenercontextsService, logger, scannerService, started, webBeansContext| Constructor and Description |
|---|
WebContainerLifecycle()
Creates a new lifecycle instance and initializes
the instance variables.
|
WebContainerLifecycle(WebBeansContext webBeansContext)
Creates a new lifecycle instance and initializes
the instance variables.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterStartApplication(Object startupObject) |
protected void |
afterStopApplication(Object stopObject) |
protected void |
beforeStartApplication(Object startupObject) |
protected void |
beforeStopApplication(Object stopObject) |
protected void |
setJspELFactory(ServletContext startupObject,
Object resolver) |
void |
startApplication(Object startupObject) |
void |
stopApplication(Object endObject) |
afterInitApplication, beforeInitApplication, bootstrapApplication, getBeanManager, getContextService, getWebBeansContext, initApplicationpublic WebContainerLifecycle()
public WebContainerLifecycle(WebBeansContext webBeansContext)
public void startApplication(Object startupObject)
startApplication in interface ContainerLifecyclestartApplication in class AbstractLifeCyclepublic void stopApplication(Object endObject)
stopApplication in interface ContainerLifecyclestopApplication in class AbstractLifeCycleprotected void afterStartApplication(Object startupObject)
afterStartApplication in class AbstractLifeCycleprotected void beforeStartApplication(Object startupObject)
beforeStartApplication in class AbstractLifeCycleprotected void beforeStopApplication(Object stopObject)
beforeStopApplication in class AbstractLifeCycleprotected void afterStopApplication(Object stopObject)
afterStopApplication in class AbstractLifeCycleprotected void setJspELFactory(ServletContext startupObject, Object resolver)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.