|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.semanticweb.triple.service.Listener
This is the main routine, the entry and exit point of the web application. The web application's contextInitialized() and contextDestroyed() are called when Tomcat/the servlet container starts or stops the web application.
| Constructor Summary | |
Listener()
|
|
| Method Summary | |
void |
contextDestroyed(ServletContextEvent event)
Servlet context is about to be shut down. |
void |
contextInitialized(ServletContextEvent event)
The "main method", starting point for the web application. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Listener()
| Method Detail |
public void contextInitialized(ServletContextEvent event)
public void contextDestroyed(ServletContextEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||