Package org.adempiere.webui
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
ConstructorsConstructorDescriptionDelegatingServlet(javax.servlet.http.HttpServlet delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.getInitParameter(String name) 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.ServletConfigDeprecated, for removal: This API element is subject to removal in a future version.javax.servlet.ServletContextDeprecated, 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.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.voidinit()Deprecated, for removal: This API element is subject to removal in a future version.voidinit(javax.servlet.ServletConfig config) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidservice(javax.servlet.ServletRequest arg0, javax.servlet.ServletResponse arg1) Deprecated, for removal: This API element is subject to removal in a future version.toString()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
-
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:
destroyin interfacejavax.servlet.Servlet- Overrides:
destroyin classjavax.servlet.GenericServlet
-
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
getInitParameter
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getInitParameterin interfacejavax.servlet.ServletConfig- Overrides:
getInitParameterin classjavax.servlet.GenericServlet
-
getInitParameterNames
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getInitParameterNamesin interfacejavax.servlet.ServletConfig- Overrides:
getInitParameterNamesin classjavax.servlet.GenericServlet
-
getServletConfig
public javax.servlet.ServletConfig getServletConfig()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletConfigin interfacejavax.servlet.Servlet- Overrides:
getServletConfigin classjavax.servlet.GenericServlet
-
getServletContext
public javax.servlet.ServletContext getServletContext()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletContextin interfacejavax.servlet.ServletConfig- Overrides:
getServletContextin classjavax.servlet.GenericServlet
-
getServletInfo
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletInfoin interfacejavax.servlet.Servlet- Overrides:
getServletInfoin classjavax.servlet.GenericServlet
-
getServletName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServletNamein interfacejavax.servlet.ServletConfig- Overrides:
getServletNamein classjavax.servlet.GenericServlet
-
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
init
public void init() throws javax.servlet.ServletExceptionDeprecated, for removal: This API element is subject to removal in a future version.- Overrides:
initin classjavax.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:
initin interfacejavax.servlet.Servlet- Overrides:
initin classjavax.servlet.GenericServlet- Throws:
javax.servlet.ServletException
-
log
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
login classjavax.servlet.GenericServlet
-
log
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
login classjavax.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:
servicein interfacejavax.servlet.Servlet- Overrides:
servicein classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-