- abort() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Instructs the dispatcher to abort further processing of handlers.
- AbstractContext - Class in org.apache.deltaspike.core.util.context
-
A skeleton containing the most important parts of a custom CDI Context.
- AbstractContext(BeanManager) - Constructor for class org.apache.deltaspike.core.util.context.AbstractContext
-
- AbstractResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
An abstract InjectableResourceProvider implementation with some basic utility functionality.
- AbstractResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- activateWindow(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
Set the current windowId as the currently active for the very Thread.
- add(Class<?>, Type) - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
-
- addConfigFilter(ConfigFilter) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- addConfigSources(List<ConfigSource>) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
This method can be used for programmatically adding
ConfigSources.
- addPageParameter(String, Object) - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
-
- addQualifier(Annotation) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the qualifiers used for bean creation.
- addQualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the qualifiers used for bean creation.
- addQualifiers(Collection<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the qualifiers used for bean creation.
- addToClass(Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the type declaration.
- addToConstructor(Constructor<X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified constructor.
- addToConstructor(AnnotatedConstructor<X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified constructor.
- addToConstructorParameter(Constructor<X>, int, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified constructor parameter.
- addToField(Field, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified field.
- addToField(AnnotatedField<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified field.
- addToMethod(Method, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified method.
- addToMethod(AnnotatedMethod<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified method.
- addToMethodParameter(Method, int, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified method parameter.
- addToParameter(AnnotatedParameter<? super X>, Annotation) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Add an annotation to the specified parameter.
- addType(Type) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the type closure used for bean creation.
- addTypes(Type...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the type closure used for bean creation.
- addTypes(Collection<Type>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Add to the type closure used for bean creation.
- Aggregated - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
-
Marks view-metadata annotations or their fields as aggregated metadata.
- alternative - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- alternative(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define that the created bean will (or will not) be an alternative.
- AlternativeLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for Alternative.
- AlternativeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.AlternativeLiteral
-
- Annotateds - Class in org.apache.deltaspike.core.util
-
Utilities for working with Annotateds.
- AnnotatedTypeBuilder<X> - Class in org.apache.deltaspike.core.util.metadata.builder
-
Builder to aid in creation of a new AnnotatedType for use in CDI life cycle events.
- AnnotatedTypeBuilder() - Constructor for class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Create a new builder.
- AnnotationInstanceProvider - Class in org.apache.deltaspike.core.util.metadata
-
A small helper class to create an Annotation instance of the given annotation class
via
Proxy.
- annotationType() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
- AnnotationUtils - Class in org.apache.deltaspike.core.util
-
- AnyLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for the Any annotation.
- AnyLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.AnyLiteral
-
- ApplicationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for ApplicationScoped
- ApplicationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ApplicationScopedLiteral
-
- argument(Serializable...) - Method in interface org.apache.deltaspike.core.api.message.Message
-
- argument(Collection<Serializable>) - Method in interface org.apache.deltaspike.core.api.message.Message
-
Argument.
- argumentArray(Serializable[]) - Method in interface org.apache.deltaspike.core.api.message.Message
-
Argument array.
- ArraysUtils - Class in org.apache.deltaspike.core.util
-
A collection of utilities for working with Arrays
- asSet(T...) - Static method in class org.apache.deltaspike.core.util.ArraysUtils
-
Create a set from an array.
- AUTO_UNREGISTER - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.MBean
-
- calculateHashCodeOfAnnotation(Annotation, boolean) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- calculateHashCodeOfType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
We need this method as some weird JVMs return 0 as hashCode for classes.
- CallbackDescriptor - Class in org.apache.deltaspike.core.api.config.view.metadata
-
Basic descriptor for a given class and callback type.
- CallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- CallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- CallbackDescriptor.CallbackEntry - Class in org.apache.deltaspike.core.api.config.view.metadata
-
- callbacks - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- callbackType - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- changeAndThrowException(Throwable, String) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
-
- checkActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
Make sure that the Context is really active.
- checkWindowContextQuota(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContextQuotaHandler
-
- ClassDeactivationUtils - Class in org.apache.deltaspike.core.util
-
- ClassDeactivator - Interface in org.apache.deltaspike.core.spi.activation
-
A class-deactivator allows to specify deactivated classes which can't be deactivated via std.
- ClasspathResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
A classpath-based resource provider.
- ClasspathResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- ClassUtils - Class in org.apache.deltaspike.core.util
-
- cleanupFinalBeanManagers(AfterDeploymentValidation) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
By cleaning the final BeanManager map after the deployment gets validated, premature loading of information from
JNDI is prevented in cases where the container might not be fully setup yet.
- cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
Cleanup on container shutdown.
- clone() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
Clones the current MessageContext.
- close() - Method in interface org.apache.deltaspike.core.api.scope.GroupedConversation
-
- close() - Method in interface org.apache.deltaspike.core.spi.scope.viewaccess.ViewAccessContextManager
-
- closeConversation(Class<?>, Annotation...) - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
-
- closeConversationGroup(Class<?>) - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
-
destroys all conversation of a group independent of the qualifiers
- closeConversations() - Method in interface org.apache.deltaspike.core.spi.scope.conversation.GroupedConversationManager
-
invalidate all conversations immediately (within the current window)
- closeWindow(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
close the WindowContext with the given windowId.
- compareAnnotatedCallable(AnnotatedCallable<?>, AnnotatedCallable<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Compare AnnotatedCallables for equality.
- compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Compares AnnotatedFields for equality.
- compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Compares two AnnotatedTypes for equality.
- CONFIG_SETTING_KEYS - Static variable in class org.apache.deltaspike.core.util.ProjectStageProducer
-
These config keys will get used to detect the ProjectStage.
- ConfigDescriptor<CT> - Interface in org.apache.deltaspike.core.api.config.view.metadata
-
Base descriptor for all type-safe view-configs which describes the config class, metadata, callbacks and other
properties of a view-config.
- ConfigDescriptorValidator - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to validate the final view-config descriptors before they get deployed.
- configEntryType - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- ConfigFilter - Interface in org.apache.deltaspike.core.spi.config
-
- ConfigNodeConverter - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to provide multiple strategies to process the nodes of the built config-tree.
- ConfigPreProcessor<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to change the found meta-data (e.g. replace default values - example:
Page.extension needs "" as a default for the meta-data-merging process, but "xhtml" should be the final default)
or the
ViewConfigNode itself.
- ConfigProperty - Annotation Type in org.apache.deltaspike.core.api.config
-
This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration
mechanism.
- ConfigResolver - Class in org.apache.deltaspike.core.api.config
-
The main entry point to the DeltaSpike configuration mechanism.
- ConfigSource - Interface in org.apache.deltaspike.core.spi.config
-
Implement this interfaces to provide a ConfigSource.
- ConfigSourceProvider - Interface in org.apache.deltaspike.core.spi.config
-
Implement this interfaces to provide a ConfigSource provider which
is able to maintain multiple ConfigSources.
- CONFIGURATION_ORDINAL_DEFAULT_VALUE - Static variable in class org.apache.deltaspike.core.api.config.PropertyLoader
-
- ContextualInstanceInfo<T> - Class in org.apache.deltaspike.core.util.context
-
This data holder contains all necessary data you need to
store a Contextual Instance in a CDI Context.
- ContextualInstanceInfo() - Constructor for class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- ContextualLifecycle<T> - Interface in org.apache.deltaspike.core.util.metadata.builder
-
- ContextualStorage - Class in org.apache.deltaspike.core.util.context
-
This Storage holds all information needed for storing
Contextual Instances in a Context.
- ContextualStorage(BeanManager, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.context.ContextualStorage
-
- ContextUtils - Class in org.apache.deltaspike.core.util
-
A set of utility methods for working with contexts.
- ConversationGroup - Annotation Type in org.apache.deltaspike.core.api.scope
-
- ConversationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for ConversationScoped
- ConversationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ConversationScopedLiteral
-
- ConversationSubGroup - Annotation Type in org.apache.deltaspike.core.api.scope
-
Represents a subgroup of a conversation group.
- convert(ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigNodeConverter
-
- converterMethod - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- convertToViewMetaData(ViewRef, Class<?>) - Method in class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefInlineMetaDataTransformer
-
- convertToViewMetaData(I, Class<?>) - Method in interface org.apache.deltaspike.core.spi.config.view.InlineMetaDataTransformer
-
- CoreBaseConfig - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.BeanManager - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.Interceptor - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.MBean - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.Scope - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.Scope.Window - Interface in org.apache.deltaspike.core.api.config.base
-
- create() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Use the bean builder's current state to define the bean.
- create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBean
-
- create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
-
- create() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
-
Use the bean builder's current state to define the bean.
- create() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Create an AnnotatedType.
- create(Bean<T>, CreationalContext<T>) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ContextualLifecycle
-
Callback invoked by a Solder created bean when
Contextual.create(CreationalContext) is called.
- create(Bean<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
-
- createCallableId(AnnotatedCallable<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a deterministic signature for an AnnotatedCallable.
- createConstructorId(Constructor<X>, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
- createContextualInstance(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
- createFieldId(AnnotatedField<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a deterministic signature for an AnnotatedField.
- createFieldId(Field, Collection<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a deterministic signature for a
Field.
- createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.apache.deltaspike.core.util.BeanUtils
-
Given a method, and the bean on which the method is declared, create a
collection of injection points representing the parameters of the method.
- createMethodId(Method, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a deterministic signature for a
Method.
- createParameterId(AnnotatedParameter<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a string representation of an AnnotatedParameter.
- createParameterId(Type, Set<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a string representation of a given type and set of annotations.
- createParameterListId(List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a unique string representation of a list of
AnnotatedParameters.
- createTypeId(AnnotatedType<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a deterministic signature for an AnnotatedType.
- createTypeId(Class<X>, Collection<Annotation>, Collection<AnnotatedMethod<? super X>>, Collection<AnnotatedField<? super X>>, Collection<AnnotatedConstructor<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a unique signature for a concrete class.
- customTypeConverter - Variable in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- get() - Method in class org.apache.deltaspike.core.api.provider.DependentProvider
-
- get(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- get(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- getActiveContextualStorages() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- getActualTypeArguments(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Gets the actual type arguments of a class
- getActualTypeArguments(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Gets the actual type arguments of a Type
- getAllDeclaredFields(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Get all the declared methods on the class hierarchy.
- getAllProperties() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Returns a Map of all properties from all scannable config sources.
- getAllPropertyValues(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolve all values for the given key.
- getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getAnnotation(InjectionPoint, Class<T>) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- getAnnotations() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- getArguments() - Method in interface org.apache.deltaspike.core.api.message.Message
-
- getBean(Object) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
Restores the Bean from its beanKey.
- getBean() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getBean() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The bean class currently defined for bean creation.
- getBeanDefinitions(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a set of Bean definitions by type, regardless of qualifiers.
- getBeanKey(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
If the context is a passivating scope then we return
the passivationId of the Bean.
- getBeanLifecycle() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- getBeanManager() - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
The active
BeanManager for the current application (current
ClassLoader).
- getBeanManager() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The bean manager in use.
- getBeanManager() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Get the bean manager used by this injectable method.
- getBeanName() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
-
- getCallbackDescriptor(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getCallbackDescriptors() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getCallbackDescriptors(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
-
- getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- getCauseElements() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
- getChildren() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getClassLoader(Object) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Detect the right ClassLoader.
- getConfigClass() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
- getConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptor(Class<?>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves all descriptors for folders.
- getConfigEntryType(Class<T>, T) - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- getConfigFilters() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigName() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
- getConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigSources() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSourceProvider
-
- getConfiguredValue(String) - Method in class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
-
- getContextualInstance() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- getContextualReference(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its type and qualifiers.
- getContextualReference(Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getContextualReference(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getContextualReference(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(BeanManager, String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(Class<T>, Bean<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get the Contextual Reference for the given bean.
- getContextualReferences(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a list of Contextual References by type, regardless of qualifiers (including dependent scoped beans).
- getContextualReferences(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a list of Contextual References by type, regardless of the qualifier.
- getContextualStorage(Contextual<?>, boolean) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
An implementation has to return the underlying storage which
contains the items held in the Context.
- getCreationalContext() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- getCurrent() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Current exception in the iteration
- getCurrentExceptionHandlingFlow() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
-
The next expected step in the exception handling flow (i.e. abort, rethrow, etc)
- getCurrentWindowId() - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
- getCustomTypeConverterMethod(Object) - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves the descriptor for the default error page.
- getDefaultValue() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- getDefaultValue(CreationalContext<?>) - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the default value of the parameter.
- getDependent(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(BeanManager, Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(BeanManager, String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getException() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
The exception causing this event.
- getException() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
- getExceptionType() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Obtains the handled event type.
- getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getFromView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Provides the navigation source.
- getId() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The id currently defined for bean creation.
- getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBean
-
- getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBeanWrapper
-
- getInheritedMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getInjectionPoint() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- getInjectionPoint() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the InjectionPoint for the parameter.
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The injection points currently defined for bean creation.
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- getInstance() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
Returns the current provider instance which provides access to the current BeanManager.
- getInstance() - Static method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
This factory method should only get used if there is absolutely no way
to get the current
ProjectStage via @Inject.
- getJarVersion(Class) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Reads the version of the jar which contains the given class
- getJavaClass() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
getter for the class
- getKey() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- getLocale() - Method in interface org.apache.deltaspike.core.api.message.LocaleResolver
-
- getLocaleResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMember() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getMember() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getMessage(MessageContext, String, String) - Method in interface org.apache.deltaspike.core.api.message.MessageResolver
-
- getMessageInterpolator() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMessageResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMessageSources() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMetaData() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Metadata configured for this view-config.
- getMetaData(Class<T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Metadata which is configured for this view-config.
- getMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getName() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getName() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The name of the bean currently defined for bean creation.
- getNext() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
- getOrdinal() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Obtains the precedence of the handler, relative to other handlers for the same type.
- getOrdinal() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Lookup order:
System properties (ordinal 400)
Environment properties (ordinal 300)
JNDI values (ordinal 200)
Properties file values (/META-INF/apache-deltaspike.properties) (ordinal 100)
Important Hints for custom implementations:
If a custom implementation should be invoked
before the default implementations, use a value > 400
If a custom implementation should be invoked
after the default implementations, use a value < 100
IMPORTANT: Have a look at the abstract base-implementation DeltaSpike is using internally,
if a custom implementation should load the ordinal value from the config-source like the default
implementations provided by DeltaSpike do.
- getPageParameters() - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
-
- getParameters() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Get the injectable parameters of this method.
- getParent() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getPath() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Returns the string representation of the resource (page, folder) represented by this view-config.
- getPosition() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the position of the parameter in the member's parameter list.
- getProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
We can only produce @Dependent scopes since an enum is final.
- getProjectStageAwarePropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key in the current
ProjectStage.
- getProjectStageAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getProperties(String) - Static method in class org.apache.deltaspike.core.api.config.PropertyLoader
-
Looks for all properties files with the given name in the classpath, loads them in ascending order determined by
their ordinal and merges them.
- getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Return properties contained in this config source.
- getPropertyAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key, parameterized by the current
ProjectStage and by the value of a second property.
- getPropertyAwarePropertyValue(String, String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- 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
-
- getPropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key.
- getPropertyValue(String, String) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- getPropertyValue(String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
- getProxyAndBaseTypes(Class<?>) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
- getQualifierHashCode(Annotation) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
-
- getQualifiers() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
Qualifiers with which the instance was created.
- getQualifiers() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Obtains the set of handled event qualifiers.
- getQualifiers() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getQualifiers() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Qualifiers currently defined for bean creation.
- getQualifiers(BeanManager, Iterable<Annotation>) - Static method in class org.apache.deltaspike.core.util.BeanUtils
-
Extract the qualifiers from a set of annotations.
- getQualifiers(BeanManager, Annotation[]...) - Static method in class org.apache.deltaspike.core.util.BeanUtils
-
Extract the qualifiers from a set of annotations.
- getQualifiers() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getQualifiers() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getRawType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Extract the raw type, given a type.
- getRemaining() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
- getResolvedType() - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
-
- getResourceBundle(String) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
-
- getResourceBundle(String, Locale) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
-
This uses the correct ThreadContextClassLoader if deployed in an Container.
- getRevision(Class) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Reads the VCS revision which was used for creating the jar
- getScope() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getScope() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Scope currently defined for bean creation.
- getSource() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getStackTraceElements() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
-
- getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Stereotypes currently defined for bean creation.
- getStorage() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
- getStringPropertyValue(InjectionPoint) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- getTarget(ViewRef) - Method in class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefTargetViewConfigProvider
-
- getTarget(T) - Method in interface org.apache.deltaspike.core.spi.config.view.TargetViewConfigProvider
-
- getTargetBeanClass() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
-
- getTargetObject(Class<T>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- getTargetObjectByName(String) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- getTemplate() - Method in interface org.apache.deltaspike.core.api.message.Message
-
- getThrowable() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
-
- getThrowNewException() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
-
Returns the exception that should be thrown if the next step in the flow is THROW.
- getToString() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- getToView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Provides the navigation target.
- getType() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getType() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getTypeClosure() - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
-
- getTypes() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getTypes() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Type closure currently defined for bean creation.
- getUnproxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
- getValue() - Method in class org.apache.deltaspike.core.api.config.base.TypedConfig
-
- getViewConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getViewConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves all descriptors for the known
ViewConfigs.
- getViewId() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigDescriptor
-
View ID of the current descriptor.
- GroupedConversation - Interface in org.apache.deltaspike.core.api.scope
-
- GroupedConversationManager - Interface in org.apache.deltaspike.core.spi.scope.conversation
-
- GroupedConversationScoped - Annotation Type in org.apache.deltaspike.core.api.scope
-
- id - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- id(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define the id used for bean creation.
- ImmutableBean<T> - Class in org.apache.deltaspike.core.util.bean
-
- ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBean
-
Create a new, immutable bean.
- ImmutableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
-
This bean-wrapper allows you to build a general purpose bean (likely a
producer method), and register it for a narrowed type (or qualifiers).
- ImmutableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
-
- 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
-
- init(Class<?>[], Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- Initialized - Annotation Type in org.apache.deltaspike.core.api.lifecycle
-
Qualifier for events which are fired when servlet objects are created.
- InitializedLiteral - Class in org.apache.deltaspike.core.api.literal
-
- InitializedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.InitializedLiteral
-
- initProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
- InitView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- inject(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- InjectableMethod<X> - Class in org.apache.deltaspike.core.util.metadata.builder
-
Allows an AnnotatedMethod to be injected using the CDI type safe
resolution rules.
- InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
- InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
- InjectableResource - Annotation Type in org.apache.deltaspike.core.api.resourceloader
-
Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading.
- InjectableResourceLiteral - Class in org.apache.deltaspike.core.api.literal
-
- InjectableResourceLiteral(Class<? extends InjectableResourceProvider>, String) - Constructor for class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
-
- InjectableResourceProvider - Interface in org.apache.deltaspike.core.api.resourceloader
-
Provides lookup capability to find a resource.
- injectFields(T) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Performs dependency injection on an instance.
- injectionPoints - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- injectionPoints(Set<InjectionPoint>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define the injection points used for bean creation.
- InjectionPointWrapper - Class in org.apache.deltaspike.core.util.metadata
-
Simple wrapper for injection points.
- InjectionPointWrapper(InjectionPoint, Bean<?>) - Constructor for class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- InlineMetaDataTransformer<I extends Annotation,T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData.
- InlineViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
-
Provides the ability to apply metadata to a view-config "remotely" – from a
different place than the view-config itself (and with different syntax and a different annotation).
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
-
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DestroyedLiteral
-
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.InitializedLiteral
-
- instantiateClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Creates an instance for the given class-name
- IntegrationTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
- InterceptorStrategy - Interface in org.apache.deltaspike.core.spi
-
Base interface for all interceptor strategies which allow to provide
custom implementations for DeltaSpike interceptors.
- interpolate(String, Serializable[], Locale) - Method in interface org.apache.deltaspike.core.api.message.MessageInterpolator
-
Replaces the arguments of the given message with the given arguments.
- IntrospectiveExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.spi.exception.control.event
-
Internal view into the ExceptionEvent.
- invoke(Object, Method, Object[]) - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
- invoke(Object, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Invoke the method, causing all parameters to be injected according to the
CDI type safe resolution rules.public class ParameterValueRedefiner {
}
- invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Invoke the method, calling the parameter redefiner for each parameter,
allowing the caller to override the default value obtained via the CDI
type safe resolver.
- invokeMethod(Object, Method, Class<T>, boolean, Object...) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Invoke the method on the instance, with any arguments specified, casting
the result of invoking the method to the expected return type.
- isAbstract(Method) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if a method is abstract
- isActivated(Class<? extends Deactivatable>) - Method in interface org.apache.deltaspike.core.spi.activation.ClassDeactivator
-
Provides classes which should be deactivated.
- isActivated(Class<? extends Deactivatable>) - Static method in class org.apache.deltaspike.core.util.ClassDeactivationUtils
-
- isActive() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
- isAlternative() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- isAlternative() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Whether the created bean will be an alternative.
- isArrayType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if raw type is array type
- isBeforeHandler() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Flag indicating this handler should be invoked during the before traversal.
- isBeforeTraversal() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
-
- isBoundTo(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- isConcurrent() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
- isContextActive(Class<? extends Annotation>) - Static method in class org.apache.deltaspike.core.util.ContextUtils
-
Checks if the context for the given scope annotation is active.
- isContextActive(Class<? extends Annotation>, BeanManager) - Static method in class org.apache.deltaspike.core.util.ContextUtils
-
Checks if the context for the given scope annotation is active.
- isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- isEmpty(String) - Static method in class org.apache.deltaspike.core.util.StringUtils
-
- isFinal(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if class is final
- isFinal(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if member is final
- isHandled() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
- isInterfaceProxy(Class<?>) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
- isLast() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Test if iteration is finished
- isMarkedHandled() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Check to see if this exception has been handled.
- isNullable() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- isNullable() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Whether the created bean will be nullable.
- isOptional() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
-
- isOptional() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
- isPackagePrivate(int) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isParameterizedType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if type is parameterized type
- isParameterizedTypeWithWildcard(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isPassivatingScope() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- isPassivationCapable() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Whether the created bean will be passivation capable.
- isPrimitive(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isPrivate(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if member is private
- isProxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
Analyses if the given class is a generated proxy class
- isRoot() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Tests if the current exception is the root exception
- isScannable() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Determines if this config source should be scanned for its list of properties.
- isSerializable(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Check if a class is serializable.
- isStatic(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if type is static
- isStatic(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if member is static
- isTransient() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- isTransient() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- isTransient(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isUnmute() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
-
Check to see if this event has been unmuted and therefore called again.
- isValid(ConfigDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigDescriptorValidator
-
Validates the given config-descriptor
- isXml(String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- ParameterValueRedefiner - Interface in org.apache.deltaspike.core.util.metadata.builder
-
- ParameterValueRedefiner.ParameterValue - Class in org.apache.deltaspike.core.util.metadata.builder
-
Provides the default parameter's value, along with metadata about the
parameter to a parameter redefinition.
- passivationCapable - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- passivationCapable(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define that the created bean will (or will not) be passivation capable.
- postConstruct(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- PostRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- preDestroy(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- PreRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- PreViewAction - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- PreViewConfigNavigateEvent - Class in org.apache.deltaspike.core.api.config.view.navigation.event
-
This event is fired before a navigation from/to a view-config-based page occurs.
- PreViewConfigNavigateEvent(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Constructor for class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Constructor for creating the event for the given source and target view.
- PRIORITY - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Interceptor
-
- produce(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- Production - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
- ProjectStage - Class in org.apache.deltaspike.core.api.projectstage
-
This class is the base of all ProjectStages.
- ProjectStage() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
The protected constructor will register the given ProjectStage via its name.
- ProjectStage.Development - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for development
- ProjectStage.Development() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Development
-
- ProjectStage.IntegrationTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for integration-tests
- ProjectStage.IntegrationTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.IntegrationTest
-
- ProjectStage.Production - Class in org.apache.deltaspike.core.api.projectstage
-
Default project-stage for production
- ProjectStage.Production() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Production
-
- ProjectStage.Staging - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for staging
- ProjectStage.Staging() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Staging
-
- ProjectStage.SystemTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for system-tests
- ProjectStage.SystemTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.SystemTest
-
- ProjectStage.UnitTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for unit-tests
- ProjectStage.UnitTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.UnitTest
-
- ProjectStageHolder - Interface in org.apache.deltaspike.core.api.projectstage
-
A marker interface for custom ProjectStage holders.
- ProjectStageProducer - Class in org.apache.deltaspike.core.util
-
- ProjectStageProducer() - Constructor for class org.apache.deltaspike.core.util.ProjectStageProducer
-
ProjectStageProducers must only be created by subclassing producers
- PropertyFileConfig - Interface in org.apache.deltaspike.core.api.config
-
If you implement this interface, the property files with the given file name will be registered as
ConfigSources.
- PropertyFileUtils - Class in org.apache.deltaspike.core.util
-
- PropertyLoader - Class in org.apache.deltaspike.core.api.config
-
Utility class to load configuration properties via arbitrary property files in a well defined order.
- ProxyUtils - Class in org.apache.deltaspike.core.util
-
Helper for proxies
- readFromType(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Read the AnnotatedType, creating a bean from the class and it's
annotations.
- readFromType(AnnotatedType<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads in from an existing AnnotatedType.
- readFromType(AnnotatedType<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads in from an existing AnnotatedType.
- readFromType(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads the annotations from an existing java type.
- readFromType(Class<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads the annotations from an existing java type.
- readProperties(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- readProperties(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
-
- readStream(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- readStreams(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner
-
Callback allowing the default parameter value (that which would be
injected according to the CDI type safe resolution rules) to be
overridden.
- ReflectionUtils - Class in org.apache.deltaspike.core.util
-
Utilities for common reflection based actions.
- registerCallbackDescriptors(Class<? extends Annotation>, CallbackDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- removeFromAll(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove annotations from the type, and all of it's members.
- removeFromClass(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the type
- removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor.
- removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor.
- removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor parameter.
- removeFromField(Field, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified field.
- removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified field.
- removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method.
- removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method.
- removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method parameter.
- removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified parameter.
- RequestScopedLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for RequestScoped
- RequestScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.RequestScopedLiteral
-
- reset() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
Can be used esp. for internal tests.
- resolveInheritedMetaData(ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigInheritanceStrategy
-
- resolveProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
Resolves the project-stage configured for DeltaSpike
- resolvePropertyFiles(String) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
-
- resourceProvider() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
-
- rethrow(Throwable) - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Rethrow the exception, but use the given exception instead of the original.
- run() - Method in class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
-