org.exist.atom.http
Class AtomServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.exist.atom.http.AtomServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AtomServlet
- extends HttpServlet
Implements a rest interface for exist collections as atom feeds
- Author:
- Alex Milowski
- See Also:
- Serialized Form
DEFAULT_ENCODING
public static final String DEFAULT_ENCODING
- See Also:
- Constant Field Values
CONF_NS
public static final String CONF_NS
- See Also:
- Constant Field Values
AtomServlet
public AtomServlet()
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.