public class MadvocContextListener
extends java.lang.Object
implements javax.servlet.ServletContextListener
Madvoc @{link WebApplication}. It's an alternative way how to
start web application - before any other Jodd framework is used and called.| Constructor and Description |
|---|
MadvocContextListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
Stops Madvoc.
|
void |
contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Creates new
Madvoc @{link WebApplication} that is configured
by context init parameters. |
protected Madvoc madvoc
public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
Madvoc @{link WebApplication} that is configured
by context init parameters.contextInitialized in interface javax.servlet.ServletContextListenerpublic void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
contextDestroyed in interface javax.servlet.ServletContextListenerCopyright © 2003-2013 Jodd Team