org.apache.shindig.gadgets.preload
Interface PreloadedData


public interface PreloadedData

Contains preloaded data and methods for manipulating it.


Method Summary
 Collection<Object> toJson()
          Serialize the preloaded data into json.
 

Method Detail

toJson

Collection<Object> toJson()
                          throws PreloadException
Serialize the preloaded data into json.

Returns:
A JSON object suitable for passing to org.json.JSONObject.put(String, Object).
Throws:
PreloadException


Copyright © 2007-2012. All Rights Reserved.