|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.servlet.PajesContextListener
org.pajes.servlet.PajesContext
public class PajesContext
Initialises the PAJES servlet framework.
| Constructor Summary | |
|---|---|
PajesContext()
|
|
| 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. |
| Methods inherited from class org.pajes.servlet.PajesContextListener |
|---|
getContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PajesContext()
| Method Detail |
|---|
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
The default implementation does nothing.
contextDestroyed in interface javax.servlet.ServletContextListenercontextDestroyed in class PajesContextListenersce - the event class for notifications about changes to the servlet
context of a web application.public void contextInitialized(javax.servlet.ServletContextEvent sce)
Sub-classes that over-ride this MUST call
super.contextInitialized(sce) to complete PAJES
initialisation before performing any application-specific
processing.
contextInitialized in interface javax.servlet.ServletContextListenercontextInitialized in class PajesContextListenersce - the event class for notifications about changes to the servlet
context of a web application.
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||