| javax.servlet.http.HttpServlet de.danet.an.workflow.clients.wfxml.Servlet
Servlet | public class Servlet extends HttpServlet (Code) | | This class provides an interface between the workflow engine (i.e. its
processes and any HTTP based client (e.g. Web browser application).
The servlet works as a mediator for services of the different roles,
excluding the observer, as they are defined by the Wf-XML 2.0 standard.
author: Michael Lipp author: Dirk Schnelle version: $Revision: 1.25 $ |
OBSERVER_REGISTRY | final static String OBSERVER_REGISTRY(Code) | | Attribute observer registry in the servlet context.
|
destroy | public void destroy()(Code) | | |
getSenderBase | String getSenderBase(HttpServletRequest request)(Code) | | Retrieves the sender base.
The sender base is derived from the request. The this value may be
overridden via the SenderBase parameter in the
web.xml .
Parameters: request - the servlet request. the sender base. |
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|