Class DelegatingServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.adempiere.webui.DelegatingServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@Deprecated(forRemoval=true, since="11") public class DelegatingServlet extends javax.servlet.http.HttpServlet
Deprecated, for removal: This API element is subject to removal in a future version.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DelegatingServlet(javax.servlet.http.HttpServlet delegate)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    javax.servlet.ServletConfig
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    javax.servlet.ServletContext
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    init(javax.servlet.ServletConfig config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    log(String msg)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    log(String message, Throwable t)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    service(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DelegatingServlet

      public DelegatingServlet(javax.servlet.http.HttpServlet delegate)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • destroy

      public void destroy()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      destroy in interface javax.servlet.Servlet
      Overrides:
      destroy in class javax.servlet.GenericServlet
    • equals

      public boolean equals(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • getInitParameter

      public String getInitParameter(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getInitParameter in interface javax.servlet.ServletConfig
      Overrides:
      getInitParameter in class javax.servlet.GenericServlet
    • getInitParameterNames

      public Enumeration<String> getInitParameterNames()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getInitParameterNames in interface javax.servlet.ServletConfig
      Overrides:
      getInitParameterNames in class javax.servlet.GenericServlet
    • getServletConfig

      public javax.servlet.ServletConfig getServletConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServletConfig in interface javax.servlet.Servlet
      Overrides:
      getServletConfig in class javax.servlet.GenericServlet
    • getServletContext

      public javax.servlet.ServletContext getServletContext()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServletContext in interface javax.servlet.ServletConfig
      Overrides:
      getServletContext in class javax.servlet.GenericServlet
    • getServletInfo

      public String getServletInfo()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServletInfo in interface javax.servlet.Servlet
      Overrides:
      getServletInfo in class javax.servlet.GenericServlet
    • getServletName

      public String getServletName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServletName in interface javax.servlet.ServletConfig
      Overrides:
      getServletName in class javax.servlet.GenericServlet
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • init

      public void init() throws javax.servlet.ServletException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      init in class javax.servlet.GenericServlet
      Throws:
      javax.servlet.ServletException
    • init

      public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      init in interface javax.servlet.Servlet
      Overrides:
      init in class javax.servlet.GenericServlet
      Throws:
      javax.servlet.ServletException
    • log

      public void log(String message, Throwable t)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      log in class javax.servlet.GenericServlet
    • log

      public void log(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      log in class javax.servlet.GenericServlet
    • service

      public void service(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1) throws javax.servlet.ServletException, IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      service in interface javax.servlet.Servlet
      Overrides:
      service in class javax.servlet.http.HttpServlet
      Throws:
      javax.servlet.ServletException
      IOException
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object