Package com.adobe.aemds.guide.xfa
Class XFAJSONWriter
- java.lang.Object
-
- org.apache.sling.commons.json.io.JSONWriter
-
- com.adobe.aemds.guide.utils.CustomJSONWriter
-
- com.adobe.aemds.guide.xfa.XFAJSONWriter
-
public class XFAJSONWriter extends CustomJSONWriter
-
-
Field Summary
-
Fields inherited from class com.adobe.aemds.guide.utils.CustomJSONWriter
objectStack
-
-
Constructor Summary
Constructors Constructor Description XFAJSONWriter(java.io.Writer w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XFAJSONWriter
completeObject(java.lang.String key)
XFAJSONWriter
startObject(java.lang.String key)
XFAJSONWriter
writeArray(java.lang.String[] arr)
XFAJSONWriter
writeProperties(java.util.Hashtable<java.lang.String,java.lang.Object> props)
-
Methods inherited from class com.adobe.aemds.guide.utils.CustomJSONWriter
array, endArray, endObject, key, object, value, value, value, value
-
Methods inherited from class org.apache.sling.commons.json.io.JSONWriter
isTidy, setTidy, valueToString, writeArray, writeObject
-
-
-
-
Method Detail
-
startObject
public XFAJSONWriter startObject(java.lang.String key) throws GuideException
- Throws:
GuideException
-
completeObject
public XFAJSONWriter completeObject(java.lang.String key) throws GuideException
- Throws:
GuideException
-
writeArray
public XFAJSONWriter writeArray(java.lang.String[] arr) throws GuideException
- Throws:
GuideException
-
writeProperties
public XFAJSONWriter writeProperties(java.util.Hashtable<java.lang.String,java.lang.Object> props)
-
-