Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. 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.
| Class | Package | Description | |
|---|---|---|---|
| FlexBrowserManagerAdapter
| urlkit.rules | This class is the interface interacts with an instance of IUrlApplicationState on behalf of the containing HTML browser. | |
| IUrlApplicationState
| urlkit.rules | Interface for a general representation of an application's state in terms of a URL and a title. | |
| IUrlRule
| urlkit.rules | Interface for a general element of a URL rule tree. | |
| StateNotAvailableError
| urlkit.rules | Error subclass indicating that a rule could not perform some requested action due to its not being completely initialized. | |
| UrlBaseRule
| urlkit.rules | Base class for rule implementations. | |
| UrlDelegateRule
| urlkit.rules | A UrlDelegateRule is used to dynamically splice a child rule into a parent rule tree, when the child rule's identity is computed. | |
| UrlNavigatorRule
| urlkit.rules | Subclass of UrlValueRule which provides automatic linkage of the value to the 'label' property of an associated navigation container's selectedChild. | |
| UrlRuleContainer
| urlkit.rules | UrlRuleContainer is an abstract class which provides useful functionality for rules which contain child elements. | |
| UrlRuleSet
| urlkit.rules | UrlRuleSet is a general container for a set of rules that act in parallel (although not necessarily at the same time). | |
| UrlValueRule
| urlkit.rules | A type of rule element that exposes a value mapped to a specific portion of its URL as determined by its urlFormat and/or urlPattern. |