org.exist.http.servlets
Class EXistServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.exist.http.servlets.EXistServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class EXistServlet
extends HttpServlet

Implements the REST-style interface if eXist is running within a Servlet engine. The real work is done by class RESTServer.

Author:
wolf
See Also:
Serialized Form

Field Summary
static String DEFAULT_ENCODING
           
 
Constructor Summary
EXistServlet()
           
 
Method Summary
 void destroy()
           
 void init(ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values
Constructor Detail

EXistServlet

public EXistServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet


Copyright (C) Wolfgang Meier. All rights reserved.