Interface JSONAction

All Known Implementing Classes:
ChildrenAction, PageChildrenAction

@Deprecated public interface JSONAction
Deprecated.
since 2.10 - Use DefaultJsonator with an AbstractCommandAction 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

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • getJSONString

      String getJSONString() throws com.atlassian.json.jsonorg.JSONException
      Deprecated.
      Throws:
      com.atlassian.json.jsonorg.JSONException