|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.servlet.PajesContextListener
PAJES implementation of javax.servlet.ServletContextListener
that correctly initalises the PAJES servlet framework environment.
| Constructor Summary | |
PajesContextListener()
|
|
| Method Summary | |
void |
contextDestroyed(javax.servlet.ServletContextEvent sce)
Notification that the servlet context is about to be shut down. |
void |
contextInitialized(javax.servlet.ServletContextEvent sce)
Notification that the web application is ready to process requests. |
protected static javax.servlet.ServletContext |
getContext(javax.servlet.ServletContextEvent sce)
Extracts the ServletContext from the specified ServletContextEvent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PajesContextListener()
| Method Detail |
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
The default implementation does nothing.
contextDestroyed in interface javax.servlet.ServletContextListenersce - the event class for notifications about changes to the
servlet context of a web application.public void contextInitialized(javax.servlet.ServletContextEvent sce)
The default implementation does nothing.
contextInitialized in interface javax.servlet.ServletContextListenersce - the event class for notifications about changes to the
servlet context of a web application.protected static javax.servlet.ServletContext getContext(javax.servlet.ServletContextEvent sce)
sce - the event class for notifications about changes to the
servlet context of a web application.
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||