| javax.servlet.http.HttpServlet mc.formgenerator.servlets.bonita.ServletXformEditor
ServletXformEditor | public class ServletXformEditor extends HttpServlet (Code) | | Servlet for XForm Editor to get or write XForm documents
|
createXmlResponse | public Document createXmlResponse(String xmlRequest)(Code) | | 17-05-2005
Lookup in repository and build xmlresponse
Parameters: xmlRequest - xml string with xform and languages documents. |
writeDocuments | public String writeDocuments(String xmlRequest)(Code) | | 17-05-2005
This method builds xform and language documents and saves them
in application/web/xforms/project-activity_name
Parameters: xmlRequest - xml input Document. |
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)
|
|
|