Packageorg.spicefactory.parsley.flex.tag.builder
Classpublic class ScopeTag
InheritanceScopeTag Inheritance Object
Implements BootstrapConfigProcessor

MXML tag for declaring a custom scope that should be added to the Context. The tag can be used as a child tag of the ContextBuilder tag:
                  <parsley:ContextBuilder>
     <parsley:Scope name="window" inherited="true"/>
     <parsley:FlexConfig type="{BookStoreConfig}"/>
     <parsley:XmlConfig file="logging.xml"/>
 </parsley:ContextBuilder>
               



Public Properties
 PropertyDefined By
  inherited : Boolean
Indicates whether child Contexts should inherit this scope.
ScopeTag
  name : String
The name of the scope.
ScopeTag
  uuid : String
ScopeTag
Property Detail
inheritedproperty
public var inherited:Boolean

Indicates whether child Contexts should inherit this scope.

nameproperty 
public var name:String

The name of the scope.

uuidproperty 
public var uuid:String