Packagecom.bourre.ioc.parser
Classpublic class ContextAttributeList

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Enumeration of possible attribute name in the xml context.



Public Methods
 MethodDefined by
  
[static] Returns channels-assigned-callback attibute value.
ContextAttributeList
  
getCompleteCallback(xml:XML):String
[static] Returns complete-callback attibute value.
ContextAttributeList
  
getDelay(xml:XML):String
[static] Returns delay attibute value.
ContextAttributeList
  
getDeserializerClass(xml:XML):String
[static] Returns deserializer-class attibute value.
ContextAttributeList
  
getDisplayType(xml:XML):String
[static] Returns type attibute value for display object.
ContextAttributeList
  
getErrorCallback(xml:XML):String
[static] Returns error-callback attibute value.
ContextAttributeList
  
getFactoryMethod(xml:XML):String
[static] Returns factory attibute value.
ContextAttributeList
  
getID(xml:XML):String
[static] Returns ID attibute value.
ContextAttributeList
  
getInitCallback(xml:XML):String
[static] Returns init-callback attibute value.
ContextAttributeList
  
getLoadCallback(xml:XML):String
[static] Returns load-callback attibute value.
ContextAttributeList
  
getMethod(xml:XML):String
[static] Returns method attibute value.
ContextAttributeList
  
getMethodsCallCallback(xml:XML):String
[static] Returns methods-call-callback attibute value.
ContextAttributeList
  
getName(xml:XML):String
[static] Returns name attibute value.
ContextAttributeList
  
getNameCallback(xml:XML):String
[static] Returns name-callback attibute value.
ContextAttributeList
  
getObjectsBuiltCallback(xml:XML):String
[static] Returns objects-built-callback attibute value.
ContextAttributeList
  
getParsedCallback(xml:XML):String
[static] Returns parsed-callback attibute value.
ContextAttributeList
  
getProgressCallback(xml:XML):String
[static] Returns progress-callback attibute value.
ContextAttributeList
  
getRef(xml:XML):String
[static] Returns ref attibute value.
ContextAttributeList
  
getRootRef(xml:XML):String
[static] Returns root-ref attibute value.
ContextAttributeList
  
getSingletonAccess(xml:XML):String
[static] Returns singleton-access attibute value.
ContextAttributeList
  
getStartCallback(xml:XML):String
[static] Returns start-callback attibute value.
ContextAttributeList
  
getTimeoutCallback(xml:XML):String
[static] Returns timeout-callback attibute value.
ContextAttributeList
  
getType(xml:XML):String
[static] Returns type attibute value.
ContextAttributeList
  
getURL(xml:XML):String
[static] Returns url attibute value.
ContextAttributeList
  
getValue(xml:XML):String
[static] Returns value attibute value.
ContextAttributeList
  
getVisible(xml:XML):String
[static] Returns visible attibute value.
ContextAttributeList
Public Constants
 ConstantDefined by
  CHANNELS_ASSIGNED_CALLBACK : String = "channels-assigned-callback"
[static]
ContextAttributeList
  COMPLETE_CALLBACK : String = "complete-callback"
[static]
ContextAttributeList
  DELAY : String = "delay"
[static]
ContextAttributeList
  DESERIALIZER_CLASS : String = "deserializer-class"
[static]
ContextAttributeList
  ERROR_CALLBACK : String = "error-callback"
[static]
ContextAttributeList
  FACTORY : String = "factory"
[static]
ContextAttributeList
  ID : String = "id"
[static]
ContextAttributeList
  INIT_CALLBACK : String = "init-callback"
[static]
ContextAttributeList
  LOAD_CALLBACK : String = "load-callback"
[static]
ContextAttributeList
  METHOD : String = "method"
[static]
ContextAttributeList
  METHODS_CALL_CALLBACK : String = "methods-call-callback"
[static]
ContextAttributeList
  NAME : String = "name"
[static]
ContextAttributeList
  NAME_CALLBACK : String = "name-callback"
[static]
ContextAttributeList
  OBJECTS_BUILT_CALLBACK : String = "objects-built-callback"
[static]
ContextAttributeList
  PARSED_CALLBACK : String = "parsed-callback"
[static]
ContextAttributeList
  PROGRESS_CALLBACK : String = "progress-callback"
[static]
ContextAttributeList
  REF : String = "ref"
[static]
ContextAttributeList
  ROOT_REF : String = "root-ref"
[static]
ContextAttributeList
  SINGLETON_ACCESS : String = "singleton-access"
[static]
ContextAttributeList
  START_CALLBACK : String = "start-callback"
[static]
ContextAttributeList
  TIMEOUT_CALLBACK : String = "timeout-callback"
[static]
ContextAttributeList
  TYPE : String = "type"
[static]
ContextAttributeList
  URL : String = "url"
[static]
ContextAttributeList
  VALUE : String = "value"
[static]
ContextAttributeList
  VISIBLE : String = "visible"
[static]
ContextAttributeList
Method detail
getChannelsAssignedCallback()method
public static function getChannelsAssignedCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns channels-assigned-callback attibute value.

Parameters
xml:XML

Returns
String
getCompleteCallback()method 
public static function getCompleteCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns complete-callback attibute value.

Parameters
xml:XML

