org.granite.osgi.adaptor
Class AMFServiceAdaptor
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.granite.osgi.adaptor.AMFServiceAdaptor
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AMFServiceAdaptor
- extends HttpServlet
- Since:
- 1.1.0
- Author:
- gembin@gmail.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AMFServiceAdaptor
public AMFServiceAdaptor(org.osgi.framework.BundleContext context)
init
public void init(ServletConfig config)
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
getServicesConfig
public ServicesConfig getServicesConfig()
doPost
protected void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException