Packageorg.swizframework.utils.services
Classpublic class URLRequestHelper
InheritanceURLRequestHelper Inheritance Object
Implements IURLRequestHelper, ISwizAware



Public Properties
 PropertyDefined By
  swiz : ISwiz
[write-only]
URLRequestHelper
Protected Properties
 PropertyDefined By
  _swiz : ISwiz
URLRequestHelper
Public Methods
 MethodDefined By
  
executeURLRequest(request:URLRequest, resultHandler:Function, faultHandler:Function = null, progressHandler:Function = null, httpStatusHandler:Function = null, eventArgs:Array = null):void
Delegates execute url request call to Swiz
URLRequestHelper
Property Detail
_swizproperty
protected var _swiz:ISwiz

swizproperty 
swiz:ISwiz  [write-only]


Implementation
    public function set swiz(value:ISwiz):void
Method Detail
executeURLRequest()method
public function executeURLRequest(request:URLRequest, resultHandler:Function, faultHandler:Function = null, progressHandler:Function = null, httpStatusHandler:Function = null, eventArgs:Array = null):void

Delegates execute url request call to Swiz

Parameters

request:URLRequest
 
resultHandler:Function
 
faultHandler:Function (default = null)
 
progressHandler:Function (default = null)
 
httpStatusHandler:Function (default = null)
 
eventArgs:Array (default = null)