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 Details

    • log

      protected static CLogger log
      Logger
  • Constructor Details

    • ServletRegistration

      public ServletRegistration(javax.servlet.Servlet servlet, org.osgi.service.http.HttpContext context)
  • Method Details

    • destroy

      public void destroy()
      Overrides:
      destroy in class Registration
    • 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
      Parameters:
      req -
      resp -
      Throws:
      IOException
      javax.servlet.ServletException
    • getServlet

      public javax.servlet.Servlet getServlet()
    • getHttpContext

      public org.osgi.service.http.HttpContext getHttpContext()