| javax.servlet.http.HttpServlet mc.formgenerator.servlets.ServletLookAndFeel
ServletLookAndFeel | public class ServletLookAndFeel extends HttpServlet (Code) | | Servlet that will display XForm Look&Feel, without interaction with Bonita.
This servlet is a modification of ChibaServlet
|
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 void updateContext(HttpServletRequest request, HttpSession session, Document instance, Document langDocument)(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 void updateContextPost(HttpServletRequest request, HttpSession session)(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)
|
|
|