Index
All Classes and Interfaces|All Packages
A
- ASSET - Enum constant in enum com.contentstack.utils.embedded.ItemType
- AutomateCommon - Class in com.contentstack.utils
B
- BLOCK - Enum constant in enum com.contentstack.utils.embedded.StyleType
- BOLD - Enum constant in enum com.contentstack.utils.node.MarkType
- BREAK - Enum constant in enum com.contentstack.utils.node.MarkType
C
- com.contentstack.utils - package com.contentstack.utils
- com.contentstack.utils.embedded - package com.contentstack.utils.embedded
- com.contentstack.utils.helper - package com.contentstack.utils.helper
- com.contentstack.utils.interfaces - package com.contentstack.utils.interfaces
- com.contentstack.utils.node - package com.contentstack.utils.node
- com.contentstack.utils.render - package com.contentstack.utils.render
- ContentCallback - Interface in com.contentstack.utils.interfaces
-
The interface Content.
- contentObject(Object) - Method in interface com.contentstack.utils.interfaces.ContentCallback
-
Content object object.
D
- DefaultOption - Class in com.contentstack.utils.render
- DefaultOption() - Constructor for class com.contentstack.utils.render.DefaultOption
- DISPLAY - Enum constant in enum com.contentstack.utils.embedded.StyleType
- DOWNLOAD - Enum constant in enum com.contentstack.utils.embedded.StyleType
E
- embeddedObject(Metadata) - Method in interface com.contentstack.utils.interfaces.MetadataCallback
-
Embedded object.
- ENTRY - Enum constant in enum com.contentstack.utils.embedded.ItemType
- enumerateContent(JSONObject, Option, MetaToEmbedCallback) - Static method in class com.contentstack.utils.AutomateCommon
- enumerateContents(JSONArray, Option, MetaToEmbedCallback) - Static method in class com.contentstack.utils.AutomateCommon
F
- findAssetTitle(JSONObject) - Method in class com.contentstack.utils.render.DefaultOption
-
Returns Title From The Embedded Object of type asset
- findContent(JSONObject, String, ContentCallback) - Static method in class com.contentstack.utils.AutomateCommon
-
Find dot separated keys
- findTitleOrUid(JSONObject) - Method in class com.contentstack.utils.render.DefaultOption
-
Returns Title From The Embedded Object of type entry
G
- getAttributes() - Method in class com.contentstack.utils.helper.Metadata
- getContentTypeUid() - Method in class com.contentstack.utils.helper.Metadata
- getEmbeddedObjects(Document, MetadataCallback) - Static method in class com.contentstack.utils.AutomateCommon
- getItemType() - Method in class com.contentstack.utils.helper.Metadata
- getItemUid() - Method in class com.contentstack.utils.helper.Metadata
- getOuterHTML() - Method in class com.contentstack.utils.helper.Metadata
- getStringOption(Option, Metadata, JSONObject) - Static method in class com.contentstack.utils.AutomateCommon
- getStyleType() - Method in class com.contentstack.utils.helper.Metadata
- getText() - Method in class com.contentstack.utils.helper.Metadata
- GQL - Class in com.contentstack.utils
-
The type Gql.
I
- INLINE - Enum constant in enum com.contentstack.utils.embedded.StyleType
- INLINECODE - Enum constant in enum com.contentstack.utils.node.MarkType
- ITALIC - Enum constant in enum com.contentstack.utils.node.MarkType
- ItemType - Enum in com.contentstack.utils.embedded
-
ItemType: there are two types of Item Which is ENTRY and ASSET
J
- jsonToHTML(JSONArray, Option, JSONObject) - Static method in class com.contentstack.utils.Utils
- jsonToHTML(JSONArray, String[], Option) - Static method in class com.contentstack.utils.Utils
-
Json to html.
- jsonToHTML(JSONObject, Option, JSONObject) - Static method in class com.contentstack.utils.Utils
-
Converts jsonRTE to String
- jsonToHTML(JSONObject, String[], Option) - Static method in class com.contentstack.utils.Utils
-
Json to html.
- jsonToHTML(JSONObject, String[], DefaultOption) - Static method in class com.contentstack.utils.GQL
-
Json to html.
L
M
- MarkType - Enum in com.contentstack.utils.node
-
The enum Mark type.
- Metadata - Class in com.contentstack.utils.helper
- Metadata(String, String, String, String, String, String, Attributes) - Constructor for class com.contentstack.utils.helper.Metadata
-
Instantiates a new Metadata.
- MetadataCallback - Interface in com.contentstack.utils.interfaces
-
The interface Metadata callback.
- MetaToEmbedCallback - Interface in com.contentstack.utils.interfaces
-
The interface Meta to embed.
N
- NodeCallback - Interface in com.contentstack.utils.interfaces
-
The interface Node callback.
- NodeToHTML - Class in com.contentstack.utils.node
-
The type Node to html.
O
- Option - Interface in com.contentstack.utils.interfaces
-
The interface Option.
R
- render(JSONArray, String[], Option) - Method in class com.contentstack.utils.Utils
-
Render.
- render(JSONObject, String[], Option) - Static method in class com.contentstack.utils.Utils
-
Render.
- renderChildren(JSONArray) - Method in interface com.contentstack.utils.interfaces.NodeCallback
-
Render children string.
- renderContent(String, JSONObject, Option) - Static method in class com.contentstack.utils.Utils
-
Render content string.
- renderContents(JSONArray, JSONObject, Option) - Static method in class com.contentstack.utils.Utils
- renderMark(MarkType, String) - Method in interface com.contentstack.utils.interfaces.Option
-
Render mark string.
- renderMark(MarkType, String) - Method in class com.contentstack.utils.render.DefaultOption
- renderNode(String, JSONObject, NodeCallback) - Method in interface com.contentstack.utils.interfaces.Option
-
Render node string.
- renderNode(String, JSONObject, NodeCallback) - Method in class com.contentstack.utils.render.DefaultOption
- renderOptions(JSONObject, Metadata) - Method in interface com.contentstack.utils.interfaces.Option
-
Render options string.
- renderOptions(JSONObject, Metadata) - Method in class com.contentstack.utils.render.DefaultOption
-
Accepts below params to provide defaults options
S
- STRIKETHROUGH - Enum constant in enum com.contentstack.utils.node.MarkType
- StyleType - Enum in com.contentstack.utils.embedded
-
There are 5 ways of attaching entries inside the RTE field.
- SUBSCRIPT - Enum constant in enum com.contentstack.utils.node.MarkType
- SUPERSCRIPT - Enum constant in enum com.contentstack.utils.node.MarkType
T
- textNodeToHTML(JSONObject, Option) - Static method in class com.contentstack.utils.node.NodeToHTML
-
Text node to html string.
- toEmbed(Metadata) - Method in interface com.contentstack.utils.interfaces.MetaToEmbedCallback
-
To embed optional.
- toString() - Method in class com.contentstack.utils.helper.Metadata
U
- UNDERLINE - Enum constant in enum com.contentstack.utils.node.MarkType
- Utils - Class in com.contentstack.utils
-
The Utils Class enables few functions like render, renderContent, jsonToHtml, RTE and SRTE to process the entry data and converts in html format.
- Utils() - Constructor for class com.contentstack.utils.Utils
V
- valueOf(String) - Static method in enum com.contentstack.utils.embedded.ItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.utils.embedded.StyleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.contentstack.utils.node.MarkType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.contentstack.utils.embedded.ItemType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.utils.embedded.StyleType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.contentstack.utils.node.MarkType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages