Packageorg.springextensions.actionscript.module
SVN browsingModulePolicy.as
FisheyeModulePolicy.as
Classpublic final class ModulePolicy

Enumeration that determines how an application context treats loaded modules.



Public Properties
 PropertyDefined by
  name : String
[read-only] Returns the name of the scope.
ModulePolicy
Public Methods
 MethodDefined by
  
ModulePolicy(name:String)
Creates a new ModulePolicy instance.
ModulePolicy
  
fromName(name:String):ModulePolicy
[static]
ModulePolicy
  
toString():String
Returns a string representation of the current ModulePolicy
ModulePolicy
Public Constants
 ConstantDefined by
  AUTOWIRE : ModulePolicy
[static] Modules will be autowired by the application context.
ModulePolicy
  IGNORE : ModulePolicy
[static] Modules will be ignored by the application context.
ModulePolicy
Property detail
nameproperty
name:String  [read-only]

Returns the name of the scope.

Implementation
    public function get name():String
Constructor detail
ModulePolicy()constructor
public function ModulePolicy(name:String)

Creates a new ModulePolicy instance.

Parameters
name:String — The string representation of the enum
Method detail
fromName()method
public static function fromName(name:String):ModulePolicy

Parameters
name:String

Returns
ModulePolicy
toString()method 
public function toString():String

Returns a string representation of the current ModulePolicy

Returns
String
Constant detail
AUTOWIREconstant
public static const AUTOWIRE:ModulePolicy

Modules will be autowired by the application context.

IGNOREconstant 
public static const IGNORE:ModulePolicy

Modules will be ignored by the application context.