A B C D E F G H I J K L M N O P Q R S T U V W 

A

abort() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to abort further processing of handlers.
AbstractContext - Class in org.apache.deltaspike.core.util.context
A skeleton containing the most important parts of a custom CDI Context.
AbstractContext(BeanManager) - Constructor for class org.apache.deltaspike.core.util.context.AbstractContext
 
AbstractResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
An abstract InjectableResourceProvider implementation with some basic utility functionality.
AbstractResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
activateWindow(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
Set the current windowId as the currently active for the very Thread.
add(Class<?>, Type) - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
 
addConfigFilter(ConfigFilter) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Add a ConfigFilter to the ConfigResolver.
addConfigSources(List<ConfigSource>) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
This method can be used for programmatically adding ConfigSources.
addPageParameter(String, Object) - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
 
addQualifier(Annotation) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the qualifiers used for bean creation.
addToClass(Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the type declaration.
addToConstructor(Constructor<X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructor(AnnotatedConstructor<X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor.
addToConstructorParameter(Constructor<X>, int, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified constructor parameter.
addToField(Field, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToField(AnnotatedField<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified field.
addToMethod(Method, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethod(AnnotatedMethod<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method.
addToMethodParameter(Method, int, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified method parameter.
addToParameter(AnnotatedParameter<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Add an annotation to the specified parameter.
addType(Type) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Type...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Add to the type closure used for bean creation.
Aggregated - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Marks view-metadata annotations or their fields as aggregated metadata.
alternative - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
alternative(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be an alternative.
AlternativeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Alternative.
AlternativeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.AlternativeLiteral
 
Annotateds - Class in org.apache.deltaspike.core.util
Utilities for working with Annotateds.
AnnotatedTypeBuilder<X> - Class in org.apache.deltaspike.core.util.metadata.builder
Builder to aid in creation of a new AnnotatedType for use in CDI life cycle events.
AnnotatedTypeBuilder() - Constructor for class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Create a new builder.
AnnotationInstanceProvider - Class in org.apache.deltaspike.core.util.metadata
A small helper class to create an Annotation instance of the given annotation class via Proxy.
annotationType() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
AnnotationUtils - Class in org.apache.deltaspike.core.util
 
AnyLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for the Any annotation.
AnyLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.AnyLiteral
 
ApplicationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ApplicationScoped
ApplicationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ApplicationScopedLiteral
 
argument(Serializable...) - Method in interface org.apache.deltaspike.core.api.message.Message
 
argument(Collection<Serializable>) - Method in interface org.apache.deltaspike.core.api.message.Message
Argument.
argumentArray(Serializable[]) - Method in interface org.apache.deltaspike.core.api.message.Message
Argument array.
ArraysUtils - Class in org.apache.deltaspike.core.util
A collection of utilities for working with Arrays
asSet(T...) - Static method in class org.apache.deltaspike.core.util.ArraysUtils
Create a set from an array.
AUTO_UNREGISTER - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.MBean
 

B

BaseConfigPropertyProducer - Class in org.apache.deltaspike.core.spi.config
This contains the fundamental parts for implementing own ConfigProperty producers.
BaseConfigPropertyProducer() - Constructor for class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
 
BaseImmutableBean<T> - Class in org.apache.deltaspike.core.util.bean
A base class for implementing Bean.
BaseImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String) - Constructor for class org.apache.deltaspike.core.util.bean.BaseImmutableBean
Create a new, immutable bean.
BasePropertyExpressionInterpreter - Class in org.apache.deltaspike.core.api.interpreter
Base implementation for simple (property) expressions.
BasePropertyExpressionInterpreter() - Constructor for class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
 
BeanBuilder<T> - Class in org.apache.deltaspike.core.util.bean
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.apache.deltaspike.core.util.bean.BeanBuilder
Instantiate a new bean builder.
beanClass - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
beanClass(Class<?>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
beanLifecycle(ContextualLifecycle<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
beanManager - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
BeanManagerProvider - Class in org.apache.deltaspike.core.api.provider
This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application.
BeanManagerProvider() - Constructor for class org.apache.deltaspike.core.api.provider.BeanManagerProvider
 
BeanProvider - Class in org.apache.deltaspike.core.api.provider
This class contains utility methods for resolution of contextual references in situations where no injection is available because the current class is not managed by the CDI Container.
BeanUtils - Class in org.apache.deltaspike.core.util
A set of utility methods for working with beans.
beforeAddToConfig(ViewControllerRef, ViewConfigNode) - Method in class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.AnnotationPreProcessor
 
beforeAddToConfig(T, ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigPreProcessor
 
BeforeHandles - Annotation Type in org.apache.deltaspike.core.api.exception.control
Marker annotation for a method to be considered an Exception Handler, handles the exception in the BEFORE traversal of the exception chain.

C

calculateHashCodeOfAnnotation(Annotation, boolean) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
calculateHashCodeOfType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
We need this method as some weird JVMs return 0 as hashCode for classes.
CallbackDescriptor - Class in org.apache.deltaspike.core.api.config.view.metadata
Basic descriptor for a given class and callback type.
CallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
CallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
CallbackDescriptor.CallbackEntry - Class in org.apache.deltaspike.core.api.config.view.metadata
 
callbacks - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
callbackType - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
changeAndThrowException(Throwable, String) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
 
checkActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
Make sure that the Context is really active.
checkWindowContextQuota(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContextQuotaHandler
 
ClassDeactivationUtils - Class in org.apache.deltaspike.core.util
Helper methods for ClassDeactivator
ClassDeactivator - Interface in org.apache.deltaspike.core.spi.activation
A class-deactivator allows to specify deactivated classes which can't be deactivated via std.
ClasspathResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
A classpath-based resource provider.
ClasspathResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
 
ClassUtils - Class in org.apache.deltaspike.core.util
Util methods for classes, ClassLoader and Manifest handling
cleanupFinalBeanManagers(AfterDeploymentValidation) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
By cleaning the final BeanManager map after the deployment gets validated, premature loading of information from JNDI is prevented in cases where the container might not be fully setup yet.
cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
Cleanup on container shutdown.
clone() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
Clones the current MessageContext.
close() - Method in interface org.apache.deltaspike.core.api.scope.GroupedConversation
 
close() - Method in interface org.apache.deltaspike.core.spi.scope.viewaccess.ViewAccessContextManager
 
closeConversation(Class<?>, Annotation...) - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
 
closeConversationGroup(Class<?>) - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
destroys all conversation of a group independent of the qualifiers
closeConversations() - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
invalidate all conversations immediately (within the current window)
closeWindow(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
close the WindowContext with the given windowId.
compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Compare AnnotatedCallables for equality.
compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Compares AnnotatedFields for equality.
compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Compares two AnnotatedTypes for equality.
CONFIG_SETTING_KEYS - Static variable in class org.apache.deltaspike.core.util.ProjectStageProducer
These config keys will get used to detect the ProjectStage.
ConfigDescriptor<CT> - Interface in org.apache.deltaspike.core.api.config.view.metadata
Base descriptor for all type-safe view-configs which describes the config class, metadata, callbacks and other properties of a view-config.
ConfigDescriptorValidator - Interface in org.apache.deltaspike.core.spi.config.view
Allows to validate the final view-config descriptors before they get deployed.
configEntryType - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
ConfigFilter - Interface in org.apache.deltaspike.core.spi.config
A filter which can be added to the ConfigResolver.
ConfigNodeConverter - Interface in org.apache.deltaspike.core.spi.config.view
Allows to provide multiple strategies to process the nodes of the built config-tree.
ConfigPreProcessor<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
Allows to change the found meta-data (e.g. replace default values - example: Page.extension needs "" as a default for the meta-data-merging process, but "xhtml" should be the final default) or the ViewConfigNode itself.
ConfigProperty - Annotation Type in org.apache.deltaspike.core.api.config
This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration mechanism.
ConfigResolver - Class in org.apache.deltaspike.core.api.config
The main entry point to the DeltaSpike configuration mechanism.
ConfigSource - Interface in org.apache.deltaspike.core.spi.config
Implement this interfaces to provide a ConfigSource.
ConfigSourceProvider - Interface in org.apache.deltaspike.core.spi.config
Implement this interfaces to provide a ConfigSource provider which is able to maintain multiple ConfigSources.
CONFIGURATION_ORDINAL_DEFAULT_VALUE - Static variable in class org.apache.deltaspike.core.api.config.PropertyLoader
 
ContextualInstanceInfo<T> - Class in org.apache.deltaspike.core.util.context
This data holder contains all necessary data you need to store a Contextual Instance in a CDI Context.
ContextualInstanceInfo() - Constructor for class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
ContextualLifecycle<T> - Interface in org.apache.deltaspike.core.util.metadata.builder
Callbacks used by BeanBuilder and ImmutableBeanWrapper to allow control of the creation and destruction of a custom bean.
ContextualStorage - Class in org.apache.deltaspike.core.util.context
This Storage holds all information needed for storing Contextual Instances in a Context.
ContextualStorage(BeanManager, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.context.ContextualStorage
 
ContextUtils - Class in org.apache.deltaspike.core.util
A set of utility methods for working with contexts.
ConversationGroup - Annotation Type in org.apache.deltaspike.core.api.scope
 
ConversationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ConversationScoped
ConversationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ConversationScopedLiteral
 
ConversationSubGroup - Annotation Type in org.apache.deltaspike.core.api.scope
Represents a subgroup of a conversation group.
convert(ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigNodeConverter
Converts a ViewConfigNode created during the scanning process to the final ConfigDescriptor used at runtime
converterMethod - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
convertToViewMetaData(ViewRef, Class<?>) - Method in class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefInlineMetaDataTransformer
 
convertToViewMetaData(I, Class<?>) - Method in interface org.apache.deltaspike.core.spi.config.view.InlineMetaDataTransformer
 
CoreBaseConfig - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.BeanManager - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.Interceptor - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.MBean - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.Scope - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.Scope.Window - Interface in org.apache.deltaspike.core.api.config.base
 
create() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Use the bean builder's current state to define the bean.
create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBean
 
create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
 
create() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Use the bean builder's current state to define the bean.
create() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Create an AnnotatedType.
create(Bean<T>, CreationalContext<T>) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ContextualLifecycle
Callback invoked by a Solder created bean when Contextual.create(CreationalContext) is called.
create(Bean<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
 
createCallableId(AnnotatedCallable<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Generates a deterministic signature for an AnnotatedCallable.
createConstructorId(Constructor<X>, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Creates a deterministic signature for a Constructor.
createContextualInstance(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
 
createFieldId(AnnotatedField<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Generates a deterministic signature for an AnnotatedField.
createFieldId(Field, Collection<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Creates a deterministic signature for a Field.
createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.apache.deltaspike.core.util.BeanUtils
Given a method, and the bean on which the method is declared, create a collection of injection points representing the parameters of the method.
createMethodId(Method, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Creates a deterministic signature for a Method.
createParameterId(AnnotatedParameter<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Creates a string representation of an AnnotatedParameter.
createParameterId(Type, Set<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Creates a string representation of a given type and set of annotations.
createParameterListId(List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Generates a unique string representation of a list of AnnotatedParameters.
createTypeId(AnnotatedType<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Generates a deterministic signature for an AnnotatedType.
createTypeId(Class<X>, Collection<Annotation>, Collection<AnnotatedMethod<? super X>>, Collection<AnnotatedField<? super X>>, Collection<AnnotatedConstructor<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
Generates a unique signature for a concrete class.
customTypeConverter - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
 

D

Deactivatable - Interface in org.apache.deltaspike.core.spi.activation
Interface to allow easier detection of deactivatable classes.
DefaultCallback - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
A ConfigDescriptor can contain CallbackDescriptors or ExecutableCallbackDescriptors.
DefaultErrorView - Class in org.apache.deltaspike.core.api.config.view
Abstract class which marks an error view.
DefaultErrorView() - Constructor for class org.apache.deltaspike.core.api.config.view.DefaultErrorView
 
DefaultLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Default
DefaultLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DefaultLiteral
 
defaultValue - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
DELEGATE_LOOKUP - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.BeanManager
 
DelegatingContextualLifecycle<T> - Class in org.apache.deltaspike.core.util.metadata.builder
An implementation of ContextualLifecycle that is backed by an InjectionTarget.
DelegatingContextualLifecycle(InjectionTarget<T>) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
Instantiate a new ContextualLifecycle backed by an InjectionTarget.
DeltaSpike - Annotation Type in org.apache.deltaspike.core.api.common
Common qualifier to manage co-existence of DeltaSpike features and Java EE features.
DELTASPIKE_ORDINAL - Static variable in interface org.apache.deltaspike.core.spi.config.ConfigSource
The default name for the ordinal field.
DeltaSpikeConfig - Interface in org.apache.deltaspike.core.api.config
Marker interface for all classes used for configuration of DeltaSpike itself.
DeltaSpikeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for the DeltaSpike annotation.
DeltaSpikeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
 
DependentProvider<T> - Class in org.apache.deltaspike.core.api.provider
A Provider for @Dependent scoped contextual instances.
DependentScopeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Dependent
DependentScopeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DependentScopeLiteral
 
destroy() - Method in class org.apache.deltaspike.core.api.provider.DependentProvider
This method will properly destroy the @Dependent scoped instance.
destroy(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBean
 
destroy(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
 
destroy(Contextual) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
Destroy the Contextual Instance of the given Bean.
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ContextualLifecycle
Callback invoked by a Solder created bean when Contextual.destroy(Object, CreationalContext) is called.
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
 
destroyAllActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
destroys all the Contextual Instances in the Storage returned by AbstractContext.getContextualStorage(Contextual, boolean).
destroyAllActive(ContextualStorage) - Static method in class org.apache.deltaspike.core.util.context.AbstractContext
Destroys all the Contextual Instances in the specified ContextualStorage.
destroyBean(Contextual, ContextualInstanceInfo<?>) - Static method in class org.apache.deltaspike.core.util.context.AbstractContext
 
Destroyed - Annotation Type in org.apache.deltaspike.core.api.lifecycle
Qualifier for events which are fired when servlet objects are destroyed.
DestroyedLiteral - Class in org.apache.deltaspike.core.api.literal
Annotation literal for Destroyed.
DestroyedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DestroyedLiteral
 
Development - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
dispose(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
DummyInjectionTarget<T> - Class in org.apache.deltaspike.core.util.metadata.builder
Injection target implementation that does nothing
DummyInjectionTarget() - Constructor for class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 

E

equals(Object) - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
equals(Object) - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Basic Object.equals(Object) but must use all of the get methods from this interface to maintain compatibility.
equals(Object) - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
 
evaluate(String) - Method in class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
 
evaluate(E) - Method in interface org.apache.deltaspike.core.api.interpreter.ExpressionInterpreter
Evaluates the given expression and returns the result for it.
ExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.api.exception.control.event
Payload for an exception to be handled.
ExceptionHandler - Annotation Type in org.apache.deltaspike.core.api.exception.control
Marker for types containing Exception Handler methods.
ExceptionHandlingFlow - Enum in org.apache.deltaspike.core.api.exception.control
Enum of exception handling states.
ExceptionStackEvent - Class in org.apache.deltaspike.core.api.exception.control.event
Information about the current exception and exception cause container.
ExceptionStackEvent(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Builds the stack from the given exception.
ExceptionStackItem - Class in org.apache.deltaspike.core.api.exception.control
Container for the exception and it's stack trace.
ExceptionStackItem(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
ExceptionStackItem(Throwable, StackTraceElement[]) - Constructor for class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
ExceptionToCatchEvent - Class in org.apache.deltaspike.core.api.exception.control.event
Entry point event into the Exception Control system.
ExceptionToCatchEvent(Throwable, Annotation...) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Constructor that adds qualifiers for the handler(s) to run.
ExceptionToCatchEvent(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Basic constructor without any qualifiers defined.
ExceptionUtils - Class in org.apache.deltaspike.core.util
 
Exclude - Annotation Type in org.apache.deltaspike.core.api.exclude
Supported usages: @Exclude @Exclude(ifProjectStage=Production.class) @Exclude(exceptIfProjectStage=UnitTest.class) @Exclude(onExpression="myProperty==myValue") @Exclude(onExpression="[my custom expression syntax]", interpretedBy=CustomExpressionInterpreter.class) Examples:
The following bean gets excluded in any case @Exclude public class NoBean {} The following bean gets excluded when the ProjectStage is 'Development' @Exclude(ifProjectStage = ProjectStage.Development.class) public class ProductionBean {} The following bean gets excluded in every case except when then ProjectStage is 'Development' @Exclude(exceptIfProjectStage = ProjectStage.Development.class) public class DevBean {} The following bean gets excluded if the expression evaluates to true, which means there is a configured property called 'myProperty' with the value 'myValue' @Exclude(onExpression="myProperty==myValue") public class ProductionBean {} The following bean gets excluded if the expression evaluates to true @Exclude(onExpression="[my custom expression syntax]", interpretedBy=CustomExpressionInterpreter.class) public class ProductionBean {}
ExecutableCallbackDescriptor<R> - Class in org.apache.deltaspike.core.api.config.view.metadata
Specialized CallbackDescriptor which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't expose it (and can't get used by accident).
ExecutableCallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
ExecutableCallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
execute(Object...) - Method in class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
execute() - Method in class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
 
execute(InvocationContext) - Method in interface org.apache.deltaspike.core.spi.InterceptorStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
ExpressionInterpreter<E,R> - Interface in org.apache.deltaspike.core.api.interpreter
Generic interface for evaluation of expressions, like the ones provided by Exclude.onExpression().
extractAnnotation(Annotated, Class<T>) - Static method in class org.apache.deltaspike.core.util.BeanUtils
 
extractAnnotationFromMethod(BeanManager, Method, Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
extractAnnotationFromMethodOrClass(BeanManager, Method, Class, Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 

F

FileResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
A file-based resource provider, looking for a file based on the name.
FileResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
 
filterConfigValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Filter the configured value.
filterConfigValueForLog(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Filter the configured value for logging.
filterValue(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
Filter the given configuration value
filterValueForLog(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
Filter the given configuration value for usage in logs.
findAnnotation(BeanManager, Annotation[], Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
freeConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Clear all ConfigSources for the current ClassLoader.

G

get() - Method in class org.apache.deltaspike.core.api.provider.DependentProvider
 
get(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
 
get(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
 
getActiveContextualStorages() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
 
getActualTypeArguments(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Gets the actual type arguments of a class
getActualTypeArguments(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Gets the actual type arguments of a Type
getAllDeclaredFields(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Get all the declared fields on the class hierarchy.
getAllDeclaredMethods(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Get all the declared methods on the class hierarchy.
getAllProperties() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Returns a Map of all properties from all scannable config sources.
getAllPropertyValues(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolve all values for the given key.
getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getAnnotation(InjectionPoint, Class<T>) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
 
getAnnotations() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
getArguments() - Method in interface org.apache.deltaspike.core.api.message.Message
 
getBean(Object) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
Restores the Bean from its beanKey.
getBean() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getBean() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The bean class currently defined for bean creation.
getBeanDefinitions(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a set of Bean definitions by type, regardless of qualifiers.
getBeanKey(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
If the context is a passivating scope then we return the passivationId of the Bean.
getBeanLifecycle() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
The active BeanManager for the current application (current ClassLoader).
getBeanManager() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The bean manager in use.
getBeanManager() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Get the bean manager used by this injectable method.
getBeanName() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
 
getCallbackDescriptor(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Callbacks which are configured for this view-config and bound to the given metadata type.
getCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Callbacks which are configured for this view-config and bound to the given metadata type.
getCallbackDescriptors() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getCallbackDescriptors(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
 
getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
getCauseElements() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
 
getChildren() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getClassLoader(Object) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Detect the right ClassLoader.
getConfigClass() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
 
getConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
 
getConfigDescriptor(Class<?>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the ConfigDescriptor for the given class.
getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves all descriptors for folders.
getConfigEntryType(Class<T>, T) - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
getConfigFilters() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
 
getConfigName() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
 
getConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
 
getConfigSources() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSourceProvider
 
getConfiguredValue(String) - Method in class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
 
getContextualInstance() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
getContextualReference(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its type and qualifiers.
getContextualReference(Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
BeanProvider.getContextualReference(Class, Annotation...) which returns null if the 'optional' parameter is set to true.
getContextualReference(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
BeanProvider.getContextualReference(Class, Annotation...) which returns null if the 'optional' parameter is set to true.
getContextualReference(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(String, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(BeanManager, String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(Class<T>, Bean<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get the Contextual Reference for the given bean.
getContextualReferences(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a list of Contextual References by type, regardless of qualifiers (including dependent scoped beans).
getContextualReferences(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a list of Contextual References by type, regardless of the qualifier.
getContextualStorage(Contextual<?>, boolean) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
An implementation has to return the underlying storage which contains the items held in the Context.
getCreationalContext() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
getCurrent() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Current exception in the iteration
getCurrentExceptionHandlingFlow() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
The next expected step in the exception handling flow (i.e. abort, rethrow, etc)
getCurrentWindowId() - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
 
getCustomTypeConverterMethod(Object) - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the descriptor for the default error page.
getDefaultValue() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
getDefaultValue(CreationalContext<?>) - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getDependent(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
 
getDependent(BeanManager, Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
 
getDependent(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
 
getDependent(BeanManager, String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
 
getException() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
The exception causing this event.
getException() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
 
getExceptionType() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Obtains the handled event type.
getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Callbacks which are configured for this view-config and bound to the given metadata type.
getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Callbacks which are configured for this view-config and bound to the given metadata type.
getFromView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Provides the navigation source.
getId() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The id currently defined for bean creation.
getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBean
 
getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBeanWrapper
 
getInheritedMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getInjectionPoint() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
getInjectionPoint() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
Get the InjectionPoint for the parameter.
getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The injection points currently defined for bean creation.
getInjectionPoints() - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
getInstance() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
Returns the current provider instance which provides access to the current BeanManager.
getInstance() - Static method in class org.apache.deltaspike.core.util.ProjectStageProducer
This factory method should only get used if there is absolutely no way to get the current ProjectStage via @Inject.
getJarVersion(Class) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Reads the version of the jar which contains the given class
getJavaClass() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
getter for the class
getKey() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
getLocale() - Method in interface org.apache.deltaspike.core.api.message.LocaleResolver
 
getLocaleResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
getMember() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getMember() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getMessage(MessageContext, String, String) - Method in interface org.apache.deltaspike.core.api.message.MessageResolver
 
getMessageInterpolator() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
getMessageResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
getMessageSources() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
getMetaData() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Metadata configured for this view-config.
getMetaData(Class<T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Metadata which is configured for this view-config.
getMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getName() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getName() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The name of the bean currently defined for bean creation.
getNext() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
 
getOrdinal() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Obtains the precedence of the handler, relative to other handlers for the same type.
getOrdinal() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
Lookup order: System properties (ordinal 400) Environment properties (ordinal 300) JNDI values (ordinal 200) Properties file values (/META-INF/apache-deltaspike.properties) (ordinal 100)

Important Hints for custom implementations: If a custom implementation should be invoked before the default implementations, use a value > 400 If a custom implementation should be invoked after the default implementations, use a value < 100 IMPORTANT: Have a look at the abstract base-implementation DeltaSpike is using internally, if a custom implementation should load the ordinal value from the config-source like the default implementations provided by DeltaSpike do.

getPageParameters() - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
 
getParameters() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Get the injectable parameters of this method.
getParent() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getPath() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Returns the string representation of the resource (page, folder) represented by this view-config.
getPosition() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
Get the position of the parameter in the member's parameter list.
getProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
We can only produce @Dependent scopes since an enum is final.
getProjectStageAwarePropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key in the current ProjectStage.
getProjectStageAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getProjectStageAwarePropertyValue(String) which returns the provided default value if no configured value can be found (null or empty).
getProperties(String) - Static method in class org.apache.deltaspike.core.api.config.PropertyLoader
Looks for all properties files with the given name in the classpath, loads them in ascending order determined by their ordinal and merges them.
getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
Return properties contained in this config source.
getPropertyAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key, parameterized by the current ProjectStage and by the value of a second property.
getPropertyAwarePropertyValue(String, String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getPropertyAwarePropertyValue(java.lang.String, java.lang.String) which returns the provided default value if no configured value can be found (null or empty).
getPropertyFileName() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
All the property files on the classpath which have this name will get picked up and registered as ConfigSources.
getPropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getPropertyValue(java.lang.String) which returns the provided default value if no configured value can be found (null or empty).
getPropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key.
getPropertyValue(String, String) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
 
getPropertyValue(String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
 
getProxyAndBaseTypes(Class<?>) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
 
getQualifierHashCode(Annotation) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
getQualifiers() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Qualifiers with which the instance was created.
getQualifiers() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Obtains the set of handled event qualifiers.
getQualifiers() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getQualifiers() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Qualifiers currently defined for bean creation.
getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.apache.deltaspike.core.util.BeanUtils
Extract the qualifiers from a set of annotations.
getQualifiers(BeanManager, Annotation[]...) - Static method in class org.apache.deltaspike.core.util.BeanUtils
Extract the qualifiers from a set of annotations.
getQualifiers() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getQualifiers() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getRawType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Extract the raw type, given a type.
getRemaining() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
 
getResolvedType() - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
 
getResourceBundle(String) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
 
getResourceBundle(String, Locale) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
This uses the correct ThreadContextClassLoader if deployed in an Container.
getRevision(Class) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Reads the VCS revision which was used for creating the jar
getScope() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getScope() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Scope currently defined for bean creation.
getSource() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getStackTraceElements() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Stereotypes currently defined for bean creation.
getStorage() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
 
getStringPropertyValue(InjectionPoint) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
Inspects the given InjectionPoint and search for a ConfigProperty annotation or an Annotation with a ConfigProperty meta-Annotation.
getTarget(ViewRef) - Method in class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefTargetViewConfigProvider
 
getTarget(T) - Method in interface org.apache.deltaspike.core.spi.config.view.TargetViewConfigProvider
 
getTargetBeanClass() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
 
getTargetObject(Class<T>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
getTargetObjectByName(String) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
getTemplate() - Method in interface org.apache.deltaspike.core.api.message.Message
 
getThrowable() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
getThrowNewException() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
Returns the exception that should be thrown if the next step in the flow is THROW.
getToString() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The string used when Object.toString() is called on the bean.
getToView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Provides the navigation target.
getType() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getType() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getTypeClosure() - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
 
getTypes() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getTypes() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Type closure currently defined for bean creation.
getUnproxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
 
getValue() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
getViewConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-id.
getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the ViewConfigDescriptor for the given view-config class.
getViewConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves all descriptors for the known ViewConfigs.
getViewId() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigDescriptor
View ID of the current descriptor.
GroupedConversation - Interface in org.apache.deltaspike.core.api.scope
 
GroupedConversationManager - Interface in org.apache.deltaspike.core.spi.scope.conversation
 
GroupedConversationScoped - Annotation Type in org.apache.deltaspike.core.api.scope
 

H

handled() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to terminate additional handler processing and mark the event as handled.
handledAndContinue() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Default instruction to dispatcher, continues handler processing.
HandlerMethod<T extends Throwable> - Interface in org.apache.deltaspike.core.api.exception.control
Metadata interface for an exception handler method.
Handles - Annotation Type in org.apache.deltaspike.core.api.exception.control
Marker annotation for a method to be considered an Exception Handler.
hashCode() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
hashCode() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
 
hashCode() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
 
HierarchyDiscovery - Class in org.apache.deltaspike.core.util
Utility class for resolving all bean types from a given type.
HierarchyDiscovery(Type) - Constructor for class org.apache.deltaspike.core.util.HierarchyDiscovery
 

I

id - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
id(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the id used for bean creation.
ImmutableBean<T> - Class in org.apache.deltaspike.core.util.bean
 
ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBean
Create a new, immutable bean.
ImmutableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
This bean-wrapper allows you to build a general purpose bean (likely a producer method), and register it for a narrowed type (or qualifiers).
ImmutableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
Instantiate a new ImmutableBeanWrapper.
ImmutableInjectionPoint - Class in org.apache.deltaspike.core.util.metadata.builder
A base class for implementing InjectionPoint.
ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField.
ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedField, reading the qualifiers from the annotations declared on the field.
ImmutableInjectionPoint(AnnotatedParameter<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter.
ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
Instantiate a new InjectionPoint based upon an AnnotatedParameter, reading the qualifiers from the annotations declared on the parameter.
ImmutablePassivationCapableBean<T> - Class in org.apache.deltaspike.core.util.bean
 
ImmutablePassivationCapableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBean
Create a new, immutable bean.
ImmutablePassivationCapableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
PassivationCapable version of an ImmutableBeanWrapper.
ImmutablePassivationCapableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBeanWrapper
Instantiate a new ImmutableBeanWrapper for a PassivationCapable Bean.
init(Class<?>[], Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
Initialized - Annotation Type in org.apache.deltaspike.core.api.lifecycle
Qualifier for events which are fired when servlet objects are created.
InitializedLiteral - Class in org.apache.deltaspike.core.api.literal
Annotation literal for Initialized.
InitializedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.InitializedLiteral
 
initProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
 
InitView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Callback annotation for view-controllers.
inject(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
InjectableMethod<X> - Class in org.apache.deltaspike.core.util.metadata.builder
Allows an AnnotatedMethod to be injected using the CDI type safe resolution rules.
InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Instantiate a new InjectableMethod.
InjectableResource - Annotation Type in org.apache.deltaspike.core.api.resourceloader
Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading.
InjectableResourceLiteral - Class in org.apache.deltaspike.core.api.literal
 
InjectableResourceLiteral(Class<? extends InjectableResourceProvider>, String) - Constructor for class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
InjectableResourceProvider - Interface in org.apache.deltaspike.core.api.resourceloader
Provides lookup capability to find a resource.
injectFields(T) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Performs dependency injection on an instance.
injectionPoints - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
injectionPoints(Set<InjectionPoint>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the injection points used for bean creation.
InjectionPointWrapper - Class in org.apache.deltaspike.core.util.metadata
Simple wrapper for injection points.
InjectionPointWrapper(InjectionPoint, Bean<?>) - Constructor for class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
InlineMetaDataTransformer<I extends Annotation,T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData.
InlineViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Provides the ability to apply metadata to a view-config "remotely" – from a different place than the view-config itself (and with different syntax and a different annotation).
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
 
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DestroyedLiteral
 
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.InitializedLiteral
 
instantiateClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Creates an instance for the given class-name
IntegrationTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
InterceptorStrategy - Interface in org.apache.deltaspike.core.spi
Base interface for all interceptor strategies which allow to provide custom implementations for DeltaSpike interceptors.
interpolate(String, Serializable[], Locale) - Method in interface org.apache.deltaspike.core.api.message.MessageInterpolator
Replaces the arguments of the given message with the given arguments.
IntrospectiveExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.spi.exception.control.event
Internal view into the ExceptionEvent.
invoke(Object, Method, Object[]) - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
invoke(Object, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Invoke the method, causing all parameters to be injected according to the CDI type safe resolution rules.public class ParameterValueRedefiner {

}

invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Invoke the method, calling the parameter redefiner for each parameter, allowing the caller to override the default value obtained via the CDI type safe resolver.
invokeMethod(Object, Method, Class<T>, boolean, Object...) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to the expected return type.
isAbstract(Method) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if a method is abstract
isActivated(Class<? extends Deactivatable>) - Method in interface org.apache.deltaspike.core.spi.activation.ClassDeactivator
Provides classes which should be deactivated.
isActivated(Class<? extends Deactivatable>) - Static method in class org.apache.deltaspike.core.util.ClassDeactivationUtils
Evaluates if the given Deactivatable is active.
isActive() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
Indicates whether the BeanManagerProvider has been initialized.
isAlternative() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
isAlternative() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Whether the created bean will be an alternative.
isArrayType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if raw type is array type
isBeforeHandler() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Flag indicating this handler should be invoked during the before traversal.
isBeforeTraversal() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
 
isBoundTo(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
isConcurrent() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
 
isContextActive(Class<? extends Annotation>) - Static method in class org.apache.deltaspike.core.util.ContextUtils
Checks if the context for the given scope annotation is active.
isContextActive(Class<? extends Annotation>, BeanManager) - Static method in class org.apache.deltaspike.core.util.ContextUtils
Checks if the context for the given scope annotation is active.
isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
isEmpty(String) - Static method in class org.apache.deltaspike.core.util.StringUtils
 
isFinal(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if class is final
isFinal(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if member is final
isHandled() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Test to see if the exception has already been processed by an ExceptionHandler.
isInterfaceProxy(Class<?>) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
 
isLast() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Test if iteration is finished
isMarkedHandled() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Check to see if this exception has been handled.
isNullable() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
isNullable() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Whether the created bean will be nullable.
isOptional() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
 
isOptional() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
 
isPackagePrivate(int) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isParameterizedType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if type is parameterized type
isParameterizedTypeWithWildcard(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isPassivatingScope() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
 
isPassivationCapable() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Whether the created bean will be passivation capable.
isPrimitive(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isPrivate(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if member is private
isProxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
Analyses if the given class is a generated proxy class
isRoot() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Tests if the current exception is the root exception
isScannable() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
Determines if this config source should be scanned for its list of properties.
isSerializable(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Check if a class is serializable.
isStatic(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if type is static
isStatic(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if member is static
isTransient() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
isTransient() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
isTransient(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isUnmute() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
Check to see if this event has been unmuted and therefore called again.
isValid(ConfigDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigDescriptorValidator
Validates the given config-descriptor
isXml(String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 

J

JmxBroadcaster - Interface in org.apache.deltaspike.core.api.jmx
Interface used to send JMX message from "CDI MBeans".
JmxManaged - Annotation Type in org.apache.deltaspike.core.api.jmx
Describes a JMX operation or attribute, when used on a method or a field, respectively.

K

key - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
 

L

loadClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Loads class for the given name
loadInputStreamToProperties(InputStream, Properties, String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
loadProperties(URL) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
 
loadServiceImplementations(Class<T>) - Static method in class org.apache.deltaspike.core.util.ServiceUtils
 
loadServiceImplementations(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.util.ServiceUtils
 
localeResolver() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
LocaleResolver - Interface in org.apache.deltaspike.core.api.message
Provides the current Locale.
localeResolver(LocaleResolver) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
location() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
LOG - Static variable in class org.apache.deltaspike.core.util.ProjectStageProducer
 

M

MAX_COUNT - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Scope.Window
 
MBean - Annotation Type in org.apache.deltaspike.core.api.jmx
This annotation marks a CDI managed bean as exported through JMX.
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
 
Message - Interface in org.apache.deltaspike.core.api.message
Basic interface for all messages.
message() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageBundle - Annotation Type in org.apache.deltaspike.core.api.message
Marker annotation for a message-bundle interface which provides type-safe messages.
MessageBundleLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for MessageBundle
MessageBundleLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.MessageBundleLiteral
 
MessageContext - Interface in org.apache.deltaspike.core.api.message
Central context for handling dynamic messages.
MessageContextConfig - Annotation Type in org.apache.deltaspike.core.api.message
Configures message resolution and processing of a MessageBundle.
MessageContextConfigLiteral - Class in org.apache.deltaspike.core.api.literal
MessageContextConfigLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
MessageContextConfigLiteral(Class<? extends MessageResolver>, Class<? extends MessageInterpolator>, Class<? extends LocaleResolver>, String[]) - Constructor for class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageInterpolator() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageInterpolator(MessageInterpolator) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageInterpolator - Interface in org.apache.deltaspike.core.api.message
Implementations are responsible to replace placeholders in a message with the final value.
messageResolver() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageResolver(MessageResolver) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageResolver - Interface in org.apache.deltaspike.core.api.message
Implementations have to resolve the text stored for a given key in the message source they are aware of.
messageSource() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageSource(String...) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
Configures a message source instance for use by a MessageResolver.
MessageTemplate - Annotation Type in org.apache.deltaspike.core.api.message
Provides the message (template) for type-safe messages.
MISSING_RESOURCE_MARKER - Static variable in interface org.apache.deltaspike.core.api.message.MessageResolver
 
ModelLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Model annotation.
ModelLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ModelLiteral
 

N

name() - Method in class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
name - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
name(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the name of the bean used for bean creation.
NamedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Named qualifier.
NamedLiteral(String) - Constructor for class org.apache.deltaspike.core.api.literal.NamedLiteral
 
NamedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.NamedLiteral
 
navigateTo(Class<? extends ViewConfig>) - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Changes the navigation target.
navigateTo(Class<? extends ViewConfig>) - Method in interface org.apache.deltaspike.core.api.config.view.navigation.ViewNavigationHandler
Triggers navigation to the given view.
NavigationParameter - Annotation Type in org.apache.deltaspike.core.api.config.view.navigation
Used on JSF action methods, this adds navigation parameters (key-value pairs) to the resulting navigation string.
NavigationParameter.List - Annotation Type in org.apache.deltaspike.core.api.config.view.navigation
 
NavigationParameterContext - Interface in org.apache.deltaspike.core.api.config.view.navigation
Can be used to add parameters dynamically to the final navigation string.
NewLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for New
NewLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.NewLiteral
 
NewLiteral(Class<?>) - Constructor for class org.apache.deltaspike.core.api.literal.NewLiteral
 
NotificationInfo - Annotation Type in org.apache.deltaspike.core.api.jmx
 
NotificationInfo.List - Annotation Type in org.apache.deltaspike.core.api.jmx
 
notify(ExceptionEvent<T>, BeanManager) - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
Calls the handler method, passing the given event object.
NULL - Static variable in annotation type org.apache.deltaspike.core.api.config.ConfigProperty
This constant is a workaround for the java restriction that Annotation values cannot be set to null.
nullable - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
nullable(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.

O

of(Class<T>, Map<String, ?>) - Static method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Creates an annotation instance for the given annotation class
of(Class<T>) - Static method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Creates an annotation instance for the given annotation class
org.apache.deltaspike.core.api.common - package org.apache.deltaspike.core.api.common
 
org.apache.deltaspike.core.api.config - package org.apache.deltaspike.core.api.config
 
org.apache.deltaspike.core.api.config.base - package org.apache.deltaspike.core.api.config.base
 
org.apache.deltaspike.core.api.config.view - package org.apache.deltaspike.core.api.config.view
 
org.apache.deltaspike.core.api.config.view.controller - package org.apache.deltaspike.core.api.config.view.controller
 
org.apache.deltaspike.core.api.config.view.metadata - package org.apache.deltaspike.core.api.config.view.metadata
 
org.apache.deltaspike.core.api.config.view.navigation - package org.apache.deltaspike.core.api.config.view.navigation
 
org.apache.deltaspike.core.api.config.view.navigation.event - package org.apache.deltaspike.core.api.config.view.navigation.event
 
org.apache.deltaspike.core.api.exception.control - package org.apache.deltaspike.core.api.exception.control
 
org.apache.deltaspike.core.api.exception.control.event - package org.apache.deltaspike.core.api.exception.control.event
 
org.apache.deltaspike.core.api.exclude - package org.apache.deltaspike.core.api.exclude
 
org.apache.deltaspike.core.api.interpreter - package org.apache.deltaspike.core.api.interpreter
 
org.apache.deltaspike.core.api.jmx - package org.apache.deltaspike.core.api.jmx
 
org.apache.deltaspike.core.api.lifecycle - package org.apache.deltaspike.core.api.lifecycle
 
org.apache.deltaspike.core.api.literal - package org.apache.deltaspike.core.api.literal
 
org.apache.deltaspike.core.api.message - package org.apache.deltaspike.core.api.message
 
org.apache.deltaspike.core.api.projectstage - package org.apache.deltaspike.core.api.projectstage
 
org.apache.deltaspike.core.api.provider - package org.apache.deltaspike.core.api.provider
 
org.apache.deltaspike.core.api.resourceloader - package org.apache.deltaspike.core.api.resourceloader
 
org.apache.deltaspike.core.api.scope - package org.apache.deltaspike.core.api.scope
 
org.apache.deltaspike.core.spi - package org.apache.deltaspike.core.spi
 
org.apache.deltaspike.core.spi.activation - package org.apache.deltaspike.core.spi.activation
 
org.apache.deltaspike.core.spi.config - package org.apache.deltaspike.core.spi.config
 
org.apache.deltaspike.core.spi.config.view - package org.apache.deltaspike.core.spi.config.view
 
org.apache.deltaspike.core.spi.exception.control.event - package org.apache.deltaspike.core.spi.exception.control.event
 
org.apache.deltaspike.core.spi.scope.conversation - package org.apache.deltaspike.core.spi.scope.conversation
 
org.apache.deltaspike.core.spi.scope.viewaccess - package org.apache.deltaspike.core.spi.scope.viewaccess
 
org.apache.deltaspike.core.spi.scope.window - package org.apache.deltaspike.core.spi.scope.window
 
org.apache.deltaspike.core.util - package org.apache.deltaspike.core.util
 
org.apache.deltaspike.core.util.bean - package org.apache.deltaspike.core.util.bean
 
org.apache.deltaspike.core.util.context - package org.apache.deltaspike.core.util.context
 
org.apache.deltaspike.core.util.metadata - package org.apache.deltaspike.core.util.metadata
 
org.apache.deltaspike.core.util.metadata.builder - package org.apache.deltaspike.core.util.metadata.builder
 
org.apache.deltaspike.core.util.securitymanaged - package org.apache.deltaspike.core.util.securitymanaged
 
overrideConstructorParameterType(Constructor<X>, int, Type) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a constructor parameter
overrideFieldType(Field, Type) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a field
overrideFieldType(AnnotatedField<? super X>, Type) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a field
overrideMethodParameterType(Method, int, Type) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a method parameter
overrideParameterType(AnnotatedParameter<? super X>, Type) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Override the declared type of a parameter.

P

ParameterValueRedefiner - Interface in org.apache.deltaspike.core.util.metadata.builder
Provides the ability to redefine the value of a parameter on an InjectableMethod via the ParameterValueRedefiner.redefineParameterValue(ParameterValue) callback.
ParameterValueRedefiner.ParameterValue - Class in org.apache.deltaspike.core.util.metadata.builder
Provides the default parameter's value, along with metadata about the parameter to a parameter redefinition.
passivationCapable - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
passivationCapable(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
postConstruct(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
PostRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Callback annotation for view-controllers.
preDestroy(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
PreRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Callback annotation for view-controllers.
PreViewAction - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Callback annotation for view-controllers.
PreViewConfigNavigateEvent - Class in org.apache.deltaspike.core.api.config.view.navigation.event
This event is fired before a navigation from/to a view-config-based page occurs.
PreViewConfigNavigateEvent(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Constructor for class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Constructor for creating the event for the given source and target view.
PRIORITY - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Interceptor
 
produce(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
Production - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
ProjectStage - Class in org.apache.deltaspike.core.api.projectstage
This class is the base of all ProjectStages.
ProjectStage() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage
The protected constructor will register the given ProjectStage via its name.
ProjectStage.Development - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for development
ProjectStage.Development() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Development
 
ProjectStage.IntegrationTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for integration-tests
ProjectStage.IntegrationTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.IntegrationTest
 
ProjectStage.Production - Class in org.apache.deltaspike.core.api.projectstage
Default project-stage for production
ProjectStage.Production() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Production
 
ProjectStage.Staging - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for staging
ProjectStage.Staging() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Staging
 
ProjectStage.SystemTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for system-tests
ProjectStage.SystemTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.SystemTest
 
ProjectStage.UnitTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for unit-tests
ProjectStage.UnitTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.UnitTest
 
ProjectStageHolder - Interface in org.apache.deltaspike.core.api.projectstage
A marker interface for custom ProjectStage holders.
ProjectStageProducer - Class in org.apache.deltaspike.core.util
Produces ProjectStage configurations.
ProjectStageProducer() - Constructor for class org.apache.deltaspike.core.util.ProjectStageProducer
ProjectStageProducers must only be created by subclassing producers
PropertyFileConfig - Interface in org.apache.deltaspike.core.api.config
If you implement this interface, the property files with the given file name will be registered as ConfigSources.
PropertyFileUtils - Class in org.apache.deltaspike.core.util
 
PropertyLoader - Class in org.apache.deltaspike.core.api.config
Utility class to load configuration properties via arbitrary property files in a well defined order.
ProxyUtils - Class in org.apache.deltaspike.core.util
Helper for proxies

Q

qualifiers - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
qualifiers(Set<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the qualifiers used for bean creation.

R

readFromType(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Read the AnnotatedType, creating a bean from the class and it's annotations.
readFromType(AnnotatedType<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(AnnotatedType<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Reads in from an existing AnnotatedType.
readFromType(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readFromType(Class<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Reads the annotations from an existing java type.
readProperties(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
readProperties(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
 
readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
 
readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
 
readStream(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
 
readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
 
readStreams(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
 
redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner
Callback allowing the default parameter value (that which would be injected according to the CDI type safe resolution rules) to be overridden.
ReflectionUtils - Class in org.apache.deltaspike.core.util
Utilities for common reflection based actions.
registerCallbackDescriptors(Class<? extends Annotation>, CallbackDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
removeFromAll(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove annotations from the type, and all of it's members.
removeFromClass(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the type
removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor.
removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified constructor parameter.
removeFromField(Field, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified field.
removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method.
removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified method parameter.
removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
Remove an annotation from the specified parameter.
RequestScopedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for RequestScoped
RequestScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.RequestScopedLiteral
 
reset() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
Can be used esp. for internal tests.
resolveInheritedMetaData(ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigInheritanceStrategy
 
resolveProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
Resolves the project-stage configured for DeltaSpike
resolvePropertyFiles(String) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
 
resourceProvider() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
rethrow(Throwable) - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Rethrow the exception, but use the given exception instead of the original.
run() - Method in class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
 

S

scope - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
scope(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the scope used for bean creation.
send(Notification) - Method in interface org.apache.deltaspike.core.api.jmx.JmxBroadcaster
 
ServiceUtils - Class in org.apache.deltaspike.core.util
Allows handling the lookup (with fallbacks) in a central place.
SessionScopeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for SessionScoped
SessionScopeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SessionScopeLiteral
 
SetAccessiblePrivilegedAction - Class in org.apache.deltaspike.core.util.securitymanaged
PrivilegedAction instance to enabling access to the specified AccessibleObject.
SetAccessiblePrivilegedAction(AccessibleObject) - Constructor for class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
 
setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
It doesn't really matter which of the system events is used to obtain the BeanManager, but AfterBeanDiscovery has been chosen since it allows all events which occur after the AfterBeanDiscovery to use the BeanManagerProvider.
setCauseElements(Collection<Throwable>) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Internal only.
setContextualInstance(T) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
setCreationalContext(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Set the ContextualLifecycle and the InjectionPoints for the AnnotatedType
setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
 
setHandled(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Internal only.
setJavaClass(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
setter for the class
setOptional(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
 
setProjectStage(ProjectStage) - Static method in class org.apache.deltaspike.core.util.ProjectStageProducer
This function can be used to manually set the ProjectStage for the application.
SimpleCallbackDescriptor<R> - Class in org.apache.deltaspike.core.api.config.view.metadata
ExecutableCallbackDescriptor for simple callback methods without (supported) parameters, which exposes #execute without parameters.
SimpleCallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
 
SimpleCallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
 
SingletonLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Singleton
SingletonLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SingletonLiteral
 
skipCause() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Similar to ExceptionEvent.handledAndContinue(), but instructs the dispatcher to markHandled to the next element in the cause chain without processing additional handlers for this cause chain element.
skipCause() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Internal only.
SkipMetaDataMerge - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Disables metadata merging on attributes of @ViewMetaData annotations.
SpecializesLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Specializes
SpecializesLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SpecializesLiteral
 
Staging - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
stereotypes - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the stereotypes used for bean creation.
StringUtils - Class in org.apache.deltaspike.core.util
 
SystemTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage

T

TargetViewConfigProvider<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
It's restricted to reference ViewConfig classes to force more solid references.
template(String) - Method in interface org.apache.deltaspike.core.api.message.Message
 
TestStage - Interface in org.apache.deltaspike.core.api.projectstage
Marker interface for ProjectStage implementations which are used for tests.
throwAsRuntimeException(Throwable) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
 
throwOriginal() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to throw the original exception after handler processing.
toString() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
toString() - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using the MessageContext which created the Message.
toString(MessageContext) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using an arbitrary MessageContext.
toString(String) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using the MessageContext which created the Message.
toString(MessageContext, String) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using an arbitrary MessageContext.
toString() - Method in class org.apache.deltaspike.core.api.projectstage.ProjectStage
toString() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
toString - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
toString(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Copied from Apache OWB (javax.enterprise.util.AnnotationLiteral#toString()) with minor changes.
tryToFindDeclaredField(Class<?>, String) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Search the class hierarchy for a field with the given name.
tryToInstantiateClass(Class<T>) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Instantiates a given class via the default constructor
tryToInstantiateClassForName(String, Class<T>) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Tries to instantiate a class for the given name and type via the default constructor
tryToInstantiateClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Tries to instantiate a class for the given name via the default constructor
tryToLoadClassForName(String, Class<T>) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Tries to load a class based on the given name and interface or abstract class.
tryToLoadClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Tries to load a class based on the given name
TypedConfig<T> - Class in org.apache.deltaspike.core.api.config.base
 
TypedConfig(String, T) - Constructor for class org.apache.deltaspike.core.api.config.base.TypedConfig
 
TypedConfig(String, T, Object) - Constructor for class org.apache.deltaspike.core.api.config.base.TypedConfig
 
TypedConfig(String, T, Class<T>) - Constructor for class org.apache.deltaspike.core.api.config.base.TypedConfig
 
TypedConfig(String, T, Object, Class<T>) - Constructor for class org.apache.deltaspike.core.api.config.base.TypedConfig
 
TypedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Typed
TypedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.TypedLiteral
 
TypedLiteral(Class<?>[]) - Constructor for class org.apache.deltaspike.core.api.literal.TypedLiteral
 
types - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
types(Set<Type>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the type closure used for bean creation.

U

UnitTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
unmute() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to allow this handler to be invoked again.

V

validateConfigEntryType() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
 
value() - Method in class org.apache.deltaspike.core.api.literal.NamedLiteral
 
value() - Method in class org.apache.deltaspike.core.api.literal.NewLiteral
value() - Method in class org.apache.deltaspike.core.api.literal.TypedLiteral
 
value() - Method in class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
valueOf(String) - Static method in enum org.apache.deltaspike.core.api.exception.control.ExceptionHandlingFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.deltaspike.core.api.projectstage.ProjectStage
 
values() - Static method in enum org.apache.deltaspike.core.api.exception.control.ExceptionHandlingFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Exposes all registered ProjectStage implementations.
ViewAccessContextManager - Interface in org.apache.deltaspike.core.spi.scope.viewaccess
 
ViewAccessScoped - Annotation Type in org.apache.deltaspike.core.api.scope
The scope is active as long as its bean is accessed by a view.
ViewConfig - Interface in org.apache.deltaspike.core.api.config.view
Marker interface for type-safe view-config classes.
ViewConfigDescriptor - Interface in org.apache.deltaspike.core.api.config.view.metadata
Descriptor which represents a concrete view (page).
ViewConfigInheritanceStrategy - Interface in org.apache.deltaspike.core.spi.config.view
Allows to customize the inheritance-strategy for meta-data.
ViewConfigNode - Interface in org.apache.deltaspike.core.spi.config.view
Node-type used for building the meta-data-tree during the bootstrapping process.
ViewConfigResolver - Interface in org.apache.deltaspike.core.api.config.view.metadata
Resolver of view-configs.
ViewConfigRoot - Annotation Type in org.apache.deltaspike.core.spi.config.view
Allows to customize the default behaviour for processing the meta-data-tree
ViewControllerRef - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Specifies one or more view-controllers for the view-config which has this annotation applied.
ViewControllerRef.AnnotationPreProcessor - Class in org.apache.deltaspike.core.api.config.view.controller
 
ViewControllerRef.AnnotationPreProcessor() - Constructor for class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.AnnotationPreProcessor
 
ViewControllerRef.Descriptor - Class in org.apache.deltaspike.core.api.config.view.controller
 
ViewControllerRef.Descriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.Descriptor
 
ViewControllerRefLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ViewControllerRef
ViewControllerRefLiteral(Class, String) - Constructor for class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
ViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Meta-annotation for custom metadata which can be applied to view-configs.
ViewNavigationHandler - Interface in org.apache.deltaspike.core.api.config.view.navigation
A type-safe ViewConfig-based NavigationHandler wrapper.
ViewRef - Annotation Type in org.apache.deltaspike.core.api.config.view
A reference to a view-config, applied on a view-controller.
ViewRef.Manual - Class in org.apache.deltaspike.core.api.config.view
 
ViewRef.Manual() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.Manual
 
ViewRef.ViewRefInlineMetaDataTransformer - Class in org.apache.deltaspike.core.api.config.view
 
ViewRef.ViewRefInlineMetaDataTransformer() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefInlineMetaDataTransformer
 
ViewRef.ViewRefTargetViewConfigProvider - Class in org.apache.deltaspike.core.api.config.view
 
ViewRef.ViewRefTargetViewConfigProvider() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefTargetViewConfigProvider
 

W

WindowContext - Interface in org.apache.deltaspike.core.spi.scope.window
We support the general notion of multiple 'windows' That might be different parallel edit pages in a desktop application (think about different open documents in an editor) or multiple browser tabs in a web application.
WindowContextQuotaHandler - Interface in org.apache.deltaspike.core.spi.scope.window
Allows to create a custom handler for a custom window-quota
WindowScoped - Annotation Type in org.apache.deltaspike.core.api.scope
Beans in this scope are bound to an application window (or browser tab).
WrappingBeanBuilder<T> - Class in org.apache.deltaspike.core.util.bean
A WrappingBeanBuilder helps creating Beans which internally just wrap another existing Bean.
WrappingBeanBuilder(Bean<Object>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Instantiate a new WrappingBeanBuilder.
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2011–2015 The Apache Software Foundation. All rights reserved.