| javax.servlet.http.HttpServlet mc.formgenerator.servlets.ServletBonitaForm
ServletBonitaForm | public class ServletBonitaForm extends HttpServlet (Code) | | Servlet that displays forms acording to projects/activities properties
and start/stop projects/activities execution. This servlet is a modification
of ChibaServlet.
|
Method Summary | |
public Document | createXform(Document xmlInput, String xmlBase, String projectName, String activityName, String projectVersion) 13-05-2005
This method creates xform and language documents. | public void | destroy() Destroys the servlet. | protected void | doGet(HttpServletRequest request, HttpServletResponse response) | protected void | doPost(HttpServletRequest request, HttpServletResponse response) | protected String | getErrors(Throwable t) | public String | getServletInfo() Returns a short description of the servlet. | public void | init(ServletConfig config) Initializes the servlet. | protected String | saveErrors(Throwable t) | protected ServletAdapter | updateContext(HttpServletRequest request, HttpSession session, Document instance, ServletAdapter servletAdapter) this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext. | protected ServletAdapter | updateContext(HttpServletRequest request, HttpSession session, Document formDocument, Document langDocument, ServletAdapter servletAdapter) this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext. | protected ServletAdapter | updateContextPost(HttpServletRequest request, HttpSession session, ServletAdapter servletAdapter) this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext. |
destroy | public void destroy()(Code) | | Destroys the servlet.
|
getServletInfo | public String getServletInfo()(Code) | | Returns a short description of the servlet.
- Returns a short description of the servlet. |
updateContext | protected ServletAdapter updateContext(HttpServletRequest request, HttpSession session, Document instance, ServletAdapter servletAdapter)(Code) | | this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext.
Parameters: servletAdapter - the ChibaAdapter to use Parameters: request - the ServletRequest Parameters: session - the ServletSession |
updateContext | protected ServletAdapter updateContext(HttpServletRequest request, HttpSession session, Document formDocument, Document langDocument, ServletAdapter servletAdapter)(Code) | | this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext.
Parameters: servletAdapter - the ChibaAdapter to use Parameters: request - the ServletRequest Parameters: session - the ServletSession |
updateContextPost | protected ServletAdapter updateContextPost(HttpServletRequest request, HttpSession session, ServletAdapter servletAdapter)(Code) | | this method is responsible for passing all context information needed by the Adapter and Processor from
ServletRequest to ChibaContext.
Parameters: servletAdapter - the ChibaAdapter to use Parameters: request - the ServletRequest Parameters: session - the ServletSession |
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)
|
|
|