|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjodd.madvoc.MadvocContextListener
public class MadvocContextListener
Creates Madvoc @{link WebApplication}. It's an alternative way how to
start web application - before any other Jodd framework is used and called.
| Field Summary | |
|---|---|
protected Madvoc |
madvoc
|
| Constructor Summary | |
|---|---|
MadvocContextListener()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Madvoc madvoc
| Constructor Detail |
|---|
public MadvocContextListener()
| Method Detail |
|---|
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.ServletContextListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||