ContextAttributeList
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.ioc.parser |
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.ioc.parser.ContextAttributeList |
| File last modified: | Monday, 21 April 2008, 17:52:19 |
Summary
Constructor
Constants
- ID : String
- TYPE : String
- NAME : String
- REF : String
- VALUE : String
- FACTORY : String
- URL : String
- VISIBLE : String
- SINGLETON_ACCESS : String
- METHOD : String
- PROGRESS_CALLBACK : String
- NAME_CALLBACK : String
- TIMEOUT_CALLBACK : String
- PARSED_CALLBACK : String
- OBJECTS_BUILT_CALLBACK : String
- METHODS_CALL_CALLBACK : String
- CHANNELS_ASSIGNED_CALLBACK : String
- INIT_CALLBACK : String
- DELAY : String
- DESERIALIZER_CLASS : String
Class methods
- getID (xml:XML) : String
- getType (xml:XML) : String
- getDisplayType (xml:XML) : String
- getName (xml:XML) : String
- getRef (xml:XML) : String
- getValue (xml:XML) : String
- getURL (xml:XML) : String
- getVisible (xml:XML) : String
- getFactoryMethod (xml:XML) : String
- getSingletonAccess (xml:XML) : String
- getMethod (xml:XML) : String
- getProgressCallback (xml:XML) : String
- getNameCallback (xml:XML) : String
- getTimeoutCallback (xml:XML) : String
- getParsedCallback (xml:XML) : String
- getObjectsBuiltCallback (xml:XML) : String
- getMethodsCallCallback (xml:XML) : String
- getChannelsAssignedCallback (xml:XML) : String
- getInitCallback (xml:XML) : String
- getDelay (xml:XML) : String
- getDeserializerClass (xml:XML) : String
Constructor
ContextAttributeList
Constants
CHANNELS_ASSIGNED_CALLBACK
public static const CHANNELS_ASSIGNED_CALLBACK:String = "channels-assigned-callback"
(read)
DELAY
public static const DELAY:String = "delay"
(read)
DESERIALIZER_CLASS
public static const DESERIALIZER_CLASS:String = "deserializer-class"
(read)
FACTORY
public static const FACTORY:String = "factory"
(read)
ID
public static const ID:String = "id"
(read)
INIT_CALLBACK
public static const INIT_CALLBACK:String = "init-callback"
(read)
METHOD
public static const METHOD:String = "method"
(read)
METHODS_CALL_CALLBACK
public static const METHODS_CALL_CALLBACK:String = "methods-call-callback"
(read)
NAME
public static const NAME:String = "name"
(read)
NAME_CALLBACK
public static const NAME_CALLBACK:String = "name-callback"
(read)
OBJECTS_BUILT_CALLBACK
public static const OBJECTS_BUILT_CALLBACK:String = "objects-built-callback"
(read)
PARSED_CALLBACK
public static const PARSED_CALLBACK:String = "parsed-callback"
(read)
PROGRESS_CALLBACK
public static const PROGRESS_CALLBACK:String = "progress-callback"
(read)
REF
public static const REF:String = "ref"
(read)
SINGLETON_ACCESS
public static const SINGLETON_ACCESS:String = "singleton-access"
(read)
TIMEOUT_CALLBACK
public static const TIMEOUT_CALLBACK:String = "timeout-callback"
(read)
TYPE
public static const TYPE:String = "type"
(read)
URL
public static const URL:String = "url"
(read)
VALUE
public static const VALUE:String = "value"
(read)
VISIBLE
public static const VISIBLE:String = "visible"
(read)
Class methods
getChannelsAssignedCallback
public static function getChannelsAssignedCallback (
xml:XML) : String
getDelay
public static function getDelay (
xml:XML) : String
getDeserializerClass
public static function getDeserializerClass (
xml:XML) : String
getDisplayType
public static function getDisplayType (
xml:XML) : String
getFactoryMethod
public static function getFactoryMethod (
xml:XML) : String
getID
public static function getID (
xml:XML) : String
getInitCallback
public static function getInitCallback (
xml:XML) : String
getMethod
public static function getMethod (
xml:XML) : String
getMethodsCallCallback
public static function getMethodsCallCallback (
xml:XML) : String
getName
public static function getName (
xml:XML) : String
getNameCallback
public static function getNameCallback (
xml:XML) : String
getObjectsBuiltCallback
public static function getObjectsBuiltCallback (
xml:XML) : String
getParsedCallback
public static function getParsedCallback (
xml:XML) : String
getProgressCallback
public static function getProgressCallback (
xml:XML) : String
getRef
public static function getRef (
xml:XML) : String
getSingletonAccess
public static function getSingletonAccess (
xml:XML) : String
getTimeoutCallback
public static function getTimeoutCallback (
xml:XML) : String
getType
public static function getType (
xml:XML) : String
getURL
public static function getURL (
xml:XML) : String
getValue
public static function getValue (
xml:XML) : String
getVisible
public static function getVisible (
xml:XML) : String