Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.util
Class DDMXSDUtil

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMXSDUtil

public class DDMXSDUtil
extends Object


Constructor Summary
DDMXSDUtil()
           
 
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
 

Constructor Detail

DDMXSDUtil

public DDMXSDUtil()
Method Detail

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)

Liferay 6.1.2-ce-ga3