Uses of Class
org.opencms.xml.xml2json.CmsJsonRequest
-
Packages that use CmsJsonRequest Package Description org.opencms.xml.xml2json.document -
-
Uses of CmsJsonRequest in org.opencms.xml.xml2json.document
Fields in org.opencms.xml.xml2json.document declared as CmsJsonRequest Modifier and Type Field Description protected CmsJsonRequest
A_CmsJsonDocument. m_jsonRequest
The JSON request.Constructors in org.opencms.xml.xml2json.document with parameters of type CmsJsonRequest Constructor Description A_CmsJsonDocument(CmsJsonRequest jsonRequest)
Creates a new JSON document.CmsJsonDocumentContainerPage(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent)
Creates a new container page JSON document.CmsJsonDocumentContainerPage(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent, boolean embedLinkedModelgroups)
Creates a new container page JSON document.CmsJsonDocumentEmbeddedXmlContent(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent)
Creates a new JSON document.CmsJsonDocumentFolder(CmsJsonRequest jsonRequest)
Creates a new JSON document.CmsJsonDocumentList(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent)
Creates a new JSON document.CmsJsonDocumentResource(CmsJsonRequest jsonRequest, CmsResource resource)
Creates a new JSON document.CmsJsonDocumentXmlContent(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent)
Creates a new JSON document.CmsJsonDocumentXmlContent(CmsJsonRequest jsonRequest, CmsXmlContent xmlContent, boolean embedLinkedModelgroup)
Creates a new JSON document.
-