org.activemath.webapp.servlets
Class ActivemathServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.activemath.webapp.servlets.ActivemathServlet
- All Implemented Interfaces:
- Serializable, EventListener, Servlet, ServletConfig, ServletContextListener
public class ActivemathServlet
- extends HttpServlet
- implements ServletContextListener
ActiveMath Init servlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Logger log
ActivemathServlet
public ActivemathServlet()
init
public void init()
throws ServletException
- This method triggers application wide initialisation.
We initialize our most important singletons (in some sensible order).
NOTE: If init fails, we call System.exit() (via Manager.reportFatalError())!!!
- Overrides:
init in class GenericServlet
- Throws:
ServletException
contextInitialized
public void contextInitialized(ServletContextEvent arg0)
- Specified by:
contextInitialized in interface ServletContextListener
contextDestroyed
public void contextDestroyed(ServletContextEvent arg0)
- Specified by:
contextDestroyed in interface ServletContextListener