org.compiere.www
Class WError
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.compiere.www.WError
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WError
- extends HttpServlet
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WError
public WError()
init
public void init(ServletConfig config)
throws ServletException
- Initialize global variables
- Specified by:
init in interface Servlet- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Process the HTTP Get request
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Process the HTTP Post request
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException
destroy
public void destroy()
- Clean up resources
- Specified by:
destroy in interface Servlet- Overrides:
destroy in class GenericServlet
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.