org.enableit.db.darrt.web
Class DarHandlerServlet

java.lang.Object
  |
  +--javax.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.

See Also:
Serialized Form

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

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.

Overrides:
init in class javax.servlet.GenericServlet
javax.servlet.ServletException


Copyright © 1999-2004 enableIT.org. All Rights Reserved.