Classes
 ClassDescription
 ContextBuilderSyncEvent Event that fires when an MXML ContextBuilder tag wants to synchronize with its potential parent.
 ContextBuilderTag MXML tag for creating a Parsley Context.
 CustomConfigTag MXML tag for adding a custom configuration processor to a ContextBuilder.
 FlexConfigTag MXML tag for adding a MXML configuration class to a ContextBuilder.
 FlexContextEvent Event that fires when a new Context gets created that is associated with a view root.
 InstanceTag Tag to be nested within RuntimeConfig tag that allows to add an existing instance and specify an id.
 LocalScopeTag MXML tag for setting the unique id for the local scope.
 MessageSettingsTag MXML tag for providing the settings to apply for messaging.
 PropertiesFileTag MXML tag for declaring a properties file to load.
 PropertiesObjectTag MXML tag for declaring a properties represented by name/value pairs of a generic AS3 object.
 PropertiesStringTag MXML tag for declaring a String containing properties.
 RuntimeConfigTag MXML tag for adding runtime instance to the configuration of a Context.
 ScopeTag MXML tag for declaring a custom scope that should be added to the Context.
 ViewLifecycleTag MXML tag for declaring a custom view lifecycle to be used by the corresponding Context for all matching view types.
 ViewProcessorTag MXML tag for declaring a custom view processor to be used by the corresponding Context and all its children unless overwritten.
 ViewSettingsTag MXML tag for providing the settings to apply for dynamic view wiring.