Class ServletRegistration
- java.lang.Object
-
- org.adempiere.eclipse.equinox.http.servlet.Registration
-
- org.adempiere.eclipse.equinox.http.servlet.ServletRegistration
-
public class ServletRegistration extends Registration
-
-
Field Summary
-
Fields inherited from class org.adempiere.eclipse.equinox.http.servlet.Registration
referenceCount
-
-
Constructor Summary
Constructors Constructor Description ServletRegistration(javax.servlet.Servlet servlet, org.osgi.service.http.HttpContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
org.osgi.service.http.HttpContext
getHttpContext()
javax.servlet.Servlet
getServlet()
void
init(javax.servlet.ServletConfig servletConfig)
void
service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
-
Methods inherited from class org.adempiere.eclipse.equinox.http.servlet.Registration
addReference, removeReference
-
-
-
-
Method Detail
-
destroy
public void destroy()
- Overrides:
destroy
in classRegistration
-
init
public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
- Throws:
javax.servlet.ServletException
-
service
public void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException, javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
-
getServlet
public javax.servlet.Servlet getServlet()
-
getHttpContext
public org.osgi.service.http.HttpContext getHttpContext()
-
-