A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
get(key:Object) — method, class org.spicefactory.lib.collection.Map
Returns the value mapped to the specified key or undefined.
getActiveCommandsByTrigger(messageType:Class, selector:any) — method, interface org.spicefactory.parsley.core.command.CommandManager
Returns all active commands triggered by a message that matches the specified type and selector in this scope.
getActiveCommandsByTrigger(messageType:Class, selector:any) — method, class org.spicefactory.parsley.core.command.impl.DefaultCommandManager
Returns all active commands triggered by a message that matches the specified type and selector in this scope.
getActiveCommandsByType(commandType:Class, id:String) — method, interface org.spicefactory.parsley.core.command.CommandManager
Returns all active commands of the specified type.
getActiveCommandsByType(commandType:Class, id:String) — method, class org.spicefactory.parsley.core.command.impl.DefaultCommandManager
Returns all active commands of the specified type.
getAll(key:Object) — method, class org.spicefactory.lib.collection.MultiMap
Returns all items mapped to the specified key as a List.
getAll(status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.scope.ScopeExtensionRegistry
Returns all service registrations that were created in this registry.
getAll(status:org.spicefactory.parsley.core.context:LookupStatus) — method, class org.spicefactory.parsley.core.scope.impl.DefaultScopeExtensionRegistry
Returns all service registrations that were created in this registry.
getAllDefinitionsByType(type:Class) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinitionRegistry
Returns all definitions that match the specified type.
getAllDefinitionsByType(type:Class) — method, class org.spicefactory.parsley.core.registry.impl.DefaultObjectDefinitionRegistry
Returns all definitions that match the specified type.
getAllMetadata(validate:Boolean) — method, class org.spicefactory.lib.reflect.MetadataAware
Returns all metadata tags for this type in no particular order.
getAllMetadata(validate:Boolean) — method, class org.spicefactory.lib.reflect.mapping.MemberTagMap
Returns all metadata tags for this type in no particular order.
getAllNamespaces() — Static Method , class org.spicefactory.parsley.xml.mapper.XmlConfigurationNamespaceRegistry
Returns all custom XML configuration namespaces that have been added to the registry.
getAllObjects(type:Class) — method, interface org.spicefactory.lib.command.data.CommandData
Returns all results of the specified type.
getAllObjects(type:Class) — method, class org.spicefactory.lib.command.data.DefaultCommandData
Returns all results of the specified type.
getAllObjectsByType(type:Class) — method, interface org.spicefactory.parsley.core.context.Context
Returns all objects that match the specified type.
getAllObjectsByType(type:Class) — method, class org.spicefactory.parsley.core.context.impl.DefaultContext
Returns all objects that match the specified type.
getAllScopes() — method, interface org.spicefactory.parsley.core.scope.ScopeManager
Returns all scope instances managed by this instance.
getAllScopes() — method, class org.spicefactory.parsley.core.scope.impl.DefaultScopeManager
Returns all scope instances managed by this instance.
getArgument(key:String) — method, class org.spicefactory.lib.reflect.Metadata
Returns the argument for the specified key as a String or null if no such argument exists.
getAttribute(key:Object) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinition
Returns the attribute for the specified key or null if no such attribute exists.
getAttribute(key:Object) — method, class org.spicefactory.parsley.core.registry.impl.AbstractObjectDefinition
Returns the attribute for the specified key or null if no such attribute exists.
getAttribute(key:Object) — method, class org.spicefactory.parsley.core.registry.impl.SingletonObjectDefinitionWrapper
Returns the attribute for the specified key or null if no such attribute exists.
getBootstrapConfig(context:org.spicefactory.parsley.core.context:Context) — method, interface org.spicefactory.parsley.core.state.manager.GlobalContextManager
Returns the bootstrap configuration for the specified Context instance.
getBootstrapConfig(context:org.spicefactory.parsley.core.context:Context) — method, class org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalContextManager
Returns the bootstrap configuration for the specified Context instance.
getChoiceById(id:String) — method, class org.spicefactory.lib.xml.mapper.ChoiceRegistry
Returns the choice for the specified id.
getChoiceByType(type:Class) — method, class org.spicefactory.lib.xml.mapper.ChoiceRegistry
Returns the choice for the specified type.
getClass() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the class this instance represents.
getClass(type:Class, domain:flash.system:ApplicationDomain) — method, class org.spicefactory.lib.reflect.cache.DefaultReflectionCache
Returns the matching ClassInfo instance for the specified class from this cache or null if no such instance has been cached yet.
getClass(type:Class, domain:flash.system:ApplicationDomain) — method, interface org.spicefactory.lib.reflect.cache.ReflectionCache
Returns the matching ClassInfo instance for the specified class from this cache or null if no such instance has been cached yet.
getConstructor() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the constructor for this class.
getContext(instance:Object) — method, interface org.spicefactory.parsley.core.state.GlobalObjectState
Returns the Context that manages the specified instance or null if the object is not managed by any Context currently.
getConverter(type:Class) — Static Method , class org.spicefactory.lib.reflect.Converters
Returns the Converter registered for the specified class.
getDecoratorAssemblers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.bootstrap.BootstrapConfig
Returns all decorator assemblers to apply to object definitions, including the ones added to this instance explicitly and those inherited from parent Contexts.
getDecoratorAssemblers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapConfig
Returns all decorator assemblers to apply to object definitions, including the ones added to this instance explicitly and those inherited from parent Contexts.
getDecorators(status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.bootstrap.Service
All decorators added to this service.
getDecorators(status:org.spicefactory.parsley.core.context:LookupStatus) — method, class org.spicefactory.parsley.core.bootstrap.impl.DefaultService
All decorators added to this service.
getDefaultArgument() — method, class org.spicefactory.lib.reflect.Metadata
Returns the default argument as a String or null if no such argument exists.
getDefinition(id:String) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinitionRegistry
Returns the definition with the specified id or null if no such definition exists.
getDefinition(id:String) — method, class org.spicefactory.parsley.core.registry.impl.DefaultObjectDefinitionRegistry
Returns the definition with the specified id or null if no such definition exists.
getDefinitionByType(type:Class) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinitionRegistry
Returns the definition for the specified type or null if no such definition exists.
getDefinitionByType(type:Class) — method, class org.spicefactory.parsley.core.registry.impl.DefaultObjectDefinitionRegistry
Returns the definition for the specified type or null if no such definition exists.
getDefinitionCount(type:Class) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinitionRegistry
Returns the number of definitions in this registry that match the specified type.
getDefinitionCount(type:Class) — method, class org.spicefactory.parsley.core.registry.impl.DefaultObjectDefinitionRegistry
Returns the number of definitions in this registry that match the specified type.
getDefinitionIds(type:Class) — method, interface org.spicefactory.parsley.core.registry.ObjectDefinitionRegistry
Returns the ids of the definitions in this registry that match the specified type.
getDefinitionIds(type:Class) — method, class org.spicefactory.parsley.core.registry.impl.DefaultObjectDefinitionRegistry
Returns the ids of the definitions in this registry that match the specified type.
getDomainForView(view:flash.display:DisplayObject, domainManager:org.spicefactory.parsley.core.state.manager:GlobalDomainManager) — method, interface org.spicefactory.parsley.core.bootstrap.ApplicationDomainProvider
Determines and returns the ApplicationDomain the specified DisplayObject belongs to.
getDomainForView(view:flash.display:DisplayObject, domainManager:org.spicefactory.parsley.core.state.manager:GlobalDomainManager) — method, class org.spicefactory.parsley.core.bootstrap.impl.DefaultApplicationDomainProvider
Determines and returns the ApplicationDomain the specified DisplayObject belongs to.
getDomainForView(view:flash.display:DisplayObject, domainManager:org.spicefactory.parsley.core.state.manager:GlobalDomainManager) — method, class org.spicefactory.parsley.flex.modules.FlexApplicationDomainProvider
Determines and returns the ApplicationDomain the specified DisplayObject belongs to.
getErrorHandlers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.messaging.MessageSettings
Returns all error handlers that were registered for these settings.
getErrorHandlers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, class org.spicefactory.parsley.core.messaging.impl.DefaultMessageSettings
Returns all error handlers that were registered for these settings.
getFirst() — method, class org.spicefactory.lib.collection.List
Returns the first item from this list.
getInheritedScopes(context:org.spicefactory.parsley.core.context:Context) — method, interface org.spicefactory.parsley.core.state.manager.GlobalContextManager
Returns the inherited scopes for the specified Context instance.
getInheritedScopes(context:org.spicefactory.parsley.core.context:Context) — method, class org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalContextManager
Returns the inherited scopes for the specified Context instance.
getInterfaces() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns all interfaces implemented by the class represented by this ClassInfo instance.
getLast() — method, class org.spicefactory.lib.collection.List
Returns the last item from this list.
getLogger(name:Object) — Static Method , class org.spicefactory.lib.logging.LogContext
Returns the logger for the specified name.
getLogger(name:Object) — method, interface org.spicefactory.lib.logging.LogFactory
Returns the logger for the specified name.
getLogger(name:Object) — method, class org.spicefactory.lib.logging.flex.FlexLogFactory
Returns the logger for the specified name.
getLogger(name:Object) — method, class org.spicefactory.lib.logging.impl.DefaultLogFactory
Returns the logger for the specified name.
getLogName(object:Object) — Static Method , class org.spicefactory.lib.logging.LogUtil
Retutns the name for a logger as a String based on the specified object.
getLogString(action:String, receiverCount:int) — method, class org.spicefactory.parsley.core.messaging.impl.DefaultMessageProcessor
Return a string that can be used to describe the message handled by this processor.
getManagedObject(instance:Object) — method, interface org.spicefactory.parsley.core.state.manager.GlobalObjectManager
Returns the ManagedObject instance that holds the specified object or null if the object is not managed by any Context currently.
getManagedObject(instance:Object) — method, class org.spicefactory.parsley.core.state.manager.impl.DefaultGlobalObjectManager
Returns the ManagedObject instance that holds the specified object or null if the object is not managed by any Context currently.
getMapperForInstance(instance:Object, context:org.spicefactory.lib.xml:XmlProcessorContext) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractChildElementHandler
Returns the mapper responsible for the specified instance.
getMapperForXmlName(xmlName:QName) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractChildElementHandler
Returns the mapper responsible for the specified XML name.
getMessageReceiverCache(type:org.spicefactory.lib.reflect:ClassInfo) — method, interface org.spicefactory.parsley.core.scope.ScopeInfo
Returns the cache of message receivers for the specified message type.
getMessageReceiverCache(type:org.spicefactory.lib.reflect:ClassInfo) — method, class org.spicefactory.parsley.core.scope.impl.DefaultScopeInfo
Returns the cache of message receivers for the specified message type.
getMetadata(type:Object, validate:Boolean) — method, class org.spicefactory.lib.reflect.MetadataAware
Returns all metadata tags for the specified type for this element.
getMetadata(type:Object, validate:Boolean) — method, class org.spicefactory.lib.reflect.mapping.MemberTagMap
Returns all metadata tags for the specified type for this element.
getMethod(name:String, namespaceURI:String) — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the Method instance for the specified method name.
getMethods() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns Method instances for all public, non-static methods of this class.
getNamespace(uri:String, domain:flash.system:ApplicationDomain) — Static Method , class org.spicefactory.parsley.xml.mapper.XmlConfigurationNamespaceRegistry
Returns an XML configuration namespace for the specified URI.
getObject(type:Class) — method, interface org.spicefactory.lib.command.data.CommandData
Returns the result of the specified type if any command has produced a matching result.
getObject(type:Class) — method, class org.spicefactory.lib.command.data.DefaultCommandData
Returns the result of the specified type if any command has produced a matching result.
getObject(id:String) — method, interface org.spicefactory.parsley.core.context.Context
Returns the singleton object with the specified id.
getObject(id:String) — method, class org.spicefactory.parsley.core.context.impl.DefaultContext
Returns the singleton object with the specified id.
getObjectByType(type:Class) — method, interface org.spicefactory.parsley.core.context.Context
Returns a singleton object of the specified type.
getObjectByType(type:Class) — method, class org.spicefactory.parsley.core.context.impl.DefaultContext
Returns a singleton object of the specified type.
getObjectCount(type:Class) — method, interface org.spicefactory.parsley.core.context.Context
Returns the number of objects in this Context that match the specified type.
getObjectCount(type:Class) — method, class org.spicefactory.parsley.core.context.impl.DefaultContext
Returns the number of objects in this Context that match the specified type.
getProperties() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns Property instances for all public, non-static properties of this class.
getProperty(name:String, namespaceURI:String) — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the Property instance for the specified property name.
getReceivers(kind:org.spicefactory.parsley.core.messaging:MessageReceiverKind, selector:any) — method, interface org.spicefactory.parsley.core.messaging.MessageReceiverCache
Returns the receivers for the specified receiver kind and selector value.
getReceivers(kind:org.spicefactory.parsley.core.messaging:MessageReceiverKind, selector:any) — method, class org.spicefactory.parsley.core.messaging.impl.DefaultMessageReceiverCache
Returns the receivers for the specified receiver kind and selector value.
getReceiversBySelectorType(kind:org.spicefactory.parsley.core.messaging:MessageReceiverKind, selectorValue:any) — method, class org.spicefactory.parsley.core.messaging.impl.MessageReceiverCollection
getReceiversBySelectorValue(kind:org.spicefactory.parsley.core.messaging:MessageReceiverKind, selectorValue:any) — method, class org.spicefactory.parsley.core.messaging.impl.MessageReceiverCollection
Returns all receivers of a particular kind that match for the specified selector value.
getResource(bundle:String, key:String) — method, class org.spicefactory.parsley.flex.resources.FlexResourceBindingAdapter
Returns the resource for the specified bundle and key.
getResource(bundle:String, key:String) — method, interface org.spicefactory.parsley.resources.processor.ResourceBindingAdapter
Returns the resource for the specified bundle and key.
getScope(name:String) — method, interface org.spicefactory.parsley.core.scope.ScopeManager
Returns the scope instance for the specified scope name.
getScope(name:String) — method, class org.spicefactory.parsley.core.scope.impl.DefaultScopeManager
Returns the scope instance for the specified scope name.
getScopeById(uuid:String) — method, interface org.spicefactory.parsley.core.state.GlobalScopeState
Returns the scope with the specified unique id.
getScopesByName(name:String) — method, interface org.spicefactory.parsley.core.state.GlobalScopeState
Returns all scopes with the specified name.
getSelectionCache(messageType:org.spicefactory.lib.reflect:ClassInfo) — method, class org.spicefactory.parsley.core.messaging.impl.DefaultMessageReceiverRegistry
Returns the selection of receivers that match the specified message type.
getSelectorValue(message:Object) — method, interface org.spicefactory.parsley.core.messaging.MessageReceiverCache
Returns the value of the selector property of the specified message instance.
getSelectorValue(message:Object) — method, class org.spicefactory.parsley.core.messaging.impl.DefaultMessageReceiverCache
Returns the value of the selector property of the specified message instance.
getSimpleName(type:Class) — Static Method , class org.spicefactory.lib.util.ClassUtil
Returns the unqualified short name of the specified class.
getStaticMethod(name:String, namespaceURI:String) — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the Method instance for the specified method name.
getStaticMethods() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns Method instances for all public, static methods of this class.
getStaticProperties() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns Property instances for all public, static properties of this class.
getStaticProperty(name:String, namespaceURI:String) — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the Property instance for the specified property name.
getSuperClass() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns the superclass of the class represented by this ClassInfo instance.
getSuperClasses() — method, class org.spicefactory.lib.reflect.ClassInfo
Returns all superclasses or superinterfaces of the class or interface represented by this ClassInfo instance.
getTriggerType(commandType:org.spicefactory.lib.reflect:ClassInfo) — method, interface org.spicefactory.parsley.command.impl.CommandTriggerProvider
Returns the trigger message for the specified command type or null if it cannot be determined.
getTriggerType(commandType:org.spicefactory.lib.reflect:ClassInfo) — method, class org.spicefactory.parsley.command.impl.DefaultCommandTriggerProvider
Returns the trigger message for the specified command type or null if it cannot be determined.
getValue(instance:Object) — method, class org.spicefactory.lib.reflect.Property
Returns the value of the property represented by this instance in the specified target instance.
getValue(instance:Object) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
Gets the value of the mapped property from the specified instance.
getValue(key:Object) — method, interface org.spicefactory.parsley.core.binding.PersistenceManager
Returns the value mapping to the specified type and id.
getValue(key:Object) — method, class org.spicefactory.parsley.core.binding.impl.LocalPersistenceManager
Returns the value mapping to the specified type and id.
getValue(name:String, status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.registry.ConfigurationProperties
Returns the value of the property with the specified name or undefined if no such property exists.
getValueAsString(instance:Object) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
Gets the value of the mapped property from the specified instance as a String.
getValueFromNode(node:XML, context:org.spicefactory.lib.xml:XmlProcessorContext) — method, class org.spicefactory.lib.xml.mapper.handler.AbstractPropertyHandler
Extracts the value from the specified node, resolving any variables that nodes with simple content possibly contain.
getViewRootHandlers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, interface org.spicefactory.parsley.core.view.ViewSettings
Returns all view root handlers that were registered for these settings.
getViewRootHandlers(status:org.spicefactory.parsley.core.context:LookupStatus) — method, class org.spicefactory.parsley.core.view.impl.DefaultViewSettings
Returns all view root handlers that were registered for these settings.
GLOBAL — Constant Static Property, class org.spicefactory.parsley.core.scope.ScopeName
Constant for the name of the global scope.
GlobalContextManager — Interface, package org.spicefactory.parsley.core.state.manager
Keeps track of the currently active Context instances.
GlobalDomainManager — Interface, package org.spicefactory.parsley.core.state.manager
Manages the ApplicationDomain instances associated with all currently active Context instances.
globalErrorHandler(handler:Function) — method, class org.spicefactory.parsley.context.MessageSettingsBuilder
Sets a handler that gets invoked for each Error thrown in any message receiver in any Context in any scope.
GlobalObjectManager — Interface, package org.spicefactory.parsley.core.state.manager
Keeps track of all managed objects of all the currently active Context instances.
GlobalObjectState — Interface, package org.spicefactory.parsley.core.state
Global status information about managed objects.
GlobalScopeManager — Interface, package org.spicefactory.parsley.core.state.manager
Keeps track of all scopes of all the currently active Context instances.
GlobalScopeState — Interface, package org.spicefactory.parsley.core.state
Global status information about currently active scopes.
globalState — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapInfo
The manager for the global state of all existing Contexts
globalState — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapInfo
The manager for the global state of all existing Contexts
GlobalState — class, package org.spicefactory.parsley.core.state
Holds global state information for all currently active Contexts.
GlobalStateManager — Interface, package org.spicefactory.parsley.core.state.manager
The central entry point for access to all global state managers.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z