| 
 | DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
net.sf.djdoc.servlet.StartupServlet
public class StartupServlet
The StartupServlet class serves purely as an initialization
 class reading configuration files and setting up other parts of the web
 application such as logging, persistence engine etc.
 Its initialization parameters are configured in the web.xml file
 where this servlet is configured with a positve load-on-startup
 value.
| Constructor Summary | |
|---|---|
| StartupServlet() | |
| Method Summary | |
|---|---|
|  void | destroy()This method performs uninitialization work necessary when the web application server is shut down. | 
|  void | init()This method performs all necessary initialization. | 
| Methods inherited from class javax.servlet.http.HttpServlet | 
|---|
| doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service | 
| Methods inherited from class javax.servlet.GenericServlet | 
|---|
| getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public StartupServlet()
| Method Detail | 
|---|
public void init()
          throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet| 
 | DJDoc v.1.0.0b-1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||