| Package | org.springextensions.actionscript.ioc.config.impl |
| Class | public class TextFilesLoader |
| Inheritance | TextFilesLoader org.as3commons.async.operation.impl.OperationQueue |
| Implements | ITextFilesLoader |
| Method | Defined By | ||
|---|---|---|---|
TextFilesLoader(name:String)
Creates a new TextFilesLoader instance. | TextFilesLoader | ||
addURI(URI:String, preventCache:Boolean = true, isRequired:Boolean = true):void | TextFilesLoader | ||
addURIs(URIs:Vector.<TextFileURI>):void | TextFilesLoader | ||
dispatchCompleteEvent(result:* = null):Boolean [override]
| TextFilesLoader | ||
formatURL(url:String, preventCache:Boolean):String
Adds a random number to the url, checks if a '?' character is already part of the string
than suffixes a '&' character
| TextFilesLoader | ||
| Method | Defined By | ||
|---|---|---|---|
cleanUpLoadURLOperation(operation:IOperation):void | TextFilesLoader | ||
textFileLoaderComplete(event:OperationEvent):void | TextFilesLoader | ||
textFileLoaderError(event:OperationEvent):void | TextFilesLoader | ||
| TextFilesLoader | () | Constructor |
public function TextFilesLoader(name:String)
Creates a new TextFilesLoader instance.
name:String — An optional name for the current TextFilesLoader.
|
| addURI | () | method |
public function addURI(URI:String, preventCache:Boolean = true, isRequired:Boolean = true):void
Parameters
URI:String | |
preventCache:Boolean (default = true) | |
isRequired:Boolean (default = true) |
| addURIs | () | method |
| cleanUpLoadURLOperation | () | method |
protected function cleanUpLoadURLOperation(operation:IOperation):void
Parameters
operation:IOperation |
| dispatchCompleteEvent | () | method |
override public function dispatchCompleteEvent(result:* = null):Boolean
Parameters
result:* (default = null) |
Boolean |
| formatURL | () | method |
public function formatURL(url:String, preventCache:Boolean):StringAdds a random number to the url, checks if a '?' character is already part of the string than suffixes a '&' character
Parameters
url:String — The url that will be processed
| |
preventCache:Boolean |
String — The formatted URL
|
| textFileLoaderComplete | () | method |
protected function textFileLoaderComplete(event:OperationEvent):void
Parameters
event:OperationEvent |
| textFileLoaderError | () | method |
protected function textFileLoaderError(event:OperationEvent):void
Parameters
event:OperationEvent |