com.liferay.portlet.dynamicdatamapping.util
Class DDMXSDUtil
java.lang.Object
com.liferay.portlet.dynamicdatamapping.util.DDMXSDUtil
public class DDMXSDUtil
- extends Object
Method Summary |
static DDMXSD |
getDDMXSD()
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
|
static String |
getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Locale locale)
|
static JSONArray |
getJSONArray(Document document)
|
static JSONArray |
getJSONArray(String xml)
|
void |
setDDMXSD(DDMXSD ddmXSD)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DDMXSDUtil
public DDMXSDUtil()
getDDMXSD
public static DDMXSD getDDMXSD()
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
DDMStructure ddmStructure,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
DDMTemplate ddmTemplate,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
boolean readOnly,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Fields fields,
String namespace,
Locale locale)
throws Exception
- Throws:
Exception
getHTML
public static String getHTML(javax.servlet.jsp.PageContext pageContext,
String xml,
Locale locale)
throws Exception
- Throws:
Exception
getJSONArray
public static JSONArray getJSONArray(Document document)
throws JSONException
- Throws:
JSONException
getJSONArray
public static JSONArray getJSONArray(String xml)
throws DocumentException,
JSONException
- Throws:
DocumentException
JSONException
setDDMXSD
public void setDDMXSD(DDMXSD ddmXSD)