|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartupListener
Startup Listener for the myfaces init process This interface allows to implement Plugins which then can be hooked into the various stages of our initialisation process to add various plugins which depend on the various phases of the init
Method Summary | |
---|---|
void |
postDestroy(javax.servlet.ServletContextEvent evt)
This method is called after myfaces is destroyed |
void |
postInit(javax.servlet.ServletContextEvent evt)
This method is called after myfaces has initialized |
void |
preDestroy(javax.servlet.ServletContextEvent evt)
This method is called before myfaces is destroyed |
void |
preInit(javax.servlet.ServletContextEvent evt)
This method is called before myfaces initializes |
Method Detail |
---|
void preInit(javax.servlet.ServletContextEvent evt)
evt
- the corresponding servlet context event keeping all the servlet context data and referencesvoid postInit(javax.servlet.ServletContextEvent evt)
evt
- the corresponding servlet context event keeping all the servlet context data and referencesvoid preDestroy(javax.servlet.ServletContextEvent evt)
evt
- the corresponding servlet context event keeping all the servlet context data and referencesvoid postDestroy(javax.servlet.ServletContextEvent evt)
evt
- the corresponding servlet context event keeping all the servlet context data and references
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |