com.liferay.portlet.dynamicdatamapping.util
Interface DDMXSD
public interface DDMXSD
Method Summary |
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
|
String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Locale locale)
|
JSONArray |
getJSONArray(Document document)
|
JSONArray |
getJSONArray(Element element)
|
JSONArray |
getJSONArray(String xml)
|
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Locale locale)
throws Exception
- Throws:
Exception
getJSONArray
JSONArray getJSONArray(Document document)
throws JSONException
- Throws:
JSONException
getJSONArray
JSONArray getJSONArray(Element element)
throws JSONException
- Throws:
JSONException
getJSONArray
JSONArray getJSONArray(String xml)
throws DocumentException,
JSONException
- Throws:
DocumentException
JSONException