public abstract class AbstractProxyServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
AbstractProxyServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected abstract org.osgi.framework.BundleContext |
getBundleContext() |
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected abstract org.osgi.framework.BundleContext getBundleContext()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.