Package com.atlassian.confluence.json
Interface JSONAction
-
- All Known Implementing Classes:
ChildrenAction
,PageChildrenAction
@Deprecated public interface JSONAction
Deprecated.since 2.10 - UseDefaultJsonator
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getJSONString()
Deprecated.
-
-
-
Method Detail
-
getJSONString
String getJSONString() throws com.atlassian.json.jsonorg.JSONException
Deprecated.- Throws:
com.atlassian.json.jsonorg.JSONException
-
-