Class A_CmsJsonDocument
java.lang.Object
org.opencms.xml.xml2json.document.A_CmsJsonDocument
- Direct Known Subclasses:
CmsJsonDocumentFolder,CmsJsonDocumentResource
Abstract class representing a JSON document.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe related contents propertyprotected CmsJsonHandlerContextThe handler context.protected JSONObjectThe JSON document.protected CmsJsonRequestThe JSON request. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedA_CmsJsonDocument(CmsJsonRequest jsonRequest) Creates a new JSON document. -
Method Summary
-
Field Details
-
FIELD_LINKED_CONTENTS
The related contents property- See Also:
-
m_context
The handler context. -
m_json
The JSON document. -
m_jsonRequest
The JSON request.
-
-
Constructor Details
-
A_CmsJsonDocument
Creates a new JSON document.- Parameters:
jsonRequest- the JSON request
-