Uses of Class
org.apache.sling.commons.json.JSONObject

Packages that use JSONObject
com.adobe.granite.xss XSS Protection Service 
com.day.cq.activitystreams.api   
com.day.cq.analytics.sitecatalyst   
com.day.cq.analytics.sitecatalyst.rsmerger   
com.day.cq.commons   
com.day.cq.wcm.api   
com.day.cq.wcm.api.components   
com.day.cq.widget Provides a service to encrypt and decrypt binary and string data. 
com.day.crx.packaging   
org.apache.sling.commons.json   
org.apache.sling.commons.json.http   
org.apache.sling.commons.json.jcr   
org.apache.sling.commons.json.util   
org.apache.sling.commons.json.xml   
 

Uses of JSONObject in com.adobe.granite.xss
 

Methods in com.adobe.granite.xss with parameters of type JSONObject
static void JSONUtil.putProtected(JSONObject object, String key, String value, XSSFilter xss)
          Puts a xss protected value into a JSON object.
static void JSONUtil.putWithProtected(JSONObject object, String key, String value, XSSFilter xss)
          Puts a value into a JSON object In addition, the xss protected value is put under the provided key appended by JSONUtil.KEY_SUFFIX_XSS
 

Uses of JSONObject in com.day.cq.activitystreams.api
 

Methods in com.day.cq.activitystreams.api that return JSONObject
 JSONObject ActivityTarget.toJSON()
          Gets the JSONObject representing the activity object.
 JSONObject ActivityObject.toJSON()
          Gets the JSONObject representing the activity object.
 JSONObject Activity.toJSON()
          Gets the JSONObject representing the activity.
 

Uses of JSONObject in com.day.cq.analytics.sitecatalyst
 

Methods in com.day.cq.analytics.sitecatalyst with parameters of type JSONObject
 Boolean TrafficVarFilter.filter(JSONObject obj)
           
 Boolean MerchandisingFilter.filter(JSONObject obj)
           
 Boolean Filter.filter(JSONObject obj)
          Returns true if variable is of the correct type, false otherwise.
 Boolean EventFilter.filter(JSONObject obj)
           
 Boolean EvarFilter.filter(JSONObject obj)
           
 String TrafficVarFilter.getJSArray(JSONObject obj)
           
 String Filter.getJSArray(JSONObject obj)
          Returns a String representation of a JS array for this JSONObject.
 String EventFilter.getJSArray(JSONObject obj)
           
 String EvarFilter.getJSArray(JSONObject obj)
           
 Boolean TrafficVarFilter.indexOf(JSONObject obj, String query)
           
 Boolean Filter.indexOf(JSONObject obj, String query)
          Returns true if one of its properties does contain the query string, false otherwise.
 Boolean EventFilter.indexOf(JSONObject obj, String query)
           
 Boolean EvarFilter.indexOf(JSONObject obj, String query)
           
 

Uses of JSONObject in com.day.cq.analytics.sitecatalyst.rsmerger
 

Fields in com.day.cq.analytics.sitecatalyst.rsmerger declared as JSONObject
protected  JSONObject AbstractReportSuite.jsonObj
           
protected  JSONObject AbstractMerger.jsonObj
           
 

Methods in com.day.cq.analytics.sitecatalyst.rsmerger that return JSONObject
 JSONObject Variable.getJSONObject()
           
 JSONObject ReportSuiteVariable.getJSONObject()
           
 JSONObject AbstractVariable.getJSONObject()
           
 JSONObject AbstractReportSuite.getJSONObject()
           
 JSONObject MergedVariable.getJSONVar()
           
 JSONObject Merger.getReportSuite()
           
 JSONObject Merger.mergeVariable(Integer number, MergedVariable mVar)
           
 

Constructors in com.day.cq.analytics.sitecatalyst.rsmerger with parameters of type JSONObject
AbstractReportSuite(JSONObject jsonObj)
           
AbstractVariable(int number, String name, JSONObject jsonObj)
           
MergedVariable(JSONObject jsonVar)
           
 

Uses of JSONObject in com.day.cq.commons
 

Methods in com.day.cq.commons with parameters of type JSONObject
static void JSONWriterUtil.put(JSONObject object, String key, String value, JSONWriterUtil.WriteMode writeMode, XSSProtectionService xss)
          Puts a value into a JSON object according to provided write mode.
