|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.servlet.GenericServlet | +--javax.servlet.http.HttpServlet | +--org.enableit.db.darrt.web.DarHandlerServlet
Servlet used to check for and install a DAR file on server start.
Field Summary | |
static java.lang.String |
ABOUT
CVS info ABOUT this class and its current version |
Constructor Summary | |
DarHandlerServlet()
Default Constructor |
Method Summary | |
void |
init()
Checks for a dar file named in the web.xml and installs it. |
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 |
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 |
Field Detail |
public static final java.lang.String ABOUT
Constructor Detail |
public DarHandlerServlet()
Method Detail |
public void init() throws javax.servlet.ServletException
The servlet init-parameter name to specify the dar with is: dar-name.
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |