Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for MXML classes and for those APIs that belong to a specific class in ActionScript (as opposed to global functions or properties). The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ArrayUtil
com.adobe.utils Class that contains static utility methods for manipulating and working with Arrays.
 DateUtil
com.adobe.utils Class that contains static utility methods for manipulating and working with Dates.
 DynamicURLLoader
com.adobe.net Class that provides a dynamic implimentation of the URLLoader class.
 IllegalStateError
com.adobe.errors This class represents an Error that is thrown when a method is called when the receiving instance is in an invalid state.
 IntUtil
com.adobe.utils Contains reusable methods for operations pertaining to int values.
 IURIResolver
com.adobe.net The URI class cannot know about DNS aliases, virtual hosts, or symbolic links that may be involved.
 JSON
com.adobe.serialization.json This class provides encoding and decoding of the JSON format.
 JSONDecoder
com.adobe.serialization.json 
 JSONEncoder
com.adobe.serialization.json 
 JSONParseError
com.adobe.serialization.json 
 JSONToken
com.adobe.serialization.json 
 JSONTokenizer
com.adobe.serialization.json 
 JSONTokenType
com.adobe.serialization.json Class containing constant values for the different types of tokens in a JSON encoded string.
 MD5
com.adobe.crypto The MD5 Message-Digest Algorithm Implementation based on algorithm description at http://www.faqs.org/rfcs/rfc1321.html
 NumberFormatter
com.adobe.utils Class that contains static utility methods for formatting Numbers
 ServiceBase
com.adobe.webapis Base class for remote service classes.
 ServiceEvent
com.adobe.webapis.events Event class that contains data loaded from remote services.
 SHA1
com.adobe.crypto US Secure Hash Algorithm 1 (SHA1) Implementation based on algorithm description at http://www.faqs.org/rfcs/rfc3174.html
 StringUtil
com.adobe.utils Class that contains static utility methods for manipulating Strings.
 URI
com.adobe.net This class implements functions and utilities for working with URI's (Universal Resource Identifiers).
 URIEncodingBitmap
com.adobe.net This class implements an efficient lookup table for URI character escaping.
 URLLoaderBase
com.adobe.webapis Base class for services that utilize URLLoader to communicate with remote APIs / Services.
 WSSEUsernameToken
com.adobe.crypto Web Services Security Username Token Implementation based on algorithm description at http://www.oasis-open.org/committees/wss/documents/WSS-Username-02-0223-merged.pdf
 XMLUtil
com.adobe.utils