A B C D E F G H I J 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
 
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
 
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.
addQualifier(Annotation) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.
addQualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Add to the qualifiers used for bean creation.
addQualifiers(Collection<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.
addType(Type) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.
addTypes(Type...) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Add to the type closure used for bean creation.
addTypes(Collection<Type>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Add to the type closure used for bean creation.
Aggregated - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
This annotation can be used to mark annotations as aggregated meta-data.
alternative(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be an alternative.
alternative(boolean) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
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.
AttributeAware - Interface in org.apache.deltaspike.core.spi
This interface is just for internal use.

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 Supported operations:

[key]==[value] [key]!

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(Class<?>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle(ContextualLifecycle<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
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 to resolve 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

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.
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.
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 got Validated, we prevent premature loading of information from JNDI 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
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.
ConfigDescriptor<CT> - Interface in org.apache.deltaspike.core.api.config.view.metadata
Base descriptor for all type-safe view-configs which represents the config-class and meta-data, callbacks,... provided by/bound to this class.
ConfigDescriptorValidator - Interface in org.apache.deltaspike.core.spi.config.view
Allows to validate the final view-config descriptors before they get deployed.
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 to use the DeltaSpike configuration mechanism via simple injection.
ConfigResolver - Class in org.apache.deltaspike.core.api.config
Resolve the configuration via their well defined ordinals.
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.
containsAttribute(String) - Method in interface org.apache.deltaspike.core.spi.AttributeAware
Returns true if there is a value for the given name
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
 
ConversationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ConversationScoped
ConversationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ConversationScopedLiteral
 
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
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
 
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.

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
 
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
 
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_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 type-safe framework configs.
DependentScopeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Dependent
DependentScopeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DependentScopeLiteral
 
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(boolean).
destroyAllActive(ContextualStorage) - Static method in class org.apache.deltaspike.core.util.context.AbstractContext
Destroys all the Contextual Instances in the specified ContextualStorage.
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
Flow control enum.
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 Catch 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 in case of project-stage development @Exclude(ifProjectStage = ProjectStage.Development.class) public class ProductionBean {}

the following bean gets excluded in every case except of project-stage development @Exclude(exceptIfProjectStage = ProjectStage.Development.class) public class DevBean {}

the following bean gets excluded if the expression evaluates to true.

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 (-> 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
Interface for interpreting an expression e.g. provided by Exclude.onExpression()
extractAnnotation(Annotated, Class<T>) - Static method in class org.apache.deltaspike.core.util.BeanUtils
 

F

freeConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Clear all ConfigSources for the current ClassLoader

G

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
 
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
 
getAllPropertyValues(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolve all values for the given key, from all registered ConfigSources ordered by their ordinal value in ascending ways.
getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getAnnotation(InjectionPoint, Class<T>) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
 
getArguments() - Method in interface org.apache.deltaspike.core.api.message.Message
 
getAttribute(String, Class<T>) - Method in interface org.apache.deltaspike.core.spi.AttributeAware
Exposes the value for the given name
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
 
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 independent of the qualifier.
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 (/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.
getCallbackDescriptor(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Callbacks which are configured for the entry and bound to the given meta-data 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 the entry and bound to the given meta-data 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 config-class
getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves all descriptors for folders
getConfigName() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
 
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(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 independent of the qualifier (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 independent of the qualifier.
getContextualStorage(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.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
 
getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the descriptor for the default-error page
getDefaultValue(CreationalContext<?>) - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
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 the entry and bound to the given meta-data 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 the entry and bound to the given meta-data 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
 
getId() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
The id currently defined for bean creation.
getInheritedMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
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
Allows to get 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
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
 
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
Meta-data which is configured for the entry.
getMetaData(Class<T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
Meta-data which is configured for the entry.
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.
getName() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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 represented by #getConfigClass
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.
getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
Return properties contained in this config source.
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
Resolve the property value by going through the list of configured ConfigSources and use the one with the highest priority.
getPropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolve the property value by going through the list of configured ConfigSources and use the one with the highest priority.
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
 
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() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
 
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
 
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.
getScope() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.
getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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) - 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.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.
getToString() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
 
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.
getTypes() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Type closure currently defined for bean creation.
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 The default implementation returns the same as ConfigDescriptor#getPath.

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
Meta data interface about an exception handler.
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(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the id used for bean creation.
id(String) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
 
initProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
 
InitView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
View-controller annotation for page-beans.
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.
injectFields(T) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Allows to perform dependency injection for instances which aren't managed by CDI.
injectionPoints(Set<InjectionPoint>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the injection points used for bean creation.
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
 
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 instead of a MessageContextAware interface. we need it to avoid expensive operations like locking or deep cloning
IntrospectiveExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.spi.exception.control
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
Returns if 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.
isAlternative() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.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
 
isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
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 been handled via Solder Catch.
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.
isNullable() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Whether the created bean will be nullable.
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.
isPassivationCapable() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
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(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isUnmute() - Method in interface org.apache.deltaspike.core.spi.exception.control.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

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
This annotation can be used either on a field or a method.

L

loadClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Loads class for the given name
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
 
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
 
LOG - Static variable in class org.apache.deltaspike.core.util.ProjectStageProducer
 

M

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
Allows to customize the message-resolution and processing in combination with 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
Allows to add a message-source instance which can be used 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.config.view.controller.literal.ViewControllerRefLiteral
 
name(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the name of the bean used for bean creation.
name(String) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
Allows to change 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
This annotation can be used as interceptor for JSF action methods as an alternative for NavigationParameterContext.
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(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.
nullable(boolean) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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.config - package org.apache.deltaspike.core.api.config
 
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.controller.literal - package org.apache.deltaspike.core.api.config.view.controller.literal
 
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.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.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 - package org.apache.deltaspike.core.spi.exception.control
 
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(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be passivation capable.
passivationCapable(boolean) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
View-controller annotation for page-beans.
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
View-controller annotation for page-beans.
PreViewAction - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
View-controller annotation for page-beans.
PreViewConfigNavigateEvent - Class in org.apache.deltaspike.core.api.config.view.navigation.event
Event will be fired before the navigation (from and 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
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
This is a marker interface for custom project stage 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 inside a Bean Archive (a JAR or ClassPath entry with a META-INF/beans.xml file), the property files with the given file name will be registered as ConfigSources.
PropertyFileUtils - Class in org.apache.deltaspike.core.util
 

Q

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.
qualifiers(Set<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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<T>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Read the AnnotatedType, creating a narrowing bean from the class and its 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.
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
 
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(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the scope used for bean creation.
scope(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
 
setAttribute(String, Object) - Method in interface org.apache.deltaspike.core.spi.AttributeAware
Sets an attribute
setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
It basically doesn't matter which of the system events we use, but basically we use the AfterBeanDiscovery event since it allows to use the BeanManagerProvider for all events which occur after the AfterBeanDiscovery event.
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
 
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
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.
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(Set<Class<? extends Annotation>>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the stereotypes used for bean creation.
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString(String) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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
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(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.
types(Set<Type>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
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

value() - Method in class org.apache.deltaspike.core.api.config.view.controller.literal.ViewControllerRefLiteral
 
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
 
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
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 for view-configs A ConfigDescriptor can be bound to any config-class (without required base-type).
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
 
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.config.view.controller.literal
Literal for ViewControllerRef
ViewControllerRefLiteral(Class, String) - Constructor for class org.apache.deltaspike.core.api.config.view.controller.literal.ViewControllerRefLiteral
 
ViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
This meta-annotation allows to create custom meta-data which can be used for view-configs.
ViewNavigationHandler - Interface in org.apache.deltaspike.core.api.config.view.navigation
Allows to trigger manual navigation via the type-safe ViewConfig approach.
ViewRef - Annotation Type in org.apache.deltaspike.core.api.config.view
Allows to reference a view-config
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.
WindowScoped - Annotation Type in org.apache.deltaspike.core.api.scope
Beans which use this scope are bound to a 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 L M N O P Q R S T U V W 

Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.