com.atlassian.confluence.json
Interface JSONAction

All Known Implementing Classes:
ChildrenAction, PageChildrenAction, PageSummaryAction, UserSearchAction

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.

@Deprecated
public interface JSONAction


Method Summary
 String getJSONString()
          Deprecated.  
 

Method Detail

getJSONString

String getJSONString()
                     throws JSONException
Deprecated. 
Throws:
JSONException


Copyright © 2003-2013 Atlassian. All Rights Reserved.