Configuration tags for Context initialization
Interfaces
| | Interface | Description |
| | ContextBuilderProcessor |
Interface to be implemented by child tags of the ContextBuilder MXML tag. |
Classes
| | Class | Description |
| | ContextBuilderSyncEvent |
Event that fires when an MXML ContextBuilder tag wants to synchronize with its potential parent. |
| | ContextBuilderTag |
MXML tag for creating a Parsley Context. |
| | FlexConfigTag |
MXML tag for adding a MXML configuration class to a CompositeContext. |
| | 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. |
| | 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. |
| | SettingsTag |
MXML tag for declaring the most common setting globally or for a particular Context. |
| | XmlConfigTag |
MXML tag for adding an XML configuration file to a ContextBuilder. |