| Package | org.springextensions.actionscript.module |
| SVN browsing | ModulePolicy.as |
| Fisheye | ModulePolicy.as |
| Class | public final class ModulePolicy |
| Property | Defined by | ||
|---|---|---|---|
| name : String [read-only]
Returns the name of the scope.
| ModulePolicy | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| name | property |
name:String [read-only]Returns the name of the scope.
Implementation public function get name():String
| ModulePolicy | () | constructor |
public function ModulePolicy(name:String)
Creates a new ModulePolicy instance.
name:String — The string representation of the enum
|
| fromName | () | method |
public static function fromName(name:String):ModulePolicyParameters
name:String |
ModulePolicy |
| toString | () | method |
public function toString():String
Returns a string representation of the current ModulePolicy
String |
| AUTOWIRE | constant |
public static const AUTOWIRE:ModulePolicyModules will be autowired by the application context.
| IGNORE | constant |
public static const IGNORE:ModulePolicyModules will be ignored by the application context.