Returns
String
getDelay()method 
public static function getDelay(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns delay attibute value.

Parameters
xml:XML

Returns
String
getDeserializerClass()method 
public static function getDeserializerClass(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns deserializer-class attibute value.

Parameters
xml:XML

Returns
String
getDisplayType()method 
public static function getDisplayType(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns type attibute value for display object.

Parameters
xml:XML

Returns
String
getErrorCallback()method 
public static function getErrorCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns error-callback attibute value.

Parameters
xml:XML

Returns
String
getFactoryMethod()method 
public static function getFactoryMethod(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns factory attibute value.

Parameters
xml:XML

Returns
String
getID()method 
public static function getID(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns ID attibute value.

Parameters
xml:XML

Returns
String
getInitCallback()method 
public static function getInitCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns init-callback attibute value.

Parameters
xml:XML

Returns
String
getLoadCallback()method 
public static function getLoadCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns load-callback attibute value.

Parameters
xml:XML

Returns
String
getMethod()method 
public static function getMethod(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns method attibute value.

Parameters
xml:XML

Returns
String
getMethodsCallCallback()method 
public static function getMethodsCallCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns methods-call-callback attibute value.

Parameters
xml:XML

Returns
String
getName()method 
public static function getName(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns name attibute value.

Parameters
xml:XML

Returns
String
getNameCallback()method 
public static function getNameCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns name-callback attibute value.

Parameters
xml:XML

Returns
String
getObjectsBuiltCallback()method 
public static function getObjectsBuiltCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns objects-built-callback attibute value.

Parameters
xml:XML

Returns
String
getParsedCallback()method 
public static function getParsedCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns parsed-callback attibute value.

Parameters
xml:XML

Returns
String
getProgressCallback()method 
public static function getProgressCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns progress-callback attibute value.

Parameters
xml:XML

Returns
String
getRef()method 
public static function getRef(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns ref attibute value.

Parameters
xml:XML

Returns
String
getRootRef()method 
public static function getRootRef(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns root-ref attibute value.

Parameters
xml:XML

Returns
String
getSingletonAccess()method 
public static function getSingletonAccess(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns singleton-access attibute value.

Parameters
xml:XML

Returns
String
getStartCallback()method 
public static function getStartCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns start-callback attibute value.

Parameters
xml:XML

Returns
String
getTimeoutCallback()method 
public static function getTimeoutCallback(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns timeout-callback attibute value.

Parameters
xml:XML

Returns
String
getType()method 
public static function getType(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns type attibute value.

Parameters
xml:XML

Returns
String
getURL()method 
public static function getURL(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns url attibute value.

Parameters
xml:XML

Returns
String
getValue()method 
public static function getValue(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns value attibute value.

Parameters
xml:XML

Returns
String
getVisible()method 
public static function getVisible(xml:XML):String

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns visible attibute value.

Parameters
xml:XML

Returns
String
Constant detail
CHANNELS_ASSIGNED_CALLBACKconstant
public static const CHANNELS_ASSIGNED_CALLBACK:String = "channels-assigned-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

COMPLETE_CALLBACKconstant 
public static const COMPLETE_CALLBACK:String = "complete-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

DELAYconstant 
public static const DELAY:String = "delay"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

DESERIALIZER_CLASSconstant 
public static const DESERIALIZER_CLASS:String = "deserializer-class"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

ERROR_CALLBACKconstant 
public static const ERROR_CALLBACK:String = "error-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

FACTORYconstant 
public static const FACTORY:String = "factory"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

IDconstant 
public static const ID:String = "id"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

INIT_CALLBACKconstant 
public static const INIT_CALLBACK:String = "init-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

LOAD_CALLBACKconstant 
public static const LOAD_CALLBACK:String = "load-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

METHODconstant 
public static const METHOD:String = "method"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

METHODS_CALL_CALLBACKconstant 
public static const METHODS_CALL_CALLBACK:String = "methods-call-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

NAMEconstant 
public static const NAME:String = "name"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

NAME_CALLBACKconstant 
public static const NAME_CALLBACK:String = "name-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

OBJECTS_BUILT_CALLBACKconstant 
public static const OBJECTS_BUILT_CALLBACK:String = "objects-built-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

PARSED_CALLBACKconstant 
public static const PARSED_CALLBACK:String = "parsed-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

PROGRESS_CALLBACKconstant 
public static const PROGRESS_CALLBACK:String = "progress-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

REFconstant 
public static const REF:String = "ref"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

ROOT_REFconstant 
public static const ROOT_REF:String = "root-ref"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

SINGLETON_ACCESSconstant 
public static const SINGLETON_ACCESS:String = "singleton-access"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

START_CALLBACKconstant 
public static const START_CALLBACK:String = "start-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

TIMEOUT_CALLBACKconstant 
public static const TIMEOUT_CALLBACK:String = "timeout-callback"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

TYPEconstant 
public static const TYPE:String = "type"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

URLconstant 
public static const URL:String = "url"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

VALUEconstant 
public static const VALUE:String = "value"

Player version: Flash Player 9.0
Language version: ActionScript 3.0

VISIBLEconstant 
public static const VISIBLE:String = "visible"

Player version: Flash Player 9.0
Language version: ActionScript 3.0