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 voiddestroy()org.osgi.service.http.HttpContextgetHttpContext()javax.servlet.ServletgetServlet()voidinit(javax.servlet.ServletConfig servletConfig)voidservice(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:
destroyin 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:
IOExceptionjavax.servlet.ServletException
-
getServlet
public javax.servlet.Servlet getServlet()
-
getHttpContext
public org.osgi.service.http.HttpContext getHttpContext()
-
-