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  
elementName — Property, interface org.spicefactory.lib.xml.XmlObjectMapper
The name of the elements the mapToXml method produces.
elementName — Property, class org.spicefactory.lib.xml.mapper.AbstractXmlObjectMapper
The name of the elements the mapToXml method produces.
elementName — Property, class org.spicefactory.lib.xml.mapper.PropertyMapperBuilder
The name of the mapped XML element.
elementName — Property, class org.spicefactory.lib.xml.mapper.metadata.XmlMapping
The name of the XML element the class should map to.
elementUri — Property, class org.spicefactory.lib.xml.mapper.metadata.XmlMapping
The namespace uri of the XML element the class should map to.
empty — Property, class org.spicefactory.parsley.core.binding.impl.SubscriberCollection
Indicates whether this collection does not contain any subscribers.
empty — Property, class org.spicefactory.parsley.core.messaging.impl.MessageReceiverCollection
Indicates whether this collection is empty.
EMPTY — Constant Static Property, class org.spicefactory.lib.reflect.mapping.MemberTagMap
enabled — Property, class org.spicefactory.parsley.binding.impl.AbstractPublisher
Indicates whether this publisher is currently enabled.
EnumerationConverter — class, package org.spicefactory.lib.reflect.converter
Converts to Enumeration instances.
EnumerationConverter(type:org.spicefactory.lib.reflect:ClassInfo) — Constructor, class org.spicefactory.lib.reflect.converter.EnumerationConverter
Creates a new Converter instance.
error — Event, interface org.spicefactory.lib.command.AsyncCommand
Dispatched when the command execution failed.
error(cause:Object) — method, class org.spicefactory.lib.command.base.AbstractAsyncCommand
Signals an error condition and cancels the command.
error(callback:Function) — method, class org.spicefactory.lib.command.builder.CommandFlowBuilder
Adds a callback to invoke when the command flow produced an error.
error(callback:Function) — method, class org.spicefactory.lib.command.builder.CommandGroupBuilder
Adds a callback to invoke when the command group produced an error.
error(callback:Function) — method, class org.spicefactory.lib.command.builder.CommandProxyBuilder
Adds a callback to invoke when the command produced an error.
error(cause:Object) — method, interface org.spicefactory.lib.command.flow.CommandLinkProcessor
Causes the flow to abort with the specified error.
error(message:String, ... rest) — method, interface org.spicefactory.lib.logging.Logger
Logs a message with the ERROR log level.
error(message:String, ... rest) — method, class org.spicefactory.lib.logging.impl.DefaultLogger
Logs a message with the ERROR log level.
error(callback:Function) — method, class org.spicefactory.parsley.command.ManagedCommandBuilder
Adds a callback to invoke when the command produced an error.
error(handler:Function) — method, class org.spicefactory.parsley.context.ContextBuilder
Adds a callback to invoke when Context creation aborts with an error.
error — Event, interface org.spicefactory.parsley.core.bootstrap.AsyncConfigurationProcessor
Dispatched when processing the configuration failed.
error — Event, interface org.spicefactory.parsley.core.context.Context
Dispatched when Context initialization failed.
error — Event, class org.spicefactory.parsley.flex.tag.builder.ContextBuilderTag
Dispatched when building the Context failed.
error(handler:Function) — method, class org.spicefactory.parsley.util.ContextCallbacks
The handler to invoke when the Context creation aborts with an error.
error(handler:Function) — method, class org.spicefactory.parsley.view.FirstChildContext
The handler to invoke when the creation of the child Context aborts with an error.
error(handler:Function) — method, class org.spicefactory.parsley.view.ParentContext
The handler to invoke when the parent Context could not be found in the view hierarchy.
ERROR — Constant Static Property, class org.spicefactory.lib.command.events.CommandResultEvent
Constant for the type of event fired when a command aborted with an error.
ERROR — Constant Static Property, class org.spicefactory.lib.logging.LogLevel
The ERROR level designates error events that might still allow the application to continue running.
ERROR — Constant Static Property, class org.spicefactory.parsley.core.command.CommandStatus
The status for a command that finished with an error.
errorEvent(type:String) — method, interface org.spicefactory.parsley.core.builder.AsyncInitBuilder
The event type that signals that object initialization has failed.
errorEvent(type:String) — method, class org.spicefactory.parsley.core.builder.impl.DefaultAsyncInitBuilder
The event type that signals that object initialization has failed.
errorEvent — Property, class org.spicefactory.parsley.core.registry.AsyncInitConfig
The event type that signals that object initialization has failed.
errorHandler — Property, class org.spicefactory.parsley.flex.tag.builder.MessageSettingsTag
A handler that gets invoked for each Error thrown in any message receiver in any Context in any scope.
ERROR_HANDLER — Constant Static Property, class org.spicefactory.parsley.core.messaging.MessageReceiverKind
Constant for an error handler.
ErrorPolicy — class, package org.spicefactory.parsley.core.messaging
Enumeration for the policy to apply for unhandled errors.
errors — Property, class org.spicefactory.lib.xml.XmlProcessorContext
All Errors that were already added to this context.
errorType — Property, interface org.spicefactory.parsley.core.messaging.receiver.MessageErrorHandler
The type of Error this handler is interested in.
errorType(type:Class) — method, class org.spicefactory.parsley.messaging.MessageError
Sets the type of the error that this handler is interested in.
errorType — Property, class org.spicefactory.parsley.messaging.receiver.DefaultMessageErrorHandler
The type of Error this handler is interested in.
errorType — Property, class org.spicefactory.parsley.messaging.tag.MessageErrorDecorator
The type of the error that this handler is interested in.
EventInfo — class, package org.spicefactory.lib.reflect.metadata
Represent a single Event metadata tag.
eventType — Property, interface org.spicefactory.parsley.core.view.ViewAutowireFilter
The event type to listen to in the view roots.
eventType — Property, class org.spicefactory.parsley.core.view.impl.AbstractViewAutowireFilter
The event type to listen to in the view roots.
execute() — method, interface org.spicefactory.lib.command.Command
Executes the command.
execute() — method, class org.spicefactory.lib.command.base.AbstractAsyncCommand
Starts the execution of this command.
execute() — method, class org.spicefactory.lib.command.builder.AbstractCommandBuilder
Builds and executes the target command.
execute() — method, interface org.spicefactory.lib.command.builder.CommandBuilder
Builds and executes the target command.
execute(command:org.spicefactory.lib.command:Command) — method, interface org.spicefactory.lib.command.flow.CommandLinkProcessor
Executes the specified command in the flow.
execute(processor:org.spicefactory.lib.command.flow:CommandLinkProcessor) — method, interface org.spicefactory.lib.command.flow.LinkAction
Execute the action using the specified processor.
execute() — method, class org.spicefactory.lib.command.util.DelegateCommand
Executes the command.
execute(context:org.spicefactory.parsley.core.context:Context) — method, class org.spicefactory.parsley.command.ManagedCommandBuilder
Builds and executes the target command.
execute(token:mx.rpc:AsyncToken, callback:Function) — method, class org.spicefactory.parsley.flex.command.AsyncTokenResultProcessor
Processes the specified token.
execute() — method, class org.spicefactory.parsley.view.Configure
Executes this view configuration at the nearest Context in the view hierarchy.
execute() — method, class org.spicefactory.parsley.view.FastInject
Triggers the (potentially asynchronous) injection.
execute() — method, class org.spicefactory.parsley.view.FirstChildContext
Applies all handlers and configuration that have been specified and waits for the first child Context to be created in the view.
execute() — method, class org.spicefactory.parsley.view.ParentContext
Applies all handlers and configuration that have been specified and waits for the first child Context to be created in the view.
EXECUTE — Constant Static Property, class org.spicefactory.parsley.core.command.CommandStatus
The status for an active command.
executeAction(view:flash.display:DisplayObject) — method, class org.spicefactory.parsley.flex.tag.ConfigurationTagBase
Invoked when the specified view has been added to the stage and is fully initialized (in case it is a Flex component).
executeCommand(com:org.spicefactory.lib.command:Command) — method, class org.spicefactory.lib.command.base.AbstractCommandExecutor
Executes the specified command.
executor — Property, class org.spicefactory.lib.command.events.CommandFailure
The instance that executed the target command that caused the error.
exists — Property, class org.spicefactory.lib.command.result.ResultProcessor
Indicates whether any command type of factory has been specified for this result processor registration.
expectedType(type:Class) — method, interface org.spicefactory.parsley.core.builder.ImplicitTypeReference
Invoked by the container to pass the target type deduced by reflecting on the member.
expectedType(type:Class) — method, class org.spicefactory.parsley.core.builder.ref.ImplicitObjectTypeReference
Invoked by the container to pass the target type deduced by reflecting on the member.
expectType(type:Class) — method, interface org.spicefactory.parsley.core.builder.ObjectProcessorBuilder
Specifies the required type of the target instance configured by this processor.
expectType(type:Class) — method, interface org.spicefactory.parsley.core.builder.PropertyProcessorBuilder
Specifies the required type of the property configured by this processor.
expectType(type:Class) — method, class org.spicefactory.parsley.core.builder.impl.DefaultObjectProcessorBuilder
Specifies the required type of the target instance configured by this processor.
Expression — Interface, package org.spicefactory.lib.expr
Represents a single expression.
expressionContext — Property, class org.spicefactory.lib.xml.XmlProcessorContext
The expression context containing variable values the participating mappers can use for resolving values.
ExpressionContext — Interface, package org.spicefactory.lib.expr
Represents a context for creating and resolving expressions.
expressionString — Property, interface org.spicefactory.lib.expr.Expression
The unresolved expression string.
expressionString — Property, class org.spicefactory.lib.expr.impl.CompositeExpression
The unresolved expression string.
expressionString — Property, class org.spicefactory.lib.expr.impl.LiteralExpression
The unresolved expression string.
expressionString — Property, class org.spicefactory.lib.expr.impl.ValueExpression
The unresolved expression string.
extensions — Property, interface org.spicefactory.parsley.core.scope.Scope
Custom extensions registered for this scope.
extensions — Property, interface org.spicefactory.parsley.core.scope.ScopeInfo
The extensions registered for this scope.
extensions — Property, class org.spicefactory.parsley.core.scope.impl.DefaultScope
Custom extensions registered for this scope.
extensions — Property, class org.spicefactory.parsley.core.scope.impl.DefaultScopeInfo
The extensions registered for this scope.
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