static void JSONWriterUtil.putOptional(JSONObject object, String key, String value, JSONWriterUtil.WriteMode writeMode, XSSProtectionService xss)
          Puts an optional value into a JSON object according to provided write mode.
 void ListInfoProvider.updateListGlobalInfo(SlingHttpServletRequest request, JSONObject info, Resource resource)
          Update list global information with custom properties
 void ListInfoProvider.updateListItemInfo(SlingHttpServletRequest request, JSONObject info, Resource resource)
          Update list item information with custom properties
 

Uses of JSONObject in com.day.cq.wcm.api
 

Methods in com.day.cq.wcm.api with parameters of type JSONObject
 void PageInfoProvider.updatePageInfo(SlingHttpServletRequest request, JSONObject info, Resource resource)
          Updates the info.
 

Uses of JSONObject in com.day.cq.wcm.api.components
 

Subclasses of JSONObject in com.day.cq.wcm.api.components
static class Toolbar.Button
          Represents a toolbar button
static class Toolbar.Custom
           
 

Uses of JSONObject in com.day.cq.widget
 

Methods in com.day.cq.widget that return JSONObject
 JSONObject WidgetExtensionProvider.getJson(String key, Session session)
          Returns the extension "list" as json object
 

Uses of JSONObject in com.day.crx.packaging
 

Methods in com.day.crx.packaging that return JSONObject
 JSONObject PackageShareSession.getSessionInfo()
          Returns the JSON object of the session info provided by the server.
 

Uses of JSONObject in org.apache.sling.commons.json
 

Methods in org.apache.sling.commons.json that return JSONObject
 JSONObject JSONObject.accumulate(String key, Object value)
          Accumulate values under a key.
 JSONObject JSONObject.append(String key, Object value)
          Append values to the array under a key.
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(String key)
          Get the JSONObject value associated with a key.
 JSONObject JSONArray.optJSONObject(int index)
          Get the optional JSONObject associated with an index.
 JSONObject JSONObject.optJSONObject(String key)
          Get an optional JSONObject associated with a key.
 JSONObject JSONObject.put(String key, boolean value)
          Put a key/boolean pair in the JSONObject.
 JSONObject JSONObject.put(String key, Collection<?> value)
          Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
 JSONObject JSONObject.put(String key, double value)
          Put a key/double pair in the JSONObject.
 JSONObject JSONObject.put(String key, int value)
          Put a key/int pair in the JSONObject.
 JSONObject JSONObject.put(String key, long value)
          Put a key/long pair in the JSONObject.
 JSONObject JSONObject.put(String key, Map<String,?> value)
          Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
 JSONObject JSONObject.put(String key, Object value)
          Put a key/value pair in the JSONObject.
 JSONObject JSONObject.putOpt(String key, Object value)
          Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
 

Constructors in org.apache.sling.commons.json with parameters of type JSONObject
JSONObject(JSONObject jo, String[] sa)
          Construct a JSONObject from a subset of another JSONObject.
 

Uses of JSONObject in org.apache.sling.commons.json.http
 

Methods in org.apache.sling.commons.json.http that return JSONObject
static JSONObject HTTP.toJSONObject(String string)
          Convert an HTTP header string into a JSONObject.
static JSONObject CookieList.toJSONObject(String string)
          Convert a cookie list into a JSONObject.
static JSONObject Cookie.toJSONObject(String string)
          Convert a cookie specification string into a JSONObject.
 

Methods in org.apache.sling.commons.json.http with parameters of type JSONObject
static String HTTP.toString(JSONObject o)
          Convert a JSONObject into an HTTP header.
static String CookieList.toString(JSONObject o)
          Convert a JSONObject into a cookie list.
static String Cookie.toString(JSONObject o)
          Convert a JSONObject into a cookie specification string.
 

Uses of JSONObject in org.apache.sling.commons.json.jcr
 

Subclasses of JSONObject in org.apache.sling.commons.json.jcr
 class JsonJcrNode
          This class makes it easy to create a JSON object out of a JCR node.
 

Uses of JSONObject in org.apache.sling.commons.json.util
 

Methods in org.apache.sling.commons.json.util that return JSONObject
static JSONObject CDL.rowToJSONObject(JSONArray names, JSONTokener x)
          Produce a JSONObject from a row of comma delimited text, using a parallel JSONArray of strings to provides the names of the elements.
 

Uses of JSONObject in org.apache.sling.commons.json.xml
 

Methods in org.apache.sling.commons.json.xml that return JSONObject
static JSONObject XML.toJSONObject(String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
 



Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.