org.exist.http.servlets
Class EXistServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
- See Also:
- Constant Field Values
EXistServlet
public EXistServlet()
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.