Package com.day.cq.commons
Interface JSONItem
-
- All Known Subinterfaces:
ActionConfig
,ActionConfig
,Blueprint
,Blueprint
,ComponentEditConfig
,ComponentStyle
,ComponentStyle.Option
,DropTarget
,EditConfig
,LiveAction
,LiveRelationship
,LiveRelationship
,LiveStatus
,LiveStatus
,RolloutConfig
,Template
- All Known Implementing Classes:
BaseAction
,ChildEditor
,CustomEditConfig
,FilteredAction
public interface JSONItem
Describes an object which can be serialized to json
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(JSONWriter out)
Serializes this descriptor to json
-
-
-
Method Detail
-
write
void write(JSONWriter out) throws JSONException
Serializes this descriptor to json- Parameters:
out
- json writer- Throws:
JSONException
- if a JSON error occurs
-
-