org.compiere.www
Class Test
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.compiere.www.Test
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class Test
- extends HttpServlet
Test Servlet
- Version:
- $Id: Test.java,v 1.2 2006/07/30 00:53:21 jjanke Exp $
- Author:
- Jorg Janke
- See Also:
- Serialized Form
|
Constructor Summary |
Test()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test
public Test()
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
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.