|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enableit.db.darrt.web
Class DarHandlerServlet

java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.enableit.db.darrt.web.DarHandlerServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class DarHandlerServlet
- extends javax.servlet.http.HttpServlet
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 |
private static org.apache.log4j.Logger |
logger
The Log4J Logger doing the logging. |
| Fields inherited from class javax.servlet.http.HttpServlet |
|
| Fields inherited from class javax.servlet.GenericServlet |
|
| 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 |
logger
private static org.apache.log4j.Logger logger
- The Log4J
Loggerdoing the logging.
about
public static final java.lang.String about
- CVS info about this class and its current version
- See Also:
- Constant Field Values
| Constructor Detail |
DarHandlerServlet
public DarHandlerServlet()
- Default Constructor
| Method Detail |
init
public void init()
throws javax.servlet.ServletException
- Checks for a dar file named in the web.xml and installs it.
The servlet init-parameter name to specify the dar with is: dar-name.
|
|||||||||
| Home >> All >> org >> enableit >> db >> darrt >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC