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  
lastResult(callback:Function) — method, class org.spicefactory.lib.command.builder.CommandFlowBuilder
Adds a callback to invoke when the command flow completes successfully.
lastResult(callback:Function) — method, class org.spicefactory.lib.command.builder.CommandGroupBuilder
Adds a callback to invoke when the command group completes successfully.
lazy — Property, class org.spicefactory.parsley.asconfig.metadata.ObjectDefinitionMetadata
Indicates whether this object should be lazily initialized.
lazy(value:Boolean) — method, interface org.spicefactory.parsley.core.builder.SingletonBuilder
Specifies whether this object should be lazily initialized.
lazy(value:Boolean) — method, class org.spicefactory.parsley.core.builder.impl.DefaultSingletonBuilder
Specifies whether this object should be lazily initialized.
lazy — Property, interface org.spicefactory.parsley.core.registry.SingletonObjectDefinition
Indicates whether this object should be lazily initialized.
lazy — Property, class org.spicefactory.parsley.core.registry.impl.DefaultSingletonObjectDefinition
lazy — Property, class org.spicefactory.parsley.core.registry.impl.SingletonObjectDefinitionWrapper
lazy — Property, class org.spicefactory.parsley.object.RootObjectTag
Indicates whether this object should be lazily initialized.
level — Property, class org.spicefactory.lib.logging.LogEvent
The level for this event.
level — Property, interface org.spicefactory.lib.logging.SpiceLogger
The active level of the logger.
level — Property, class org.spicefactory.lib.logging.impl.DefaultLogger
The active level of the logger.
lifecycle — Property, class org.spicefactory.lib.command.base.AbstractCommandExecutor
The lifecycle hook to use for the commands executed by this instance.
lifecycle — Property, class org.spicefactory.lib.command.light.LightCommandAdapter
The lifecycle hook to use for the commands executed by this instance.
lifecycle — Property, interface org.spicefactory.parsley.core.view.ViewConfiguration
The instance that controls the lifecycle of the view.
lifecycle — Property, class org.spicefactory.parsley.core.view.impl.DefaultViewConfiguration
The instance that controls the lifecycle of the view.
lifecycle — Property, class org.spicefactory.parsley.flex.tag.builder.ViewLifecycleTag
The type of the lifecycle.
lifecycle(lifecycle:org.spicefactory.parsley.core.view:ViewLifecycle) — method, class org.spicefactory.parsley.view.Configure
The instance that controls the lifecycle of the view.
lifecycle(lifecycle:org.spicefactory.parsley.core.view:ViewLifecycle) — method, class org.spicefactory.parsley.view.FastInject
The instance that controls the lifecycle of the view.
lifecycleManager() — method, class org.spicefactory.parsley.context.ServiceRegistryBuilder
Returns the builder for specifying the implementation or decorators for the service that handles the lifecycle of managed objects.
lifecycleManager — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapInfo
The service that handles the lifecycle of managed objects.
lifecycleManager — Property, interface org.spicefactory.parsley.core.bootstrap.ServiceRegistry
The configuration for the service that handles the lifecycle of managed objects.
lifecycleManager — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapInfo
The service that handles the lifecycle of managed objects.
lifecycleManager — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultServiceRegistry
The configuration for the service that handles the lifecycle of managed objects.
lifecycleManager — Property, class org.spicefactory.parsley.core.context.impl.DefaultContext
The manager that handles the lifecycle for all objects in this Context.
LifecycleMetadataSupport — class, package org.spicefactory.parsley.lifecycle.metadata
Provides a static method to initalize the lifecycle metadata tags.
LifecycleObserver — Interface, package org.spicefactory.parsley.core.lifecycle
Represents an observer that gets notified when matching objects reach a particular phase in their lifecycle.
LifecycleObserverRegistry — Interface, package org.spicefactory.parsley.core.lifecycle
A registry for observers that listen to lifecycle events of objects within a single scope.
lifecycleObservers — Property, interface org.spicefactory.parsley.core.scope.Scope
The registry for observers of lifecycle events dispatched by objects within this scope.
lifecycleObservers — Property, interface org.spicefactory.parsley.core.scope.ScopeInfo
The registry for observers of lifecycle events dispatched by objects within this scope.
lifecycleObservers — Property, class org.spicefactory.parsley.core.scope.impl.DefaultScope
The registry for observers of lifecycle events dispatched by objects within this scope.
lifecycleObservers — Property, class org.spicefactory.parsley.core.scope.impl.DefaultScopeInfo
The registry for observers of lifecycle events dispatched by objects within this scope.
LifecycleXmlSupport — class, package org.spicefactory.parsley.xml.mapper
Provides a static method to initalize the XML tags for messaging.
LightCommandAdapter — class, package org.spicefactory.lib.command.light
A CommandAdapter that for commands that adhere to the conventions of Spicelib's "Light Commands".
LightCommandAdapter(target:Object, executeMethod:org.spicefactory.lib.reflect:Method, callback:org.spicefactory.lib.reflect:Property, cancelMethod:org.spicefactory.lib.reflect:Method, resultMethod:org.spicefactory.lib.reflect:Method, errorMethod:org.spicefactory.lib.reflect:Method, async:Boolean) — Constructor, class org.spicefactory.lib.command.light.LightCommandAdapter
Creates a new instance.
LightCommandAdapterFactory — class, package org.spicefactory.lib.command.light
A CommandAdapterFactory implementation that creates adapters from commands that adhere to the conventions of Spicelib's "Light Commands".
link(link:org.spicefactory.lib.command.flow:CommandLink) — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Specifies a custom link to invoke after the command finished executing.
link — Property, class org.spicefactory.lib.command.builder.DefaultLinkBuilder
link(result:org.spicefactory.lib.command:CommandResult, processor:org.spicefactory.lib.command.flow:CommandLinkProcessor) — method, interface org.spicefactory.lib.command.flow.CommandLink
Invoked after a command in the flow finished executing.
link(result:org.spicefactory.lib.command:CommandResult, processor:org.spicefactory.lib.command.flow:CommandLinkProcessor) — method, class org.spicefactory.lib.command.flow.DefaultCommandLink
Invoked after a command in the flow finished executing.
LinkAction — Interface, package org.spicefactory.lib.command.flow
Represents an action to perform when a certain command link condition is met.
linkAllResults() — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Creates a link that executes for all types of results produced by the command in the flow.
LinkAllResultsTag — class, package org.spicefactory.parsley.command.tag.link
Links all results to the the target command specified by this tag.
LinkCondition — Interface, package org.spicefactory.lib.command.flow
Represents a condition of a CommandLink.
LinkConditions — class, package org.spicefactory.lib.command.flow
Helper class for creating common link condition types.
linkFunction(link:Function) — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Specifies a link function to invoke after the command finished executing.
linkResultProperty(name:String, value:Object) — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Creates a link that only executes if the result produced by the command in the flow has the specified property value.
LinkResultPropertyTag — class, package org.spicefactory.parsley.command.tag.link
Links results that contain the specified property value to the the target command specified by this tag.
linkResultType(type:Class) — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Creates a link that only executes if the result produced by the command in the flow is of the specified type.
LinkResultTypeTag — class, package org.spicefactory.parsley.command.tag.link
Links results of a specific type (class) to the the target command specified by this tag.
linkResultValue(value:Object) — method, class org.spicefactory.lib.command.builder.CommandLinkBuilder
Creates a link that only executes if the result produced by the command in the flow equals the specified value.
LinkResultValueTag — class, package org.spicefactory.parsley.command.tag.link
Links a specific result value to the the target command specified by this tag.
links — Property, class org.spicefactory.parsley.command.tag.AbstractCommandTag
The links of this command tag in case it represents a command in a flow.
links — Property, interface org.spicefactory.parsley.command.tag.NestedCommandTag
The links of this command tag in case it represents a command in a flow.
links — Property, class org.spicefactory.parsley.flex.tag.command.AbstractMxmlCommandParentTag
The links of this command tag in case it represents a command in a flow.
links — Property, class org.spicefactory.parsley.flex.tag.command.MxmlCommandTag
The links of this command tag in case it represents a command in a flow.
LinkTag — Interface, package org.spicefactory.parsley.command.tag.link
Interface to be implemented by all tags that represent command links.
LinkTargetBuilder — class, package org.spicefactory.lib.command.builder
List — class, package org.spicefactory.lib.collection
Simple List implementation that overcomes the limitations of the Array API which lacks essential methods like remove.
List(items:Array) — Constructor, class org.spicefactory.lib.collection.List
Creates a new instance.
LiteralExpression — class, package org.spicefactory.lib.expr.impl
Represents a literal expression without variable parts.
LiteralExpression(expression:String) — Constructor, class org.spicefactory.lib.expr.impl.LiteralExpression
Creates a new expression instance.
load(domain:flash.system:ApplicationDomain) — method, class org.spicefactory.parsley.xml.processor.XmlConfigurationLoader
Loads the XML configuration files.
loadedFiles — Property, class org.spicefactory.parsley.xml.processor.XmlConfigurationLoader
The files that were already loaded.
loader — Property, class org.spicefactory.parsley.xml.processor.XmlConfigurationProcessor
The loader that loads the XML configuration files.
loadFile(file:String) — method, class org.spicefactory.parsley.xml.processor.XmlConfigurationLoader
Starts the loading operation for a single file.
LOCAL — Constant Static Property, class org.spicefactory.parsley.core.scope.ScopeName
Constant for the name of the local scope.
LocalPersistenceManager — class, package org.spicefactory.parsley.core.binding.impl
Default implementation of the PersistenceManager interface that persists to a local SharedObject.
LocalPersistenceManager(name:String) — Constructor, class org.spicefactory.parsley.core.binding.impl.LocalPersistenceManager
LocalScopeTag — class, package org.spicefactory.parsley.flex.tag.builder
MXML tag for setting the unique id for the local scope.
localScopeUuid(uuid:String) — method, class org.spicefactory.parsley.context.ContextBuilderSetup
Sets the uuid for the local scope of the new Context.
localScopeUuid — Property, interface org.spicefactory.parsley.core.bootstrap.BootstrapConfig
The unique id to assign to the local scope of this Context.
localScopeUuid — Property, class org.spicefactory.parsley.core.bootstrap.impl.DefaultBootstrapConfig
The unique id to assign to the local scope of this Context.
log — Event, class org.spicefactory.lib.logging.impl.DefaultLogger
Dispatched when any of the logging methods is invoked.
LOG — Constant Static Property, class org.spicefactory.lib.logging.LogEvent
Constant for the type of event fired when a log method is invoked in a Logger instance.
LogContext — class, package org.spicefactory.lib.logging
Central entry point to the Spicelib Log Wrapper.
LogEvent — class, package org.spicefactory.lib.logging
Event that fires when a log method is invoked in a FlashLogger instance.
LogEvent(level:org.spicefactory.lib.logging:LogLevel, message:String) — Constructor, class org.spicefactory.lib.logging.LogEvent
Creates a new instance.
LogFactory — Interface, package org.spicefactory.lib.logging
Factory interface of the Spicelib Log Wrapper API.
Logger — Interface, package org.spicefactory.lib.logging
The Logger interface of the Spicelib Log Wrapper API.
LogLevel — class, package org.spicefactory.lib.logging
Defines constants for the different log levels used in the framework.
LogUtil — class, package org.spicefactory.lib.logging
Static utility methods for logging.
LOOKUP — Constant Static Property, class org.spicefactory.parsley.core.events.ContextLookupEvent
Constant for the type of bubbling event fired when components want to find out the nearest Context in the view hierarchy above them.
LookupStatus — Interface, package org.spicefactory.parsley.core.context
A status object that can be passed along to avoid duplicate paths in recursive lookups.
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