|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.forms.FormDataFunctions
org.alfresco.web.forms.ServletContextFormDataFunctionsAdapter
public class ServletContextFormDataFunctionsAdapter
Constructor Summary | |
---|---|
ServletContextFormDataFunctionsAdapter(javax.servlet.ServletContext servletContext)
|
Method Summary | |
---|---|
org.w3c.dom.Document |
parseXMLDocument(java.lang.String path)
Loads and parses an xml document at the specified path using avm remote. |
java.util.Map |
parseXMLDocuments(java.lang.String formName,
java.lang.String path)
Loads and parses all xml documents at the specified path generated by the specified form using avm remote. |
Methods inherited from class org.alfresco.web.forms.FormDataFunctions |
---|
encodeQuotes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServletContextFormDataFunctionsAdapter(javax.servlet.ServletContext servletContext)
Method Detail |
---|
public org.w3c.dom.Document parseXMLDocument(java.lang.String path) throws java.io.IOException, org.xml.sax.SAXException
FormDataFunctions
parseXMLDocument
in class FormDataFunctions
path
- a path within the avm repository.
java.io.IOException
org.xml.sax.SAXException
public java.util.Map parseXMLDocuments(java.lang.String formName, java.lang.String path) throws java.io.IOException, org.xml.sax.SAXException
FormDataFunctions
parseXMLDocuments
in class FormDataFunctions
formName
- a form namepath
- a path within the avm repository.
java.io.IOException
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |