Pacotemx.core
Classepublic class RSLItem
HerançaRSLItem Inheritance Object
Subclasses CrossDomainRSLItem

RSL Item Classe Contains properties to describe the RSL and methods to help load the RSL.



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Propriedades Protegidas
 PropriedadeDefinido por
  chainedCompleteHandler : Function
RSLItem
  chainedIOErrorHandler : Function
RSLItem
  chainedRSLErrorHandler : Function
RSLItem
  chainedSecurityErrorHandler : Function
RSLItem
Métodos Públicos
 MétodoDefinido por
  
Create a RSLItem with a given URL.
RSLItem
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
load(progressHandler:Function, completeHandler:Function, ioErrorHandler:Function, securityErrorHandler:Function, rslErrorHandler:Function):void
Load an RSL.
RSLItem
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Detalhes da propriedade
chainedCompleteHandlerpropriedade
protected var chainedCompleteHandler:Function
chainedIOErrorHandlerpropriedade 
protected var chainedIOErrorHandler:Function
chainedRSLErrorHandlerpropriedade 
protected var chainedRSLErrorHandler:Function
chainedSecurityErrorHandlerpropriedade 
protected var chainedSecurityErrorHandler:Function
Detalhes do construtor
RSLItem()Construtor
public function RSLItem(url:String)

Create a RSLItem with a given URL.

Parâmetros
url:String — location of RSL to load
Detalhes do método
load()método
public function load(progressHandler:Function, completeHandler:Function, ioErrorHandler:Function, securityErrorHandler:Function, rslErrorHandler:Function):void

Load an RSL.

Parâmetros

progressHandler:Function — Receives ProgressEvent.PROGRESS events. May be null.
 
completeHandler:Function — Receives Event.COMPLETE events. May be null.
 
ioErrorHandler:Function — Receives IOErrorEvent.IO_ERROR events. May be null.
 
securityErrorHandler:Function — Receives SecurityErrorEvent.SECURITY_ERROR events. May be null.
 
rslErrorHandler:Function — Receives RSLEvent.RSL_ERROR events. May be null.