|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--com.arsdigita.acs.StartupLoader
Servlet that is loaded on startup by the servlet engine, and then
iterates over all available classes. For each class whose name is
"*Init," does a Class.forName() to make the static
initializer run.
| Constructor Summary | |
StartupLoader()
|
|
| Method Summary | |
void |
init()
iterates over all available classes. |
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doOptions, doPost, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, 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 StartupLoader()
| Method Detail |
public void init()
throws javax.servlet.ServletException
Class.forName() to make the static
initializer run.
Searches in $ACS_JAVA/WEB-INF/classes and
$ACS_JAVA/lib/*.jar.
init in class javax.servlet.GenericServlet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||