com.atlassian.confluence.json
Interface JSONAction

All Known Implementing Classes:
ChildrenAction

public interface JSONAction

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
 java.lang.String getJSONString()
           
 

Method Detail

getJSONString

java.lang.String getJSONString()
                               throws JSONException
Throws:
JSONException


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.