Package com.atlassian.confluence.json
Interface JSONAction
- All Known Implementing Classes:
ChildrenAction
,PageChildrenAction
Deprecated.
-
Method Summary
-
Method Details
-
getJSONString
Deprecated.- Throws:
com.atlassian.json.jsonorg.JSONException
-
DefaultJsonator
with anAbstractCommandAction
instead.This interface is used as a convenience to indicate that an action can provide its result in JSON format. It's not strictly needed as the result uses reflection but is provided anyway as a convenience.