|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebappLifeCycleListener
The webapp lifecycle listener which allow customization of the WebAppContext configuration.
| Method Summary | |
|---|---|
void |
afterWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called after the WebAppContext is deployed. |
void |
afterWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called after the WebAppContext is undeployed. |
void |
beforeWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called before the WebAppContext deploy. |
void |
beforeWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
Handler method which will be called before the WebAppContext undeploy. |
| Method Detail |
|---|
void beforeWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebAppContext deploy.
server - the webapp server.webAppContext - the webapp which will be deployed.
void afterWebappStart(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebAppContext is deployed.
server - the webapp server.webAppContext - the webapp which is deployed.
void beforeWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebAppContext undeploy.
server - the webapp server.webAppContext - the webapp which will be undeployed.
void afterWebappStop(org.eclipse.jetty.server.Server server,
org.eclipse.jetty.webapp.WebAppContext webAppContext)
WebAppContext is undeployed.
server - the webapp server.webAppContext - the webapp which is undeployed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||