com.opensymphony.workflow.config
Class WorkflowFactoryServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.opensymphony.workflow.config.WorkflowFactoryServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WorkflowFactoryServlet
- extends HttpServlet
- Author:
- Hani Suleiman Date: Dec 17, 2004 Time: 12:21:44 PM
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowFactoryServlet
public WorkflowFactoryServlet()
init
public void init()
throws ServletException
- Overrides:
init in class GenericServlet
- Throws:
ServletException
doGet
protected void doGet(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doGet in class HttpServlet
- Throws:
ServletException
IOException
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doPost in class HttpServlet
- Throws:
ServletException
IOException