Uses of Class
org.apache.tapestry.json.JSONObject

Packages that use JSONObject
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.dojo

Classes/utilities making up some of the core ajax functionality for tapestry. 

org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.form.validator Form validation infrastructure. 
org.apache.tapestry.json Javascript Object Notation library. 
org.apache.tapestry.markup Implementations of IMarkupWriter
 

Uses of JSONObject in org.apache.tapestry
 

Methods in org.apache.tapestry that return JSONObject
 JSONObject FormBehavior.getProfile()
          The javascript object profile being built by this context to validate/translate form values.
 

Uses of JSONObject in org.apache.tapestry.dojo
 

Methods in org.apache.tapestry.dojo that return JSONObject
static JSONObject DojoUtils.parseJSONParameter(IComponent component, String parameterName)
          Converts a parameter of an IComponent to an instance of JSONObject.
 

Uses of JSONObject in org.apache.tapestry.form
 

Methods in org.apache.tapestry.form that return JSONObject
 JSONObject Form.getProfile()
          The javascript object profile being built by this context to validate/translate form values.
 JSONObject FormSupportImpl.getProfile()
          The javascript object profile being built by this context to validate/translate form values.
 JSONObject FormComponentContributorContextImpl.getProfile()
           
 JSONObject FormComponentContributorContext.getProfile()
          The javascript object profile being built by this context to validate/translate form values.
 

Methods in org.apache.tapestry.form with parameters of type JSONObject
 void AbstractFormComponentContributor.accumulateProfileProperty(IFormComponent field, JSONObject profile, String key, Object property)
          Utility method to store a field specific profile property which can later be used by client side validation.
 void AbstractFormComponentContributor.accumulateProperty(JSONObject profile, String key, Object value)
          Utility used to append onto an existing property represented as an object array.
 

Uses of JSONObject in org.apache.tapestry.form.validator
 

Methods in org.apache.tapestry.form.validator with parameters of type JSONObject
 void BaseValidator.accumulateProfileProperty(IFormComponent field, JSONObject profile, String key, Object property)
          Utility method to store a field specific profile property which can later be used by client side validation.
 void BaseValidator.accumulateProperty(JSONObject profile, String key, Object value)
          Utility used to append onto an existing property represented as an object array.
 

Uses of JSONObject in org.apache.tapestry.json
 

Methods in org.apache.tapestry.json that return JSONObject
 JSONObject JSONObject.accumulate(String key, Object value)
           
 JSONObject JSONArray.getJSONObject(int index)
          Get the JSONObject associated with an index.
 JSONObject JSONObject.getJSONObject(String key)
           
 JSONObject IJSONWriter.object()
          Provides access to the core outer JSONObject being rendered to a response.
 JSONObject JSONArray.optJSONObject(int index)
          Get the optional JSONObject associated with an index.
 JSONObject JSONObject.optJSONObject(String key)
           
 JSONObject JSONObject.put(Object key, boolean value)
           
 JSONObject JSONObject.put(Object key, double value)
           
 JSONObject JSONObject.put(Object key, int value)
           
 JSONObject JSONObject.put(Object key, long value)
           
 JSONObject JSONObject.put(Object key, Object value)
           
 JSONObject JSONObject.putOpt(String key, Object value)
           
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.
 JSONObject JSONArray.toJSONObject(JSONArray names)
          Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
static JSONObject Cookie.toJSONObject(String string)
          Convert a cookie specification string into a JSONObject.
static JSONObject CookieList.toJSONObject(String string)
          Convert a cookie list into a JSONObject.
static JSONObject HTTP.toJSONObject(String string)
          Convert an HTTP header string into a JSONObject.
static JSONObject XML.toJSONObject(String string)
          Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
 

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

Constructors in org.apache.tapestry.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.tapestry.markup
 

Methods in org.apache.tapestry.markup that return JSONObject
 JSONObject JSONWriterImpl.object()
          Provides access to the core outer JSONObject being rendered to a response.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.