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
Modifier and TypeFieldDescriptionprotected static final String
The related contents propertyprotected CmsJsonHandlerContext
The handler context.protected JSONObject
The JSON document.protected CmsJsonRequest
The JSON request. -
Constructor Summary
ModifierConstructorDescriptionprotected
A_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
-