Class RawJsonArray
- java.lang.Object
-
- com.cloudofficeprint.RenderElements.RenderElement
-
- com.cloudofficeprint.RenderElements.RawJsonArray
-
public class RawJsonArray extends RenderElement
Represents a raw JsonArray to include in the data.
-
-
Constructor Summary
Constructors Constructor Description RawJsonArray(java.lang.String name, com.google.gson.JsonArray array)
Element to insert a footnote in a template.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.JsonObject
getJSON()
Don't use.com.google.gson.JsonArray
getJsonArray()
java.util.Set<java.lang.String>
getTemplateTags()
Don't use.void
setJsonArray(com.google.gson.JsonArray jsonArray)
-
Methods inherited from class com.cloudofficeprint.RenderElements.RenderElement
getName, getValue, setName, setValue
-
-
-
-
Method Detail
-
getJsonArray
public com.google.gson.JsonArray getJsonArray()
-
setJsonArray
public void setJsonArray(com.google.gson.JsonArray jsonArray)
-
getJSON
public com.google.gson.JsonObject getJSON()
Don't use.- Specified by:
getJSON
in classRenderElement
- Returns:
- JSONObject with the tags for this element for the Cloud Office Print server.
-
getTemplateTags
public java.util.Set<java.lang.String> getTemplateTags()
Don't use.- Specified by:
getTemplateTags
in classRenderElement
- Returns:
- An immutable set containing all available template tags this element can replace.
-
-