org.apache.abdera.protocol.server.servlet
Class AbderaServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.abdera.protocol.server.servlet.AbderaServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- Direct Known Subclasses:
- SpringAbderaServlet
public class AbderaServlet
- extends javax.servlet.http.HttpServlet
Simple APP servlet.
- Version:
- $Id: AbderaServlet.java 563712 2007-08-08 00:55:04Z jmsnell $
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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 |
manager
protected ServiceManager manager
context
protected ServiceContext context
AbderaServlet
public AbderaServlet()
init
public void init()
throws javax.servlet.ServletException
- Overrides:
init
in class javax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
getAbdera
public Abdera getAbdera()
getServiceContext
public ServiceContext getServiceContext()
getServiceManager
public ServiceManager getServiceManager()
createServiceContext
protected ServiceContext createServiceContext()
createServiceManager
protected ServiceManager createServiceManager()
service
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
getProperties
protected java.util.Map<java.lang.String,java.lang.String> getProperties(javax.servlet.ServletConfig config)