PAJES 2.3.9

org.pajes.servlet
Class PajesContext

java.lang.Object
  extended byorg.pajes.servlet.PajesContextListener
      extended byorg.pajes.servlet.PajesContext
All Implemented Interfaces:
java.util.EventListener, javax.servlet.ServletContextListener

public class PajesContext
extends PajesContextListener

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

PajesContext

public PajesContext()
Method Detail

contextDestroyed

public void contextDestroyed(javax.servlet.ServletContextEvent sce)
Notification that the servlet context is about to be shut down.

The default implementation does nothing.

Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
Overrides:
contextDestroyed in class PajesContextListener
Parameters:
sce - the event class for notifications about changes to the servlet context of a web application.

contextInitialized

public void contextInitialized(javax.servlet.ServletContextEvent sce)
Notification that the web application is ready to process requests.

Sub-classes that over-ride this MUST call super.contextInitialized(sce) to complete PAJES initialisation before performing any application-specific processing.

Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
Overrides:
contextInitialized in class PajesContextListener
Parameters:
sce - the event class for notifications about changes to the servlet context of a web application.

PAJES 2.3.9

Copyright © 2002-2003 Viridian Pty Limited. All Rights Reserved.