| Package | org.springextensions.actionscript.ioc.config.property |
| Class | public class TextFileURI |
| Inheritance | TextFileURI Object |
| Property | Defined By | ||
|---|---|---|---|
| isRequired : Boolean [read-only] | TextFileURI | ||
| preventCache : Boolean [read-only] | TextFileURI | ||
| textFileURI : String [read-only] | TextFileURI | ||
| Method | Defined By | ||
|---|---|---|---|
TextFileURI(URI:String, required:Boolean, prevent:Boolean = true)
Creates a new TextFileURI instance. | TextFileURI | ||
| Method | Defined By | ||
|---|---|---|---|
initTextFileURI(URI:String, required:Boolean, prevent:Boolean):void | TextFileURI | ||
| isRequired | property |
isRequired:Boolean [read-only] public function get isRequired():Boolean| preventCache | property |
preventCache:Boolean [read-only] public function get preventCache():Boolean| textFileURI | property |
textFileURI:String [read-only] public function get textFileURI():String| TextFileURI | () | Constructor |
public function TextFileURI(URI:String, required:Boolean, prevent:Boolean = true)
Creates a new TextFileURI instance.
URI:String | |
required:Boolean | |
prevent:Boolean (default = true) |
| initTextFileURI | () | method |
protected function initTextFileURI(URI:String, required:Boolean, prevent:Boolean):voidParameters
URI:String | |
required:Boolean | |
prevent:Boolean |