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

A

abort() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to abort further processing of handlers.
abs(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.abs(javax.persistence.criteria.Expression) over an attribute.
AbstractAccessDecisionVoter - Class in org.apache.deltaspike.security.api.authorization
Base implementation which provides helper methods.
AbstractAccessDecisionVoter() - Constructor for class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
 
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
 
AbstractDecisionVoter - Class in org.apache.deltaspike.security.api.authorization
Base class for decision-voters
AbstractDecisionVoter() - Constructor for class org.apache.deltaspike.security.api.authorization.AbstractDecisionVoter
 
AbstractEntityDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
AbstractEntityDescriptor() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
AbstractEntityDescriptor(String[], String, String, Class<?>, Class<? extends Serializable>, AbstractEntityDescriptor) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
AbstractEntityHierarchyBuilder - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
AbstractEntityRepository<E,PK extends Serializable> - Class in org.apache.deltaspike.data.api
Base Repository class to be extended by concrete implementations (abstract classes with implementation methods).
AbstractEntityRepository() - Constructor for class org.apache.deltaspike.data.api.AbstractEntityRepository
 
AbstractFullEntityRepository<E,PK extends Serializable> - Class in org.apache.deltaspike.data.api
Full repository base class to be extended by concrete implementations.
AbstractFullEntityRepository() - Constructor for class org.apache.deltaspike.data.api.AbstractFullEntityRepository
 
AbstractInvocationContext<T> - Class in org.apache.deltaspike.core.util.interceptor
 
AbstractInvocationContext(T, Method, Object[], Object) - Constructor for class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
AbstractNameBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.AbstractNameBuilder
 
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
 
AccessDecisionState - Enum in org.apache.deltaspike.security.api.authorization
AccessDecisionVoter - Interface in org.apache.deltaspike.security.api.authorization
Interface for implementing concrete voters.
AccessDecisionVoterContext - Interface in org.apache.deltaspike.security.api.authorization
Optional context which allows to get the current state as well as the results of the security check.
AccessDeniedException - Exception in org.apache.deltaspike.security.api.authorization
Exception occurs in case of a security-violation.
AccessDeniedException(Set<SecurityViolation>) - Constructor for exception org.apache.deltaspike.security.api.authorization.AccessDeniedException
Constructor for creating the exception for the given violations and error-view
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.
ActiveEntityManagerHolder - Interface in org.apache.deltaspike.jpa.spi.entitymanager
Optional holder which allows to customize the handling of the EntityManager.
add(Class<?>, Type) - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
 
addConfigFilter(ConfigFilter) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Add a ConfigFilter to the ConfigResolver.
addConfigSources(List<ConfigSource>) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
This method can be used for programmatically adding ConfigSources.
addError() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
addExtension(Extension) - Static method in class org.apache.deltaspike.core.util.ParentExtensionStorage
Add info about an Extension to our storage This method is usually called during boostrap via &#064;Observes BeforeBeanDiscovery.
addFatal() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
addInfo() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
addMetaData(String, Object) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
Allows to add custom meta-data.
addMock(Object, Annotation...) - Method in interface org.apache.deltaspike.testcontrol.api.mock.ApplicationMockManager
 
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.
addViolation(SecurityViolation) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
Adds a new SecurityViolation to the context
addWarn() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
AfterPhase - Annotation Type in org.apache.deltaspike.jsf.api.listener.phase
Qualifier for after-request observers
Aggregated - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Marks view-metadata annotations or their fields as aggregated metadata.
AggregatedClassLoader - Class in org.apache.deltaspike.core.util
 
AggregatedClassLoader(List<ClassLoader>) - Constructor for class org.apache.deltaspike.core.util.AggregatedClassLoader
 
ALLOW_MANUAL_INJECTION_POINT_MANIPULATION - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
ALLOW_MANUAL_INJECTION_POINT_MANIPULATION_KEY - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
ALLOW_MOCKED_BEANS - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
ALLOW_MOCKED_BEANS_KEY - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
ALLOW_MOCKED_PRODUCERS - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
ALLOW_MOCKED_PRODUCERS_KEY - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.MockIntegration
 
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.
AnnotationPreProcessor() - Constructor for class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.AnnotationPreProcessor
 
AnnotationPreProcessor() - Constructor for class org.apache.deltaspike.security.api.authorization.Secured.AnnotationPreProcessor
 
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
 
ApplicationMockManager - Interface in org.apache.deltaspike.testcontrol.api.mock
 
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
as(Class<N>) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.UntypedResolver
Sets the type of the configuration entry to the given class and returns this builder as a TypedResolver.
as(Class<N>, ConfigResolver.Converter<N>) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.UntypedResolver
Sets the type of the configuration entry to the given class, sets the converter to the one given and returns this builder as a TypedResolver.
asSet(T...) - Static method in class org.apache.deltaspike.core.util.ArraysUtils
Create a set from an array.
attachAndRemove(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Convenience access to EntityManager.remove(Object) with an detached entity.
attribute(SingularAttribute<? super E, X>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for an Entity attribute.
AUTO_UNREGISTER - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.MBeanIntegration
 
avg(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.avg(javax.persistence.criteria.Expression) over an attribute.

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.
basePath() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
basePathBuilder() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
BasePropertyExpressionInterpreter - Class in org.apache.deltaspike.core.api.interpreter
Base implementation for simple (property) expressions.
BasePropertyExpressionInterpreter() - Constructor for class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
 
BeanBuilder<T> - Class in org.apache.deltaspike.core.util.bean
A builder class for creating immutable beans.
BeanBuilder(BeanManager) - Constructor for class org.apache.deltaspike.core.util.bean.BeanBuilder
Instantiate a new bean builder.
beanClass - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
beanClass(Class<?>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the bean class used for bean creation.
beanLifecycle - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
beanLifecycle(ContextualLifecycle<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the ContextualLifecycle used for bean creation.
beanManager - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
BeanManagerProvider - Class in org.apache.deltaspike.core.api.provider
This class provides access to the BeanManager by registering the current BeanManager in an extension and making it available via a singleton factory for the current application.
BeanManagerProvider() - Constructor for class org.apache.deltaspike.core.api.provider.BeanManagerProvider
 
BeanProvider - Class in org.apache.deltaspike.core.api.provider
This class contains utility methods for resolution of contextual references in situations where no injection is available because the current class is not managed by the CDI Container.
BeanUtils - Class in org.apache.deltaspike.core.util
A set of utility methods for working with beans.
beforeAddToConfig(ViewControllerRef, ViewConfigNode) - Method in class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.AnnotationPreProcessor
 
beforeAddToConfig(T, ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigPreProcessor
 
beforeAddToConfig(Folder, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.Folder.FolderConfigPreProcessor
 
beforeAddToConfig(View, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.View.ViewConfigPreProcessor
 
beforeAddToConfig(Secured, ViewConfigNode) - Method in class org.apache.deltaspike.security.api.authorization.Secured.AnnotationPreProcessor
 
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.
BeforePhase - Annotation Type in org.apache.deltaspike.jsf.api.listener.phase
 
between(SingularAttribute<? super C, P>, P, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Between predicate.
boot() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
Booting the CdiTestContainer will scan the whole classpath for Beans and extensions available.
boot(Map<?, ?>) - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
Like CdiContainer.boot() but allows to pass in a configuration Map for the container.
boot() - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
Bootstraps the container
build(Folder, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.Folder.DefaultFolderNameBuilder
 
build(Folder, ViewConfigNode) - Method in interface org.apache.deltaspike.jsf.api.config.view.Folder.NameBuilder
 
build(View, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.View.DefaultBasePathBuilder
 
build(View, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.View.DefaultExtensionBuilder
 
build(View, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.View.DefaultFileNameBuilder
 
build(View, ViewConfigNode) - Method in interface org.apache.deltaspike.jsf.api.config.view.View.NameBuilder
 
buildClassName(String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
buildHierarchy(List<EntityDescriptor>, List<MappedSuperclassDescriptor>) - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityHierarchyBuilder
 
buildHierarchy(AbstractEntityDescriptor, List<EntityDescriptor>, List<MappedSuperclassDescriptor>) - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityHierarchyBuilder
 

C

cacheFor(TimeUnit, long) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Specify that a resolved value will get cached for a certain amount of time.
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
 
CATEGORY_DETAIL - Static variable in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
CATEGORY_SUMMARY - Static variable in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
CdiContainer - Interface in org.apache.deltaspike.cdise.api
A CdiTestContainer provides access to an underlying JSR-299 (CDI) Container.
CdiContainerLoader - Class in org.apache.deltaspike.cdise.api
This class provides access to the ContainerControl.
CdiTestRunner - Class in org.apache.deltaspike.testcontrol.api.junit
A JUnit test runner to start up with a CDI or embedded JavaEE container.
CdiTestRunner(Class<?>) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
CdiTestSuiteRunner - Class in org.apache.deltaspike.testcontrol.api.junit
 
CdiTestSuiteRunner(Class<?>, RunnerBuilder) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
CdiTestSuiteRunner(Class<?>, Class<?>[]) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
CdiTestSuiteRunner(RunnerBuilder, Class<?>, Class<?>[]) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
CdiTestSuiteRunner(Class<?>, List<Runner>) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
changeAndThrowException(Throwable, String) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
 
changeOrder(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
Revert an existing order attribute sort direction.
changeOrder(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
Revert an existing order attribute sort direction.
checkActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
Make sure that the Context is really active.
checkPermission(AccessDecisionVoterContext) - Method in class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
It should be final - but proxy-libs won't support it.
checkPermission(AccessDecisionVoterContext, Set<SecurityViolation>) - Method in class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
Allows an easier implementation in combination with AbstractDecisionVoter.newSecurityViolation(String).
checkPermission(AccessDecisionVoterContext) - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoter
Checks the permission for the given InvocationContext.
checkWindowContextQuota(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContextQuotaHandler
 
ClassDeactivationUtils - Class in org.apache.deltaspike.core.util
Helper methods for ClassDeactivator
ClassDeactivator - Interface in org.apache.deltaspike.core.spi.activation
DeltaSpike allows you to deactivate pre-configured parts (like Extensions, event-broadcasters,...).
ClasspathResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
A classpath-based resource provider.
ClasspathResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
 
ClassUtils - Class in org.apache.deltaspike.core.util
Util methods for classes, ClassLoader and Manifest handling
cleanupFinalBeanManagers(AfterDeploymentValidation) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
By cleaning the final BeanManager map after the deployment gets validated, premature loading of information from JNDI is prevented in cases where the container might not be fully setup yet.
cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
Cleanup on container shutdown.
clear() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.clear().
clearOrder() - Method in interface org.apache.deltaspike.data.api.QueryResult
Remove any ordering from the query result object.
CLIENT_WINDOW_CLASS_NAME - Static variable in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
CLIENT_WINDOW_CONFIG_KEY - Static variable in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
ClientWindow - Interface in org.apache.deltaspike.jsf.spi.scope.window
API to interact with the window/browser tab handling.
ClientWindowConfig - Interface in org.apache.deltaspike.jsf.spi.scope.window
Configuration for ClientWindow handler which is used to determine the correct windowId for ?WindowScoped beans.
ClientWindowConfig.ClientWindowRenderMode - Enum in org.apache.deltaspike.jsf.spi.scope.window
 
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
 
close() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.close().
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.
collectAllMethods(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
CollectionUtils - Class in org.apache.deltaspike.core.util
A collection of utilities for working with Collections
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.
ConfigFilter - Interface in org.apache.deltaspike.core.spi.config
A filter which can be added to the ConfigResolver.
ConfigNodeConverter - Interface in org.apache.deltaspike.core.spi.config.view
Allows to provide multiple strategies to process the nodes of the built config-tree.
ConfigPreProcessor<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
Allows to change the found meta-data (e.g.
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.
ConfigResolver.Converter<T> - Interface in org.apache.deltaspike.core.api.config
A very simple interface for conversion of configuration values from String to any Java type.
ConfigResolver.TypedResolver<T> - Interface in org.apache.deltaspike.core.api.config
A builder-based typed resolution mechanism for configuration values.
ConfigResolver.UntypedResolver<T> - Interface in org.apache.deltaspike.core.api.config
A builder-based optionally typed resolution mechanism for configuration values.
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
 
ConfigValidator - Interface in org.apache.deltaspike.core.spi.config
 
constructProxyClassName(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
constructSuperAccessorMethodName(Method) - Static method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
contains(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.contains(Object).
containsInterceptorBinding(BeanManager, Annotation[]) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
containsMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Checks if the given class contains a method with the same signature.
containsPossiblyGenericMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Checks if the given class has a method with the same signature, taking in to account generic types
ContextControl - Interface in org.apache.deltaspike.cdise.api
Control native CDI Container Contexts.
contextData - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
ContextualInstanceInfo<T> - Class in org.apache.deltaspike.core.util.context
This data holder contains all necessary data you need to store a Contextual Instance in a CDI Context.
ContextualInstanceInfo() - Constructor for class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
ContextualLifecycle<T> - Interface in org.apache.deltaspike.core.util.metadata.builder
Callbacks used by BeanBuilder and ImmutableBeanWrapper to allow control of the creation and destruction of a custom bean.
ContextualStorage - Class in org.apache.deltaspike.core.util.context
This Storage holds all information needed for storing Contextual Instances in a Context.
ContextualStorage(BeanManager, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.context.ContextualStorage
 
ContextUtils - Class in org.apache.deltaspike.core.util
A set of utility methods for working with contexts.
ConversationGroup - Annotation Type in org.apache.deltaspike.core.api.scope
 
ConversationScopedLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ConversationScoped
ConversationScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ConversationScopedLiteral
 
ConversationSubGroup - Annotation Type in org.apache.deltaspike.core.api.scope
Represents a subgroup of a conversation group.
convert(String) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.Converter
Returns the converted value of the configuration entry.
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
convertFromFacesClass(PhaseId) - Static method in enum org.apache.deltaspike.jsf.api.listener.phase.JsfPhaseId
Converts the jsf implementation to the ds implementation
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.BeanManagerIntegration - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.InterceptorCustomization - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.MBeanIntegration - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.ParentExtensionCustomization - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.ScopeCustomization - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.ScopeCustomization.WindowRestriction - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.TimeoutCustomization - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.Validation - Interface in org.apache.deltaspike.core.api.config.base
 
CoreBaseConfig.Validation.ViolationMode - Enum in org.apache.deltaspike.core.api.config.base
 
count(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.count(javax.persistence.criteria.Expression) over an attribute.
count() - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
Count all existing entities of entity class <E>.
count(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
Count existing entities of entity class <E> with for a given object and a specific set of properties..
count() - Method in interface org.apache.deltaspike.data.api.QueryResult
Count the result set.
countDistinct(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.countDistinct(javax.persistence.criteria.Expression) over an attribute.
countLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
Count existing entities of entity class using the like operator for String attributes <E> with for a given object and a specific set of properties..
countPages() - Method in interface org.apache.deltaspike.data.api.QueryResult
Count the number of pages.
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
 
create(Bean, CreationalContext) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
 
createAfterStatement(Statement, TestClass, Object) - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
 
createBeforeStatement(Statement, TestClass, Object) - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
 
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
 
CreatedOn - Annotation Type in org.apache.deltaspike.data.api.audit
Marks a property which should be updated with a timestamp when the entity gets persisted.
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.
createQuery() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Creates a JPA query object to be executed.
createTest() - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
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.
Criteria<C,R> - Interface in org.apache.deltaspike.data.api.criteria
Criteria API utilities.
criteria() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a Criteria instance.
criteriaQuery() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Utility method to create a criteria query.
CriteriaSupport<E> - Interface in org.apache.deltaspike.data.api.criteria
Interface to be added to a repository for criteria support.
currDate() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.currentDate().
currentPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
Return the actual page.
CurrentUser - Annotation Type in org.apache.deltaspike.data.api.audit
Identifies the current user responsible for entity creation or modification.
currTime() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.currentTime().
currTStamp() - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.currentTimestamp().
CUSTOM_DEFAULT_BASE_PATH_BUILDER - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ViewConfigCustomization
 
CUSTOM_DEFAULT_EXTENSION_BUILDER - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ViewConfigCustomization
 
CUSTOM_DEFAULT_FILE_NAME_BUILDER - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ViewConfigCustomization
 
CUSTOM_DEFAULT_FOLDER_NAME_BUILDER - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ViewConfigCustomization
 
CUSTOM_TEST_CONTAINER_CONFIG_FILE_KEY - Static variable in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
Configuration key to define a custom configuration properties file.

D

Deactivatable - Interface in org.apache.deltaspike.core.spi.activation
Interface to allow easier detection of deactivatable classes.
DEFAULT - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
 
DEFAULT_ORM_PATH - Static variable in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
DEFAULT_TEST_CONTAINER_CONFIG_FILE_NAME - Static variable in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
Default resource location of the property file which gets used for the container bootstrap.
DefaultBasePathBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.DefaultBasePathBuilder
 
DefaultCallback - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
A ConfigDescriptor can contain CallbackDescriptors or ExecutableCallbackDescriptors.
DefaultClientWindowConfig - Class in org.apache.deltaspike.jsf.spi.scope.window
Default implementation of ClientWindowConfig.
DefaultClientWindowConfig() - Constructor for class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
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
 
DefaultExtensionBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.DefaultExtensionBuilder
 
DefaultFileNameBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.DefaultFileNameBuilder
 
DefaultFolderNameBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.Folder.DefaultFolderNameBuilder
 
DefaultLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Default
DefaultLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DefaultLiteral
 
defaultValueReplaced - Variable in class org.apache.deltaspike.jsf.api.config.view.View.AbstractNameBuilder
 
DELEGATE_LOOKUP - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.BeanManagerIntegration
 
DELEGATE_TO_JSF - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ScopeCustomization.ViewDelegation
 
DelegateQueryHandler - Interface in org.apache.deltaspike.data.spi
A marker interface.
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.
deleteJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
DeltaSpike - Annotation Type in org.apache.deltaspike.core.api.common
Common qualifier to manage co-existence of DeltaSpike features and Java EE features.
DELTASPIKE_ORDINAL - Static variable in interface org.apache.deltaspike.core.spi.config.ConfigSource
The default name for the ordinal field.
DeltaSpikeBaseConfig - Interface in org.apache.deltaspike.core.api.config.base
Marker interface for all classes used for static configuration of DeltaSpike itself.
DeltaSpikeConfig - Interface in org.apache.deltaspike.core.api.config
Marker interface for all classes used for dynamic configuration of DeltaSpike itself.
DeltaSpikeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for the DeltaSpike annotation.
DeltaSpikeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
 
DeltaSpikeProxy - Interface in org.apache.deltaspike.proxy.spi
Interface which will automatically be implemented by the proxy instance.
DeltaSpikeProxyContextualLifecycle<T,H extends InvocationHandler> - Class in org.apache.deltaspike.proxy.api
ContextualLifecycle which handles a complete lifecycle of a proxy: - creates a proxy via a DeltaSpikeProxyFactory - handles the instantiation and injection of the proxy - handles the instantiation via CDI of the delegate InvocationHandler and assign it to the proxy - handles the release/destruction of both proxy and delegate InvocationHandler
DeltaSpikeProxyContextualLifecycle(Class<T>, Class<H>, DeltaSpikeProxyFactory, BeanManager) - Constructor for class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
 
DeltaSpikeProxyFactory - Class in org.apache.deltaspike.proxy.api
 
DeltaSpikeProxyFactory() - Constructor for class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
DeltaSpikeProxyFactory.GeneratorHolder - Class in org.apache.deltaspike.proxy.api
 
DependentProvider<T> - Class in org.apache.deltaspike.core.api.provider
A Provider for @Dependent scoped contextual instances.
DependentScopeLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Dependent
DependentScopeLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DependentScopeLiteral
 
Descriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.controller.ViewControllerRef.Descriptor
 
Descriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
Descriptor(Document, URL) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.Descriptor
 
Descriptor(Class<? extends AccessDecisionVoter>[]) - Constructor for class org.apache.deltaspike.security.api.authorization.Secured.Descriptor
 
destroy() - Method in class org.apache.deltaspike.core.api.provider.DependentProvider
This method will properly destroy the @Dependent scoped instance.
destroy(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBean
 
destroy(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
 
destroy(Contextual) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
Destroy the Contextual Instance of the given Bean.
destroy(Bean<T>, T, CreationalContext<T>) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ContextualLifecycle
Callback invoked by a Solder created bean when Contextual.destroy(Object, CreationalContext) is called.
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
 
destroy(Bean<T>, T, CreationalContext<T>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
 
destroyAllActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
destroys all the Contextual Instances in the Storage returned by AbstractContext.getContextualStorage(Contextual, boolean).
destroyAllActive(ContextualStorage) - Static method in class org.apache.deltaspike.core.util.context.AbstractContext
Destroys all the Contextual Instances in the specified ContextualStorage.
destroyBean(Contextual, ContextualInstanceInfo<?>) - Static method in class org.apache.deltaspike.core.util.context.AbstractContext
 
Destroyed - Annotation Type in org.apache.deltaspike.core.api.lifecycle
Qualifier for events which are fired when servlet objects are destroyed.
DestroyedLiteral - Class in org.apache.deltaspike.core.api.literal
Annotation literal for Destroyed.
DestroyedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.DestroyedLiteral
 
detach(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.detach(Object).
Development - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
Development() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Development
 
disableClientWindowRenderMode(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
Can be called to disable the window-id for an URL.
dispose(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
dispose() - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
 
distinct() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply a distinct on the query.
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
 
DynamicMockManager - Interface in org.apache.deltaspike.testcontrol.api.mock
 

E

EditableAccessDecisionVoterContext - Interface in org.apache.deltaspike.security.spi.authorization
Interface which allows to provide a custom AccessDecisionVoterContext implementation
empty(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Empty predicate.
enableClientWindowRenderMode(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
Can be used to reset window-id rendering for a specific component.
EnableInterceptors - Annotation Type in org.apache.deltaspike.proxy.api
 
EnableInterceptorsInterceptor - Class in org.apache.deltaspike.proxy.util
 
EnableInterceptorsInterceptor() - Constructor for class org.apache.deltaspike.proxy.util.EnableInterceptorsInterceptor
 
EnableInterceptorsProxyFactory - Class in org.apache.deltaspike.proxy.util
 
entityClass() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity class this Repository is related to.
EntityCountRepository<E> - Interface in org.apache.deltaspike.data.api
 
EntityDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
EntityDescriptor() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
 
EntityDescriptor(String[], String, String, Class<?>, Class<? extends Serializable>, AbstractEntityDescriptor, String) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
 
EntityGraph - Annotation Type in org.apache.deltaspike.data.api
Defines an entity graph to be applied to a query.
EntityGraphType - Enum in org.apache.deltaspike.data.api
Entity graph type (fetch graph or load graph).
entityManager() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Utility method to get hold of the entity manager for this Repository.
EntityManagerConfig - Annotation Type in org.apache.deltaspike.data.api
Configure the EntityManager for a specific repository.
EntityManagerDelegate<E> - Interface in org.apache.deltaspike.data.api
Expose EntityManager methods not present on repository base interfaces.
EntityManagerResolver - Interface in org.apache.deltaspike.data.api
Resolve the EntityManager used for a specific repository.
EntityMappingsDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
EntityMappingsDescriptor(List<MappedSuperclassDescriptor>, List<EntityDescriptor>, String) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
EntityMappingsDescriptorParser - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
EntityMappingsDescriptorParser() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
entityName() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity name this Repository is related to.
entityName(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
EntityPersistenceRepository<E,PK extends Serializable> - Interface in org.apache.deltaspike.data.api
 
EntityRepository<E,PK extends Serializable> - Interface in org.apache.deltaspike.data.api
Base Repository interface.
entityTableName(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
eq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Equals predicate.
eqIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Equals predicate, case insensitive.
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
 
equals(Object) - Method in class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
equals(Object) - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
ErrorViewAwareAccessDeniedException - Exception in org.apache.deltaspike.security.api.authorization
 
ErrorViewAwareAccessDeniedException(Set<SecurityViolation>, Class<? extends ViewConfig>) - Constructor for exception org.apache.deltaspike.security.api.authorization.ErrorViewAwareAccessDeniedException
 
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.
evaluateVariables(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Whether to evaluate variables in configured values.
ExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.api.exception.control.event
Payload for an exception to be handled.
ExceptionHandler - Annotation Type in org.apache.deltaspike.core.api.exception.control
Marker for types containing Exception Handler methods.
ExceptionHandlingFlow - Enum in org.apache.deltaspike.core.api.exception.control
Enum of exception handling states.
ExceptionStackEvent - Class in org.apache.deltaspike.core.api.exception.control.event
Information about the current exception and exception cause container.
ExceptionStackEvent(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Builds the stack from the given exception.
ExceptionStackItem - Class in org.apache.deltaspike.core.api.exception.control
Container for the exception and it's stack trace.
ExceptionStackItem(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
ExceptionStackItem(Throwable, StackTraceElement[]) - Constructor for class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
ExceptionToCatchEvent - Class in org.apache.deltaspike.core.api.exception.control.event
Entry point event into the Exception Control system.
ExceptionToCatchEvent(Throwable, Annotation...) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Constructor that adds qualifiers for the handler(s) to run.
ExceptionToCatchEvent(Throwable) - Constructor for class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Basic constructor without any qualifiers defined.
ExceptionUtils - Class in org.apache.deltaspike.core.util
 
Exclude - Annotation Type in org.apache.deltaspike.core.api.exclude
Supported usages:
ExecutableCallbackDescriptor<R> - Class in org.apache.deltaspike.core.api.config.view.metadata
Specialized CallbackDescriptor which provides ExecutableCallbackDescriptor.execute(java.lang.Object...) only for concrete descriptors, but doesn't expose it (and can't get used by accident).
ExecutableCallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
ExecutableCallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
execute(Object...) - Method in class org.apache.deltaspike.core.api.config.view.metadata.ExecutableCallbackDescriptor
 
execute() - Method in class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
 
execute(InvocationContext) - Method in interface org.apache.deltaspike.core.spi.InterceptorStrategy
Method which will be invoked by the interceptor method annotated with AroundInvoke
execute(AccessDecisionVoterContext) - Method in class org.apache.deltaspike.security.api.authorization.Secured.Descriptor
 
executeTransactional(Callable<T>) - Method in class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
Execute the given Callable in a Transitional manner.
ExpressionInterpreter<E,R> - Interface in org.apache.deltaspike.core.api.interpreter
Generic interface for evaluation of expressions, like the ones provided by Exclude.onExpression().
extension() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
extensionBuilder() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
ExternalContainer - Interface in org.apache.deltaspike.testcontrol.spi
 
extractAnnotation(Annotated, Class<T>) - Static method in class org.apache.deltaspike.core.util.BeanUtils
 
extractAnnotationFromMethod(BeanManager, Method, Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
extractAnnotationFromMethodOrClass(BeanManager, Method, Class, Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
extractAttribute(Node, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
extractAttributes(NodeList, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
extractMappings(Element, String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
extractMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Extracts a method with same signature as the source method.
extractNodeAttribute(Element, String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
extractNodeAttributes(Element, String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
extractNodeContent(Element, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
extractPossiblyGenericMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Extracts a method matching the source method, allowing generic type parameters to be substituted as long as they are properly castable.
extractProperties(Element) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
extractUnitName(Node) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 

F

FACES - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
 
fetch(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Fetch join an attribute.
fetch(SingularAttribute<? super C, P>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Fetch join an attribute.
fetch(PluralAttribute<? super C, P, E>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Fetch join an attribute.
fetch(PluralAttribute<? super C, P, E>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Fetch join an attribute.
fileNameBuilder() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
FileResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
A file-based resource provider, looking for a file based on the name.
FileResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
 
filterConfigValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Filter the configured value.
filterConfigValueForLog(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Filter the configured value for logging.
filterInterceptMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
filterInterceptMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
 
filterValue(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
Filter the given configuration value
filterValueForLog(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
Filter the given configuration value for usage in logs.
find(Object, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.find(Class, Object, java.util.Map).
find(Object, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.find(Class, Object, LockModeType).
find(Object, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.find(Class, Object, LockModeType, Map).
find(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
find(Class<?>, PersistenceUnitDescriptor) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
findAll() - Method in interface org.apache.deltaspike.data.api.EntityRepository
Lookup all existing entities of entity class <E>.
findAll(int, int) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Lookup a range of existing entities of entity class <E> with support for pagination.
findAnnotation(BeanManager, Annotation[], Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
 
findBy(PK) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Entity lookup by primary key.
findBy(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Query by example - for a given object and a specific set of properties.
findBy(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Query by example - for a given object and a specific set of properties with support for pagination.
findByLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings.
findByLike(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
Query by example - for a given object and a specific set of properties using a like operator for Strings with support for pagination.
findEntity(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
findPersistentClassDescriptor(Class<?>, List<EntityDescriptor>, List<MappedSuperclassDescriptor>) - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityHierarchyBuilder
 
FirstResult - Annotation Type in org.apache.deltaspike.data.api
Use paging for the query.
firstResult(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Pagination: Set the result start position.
flush() - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Convenience access to EntityManager.flush().
flushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sets the query flush mode.
Folder - Annotation Type in org.apache.deltaspike.jsf.api.config.view
Optional annotation to specify folder specific meta-data
Folder.DefaultFolderNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
 
Folder.FolderConfigPreProcessor - Class in org.apache.deltaspike.jsf.api.config.view
 
Folder.NameBuilder - Interface in org.apache.deltaspike.jsf.api.config.view
 
FolderConfigPreProcessor() - Constructor for class org.apache.deltaspike.jsf.api.config.view.Folder.FolderConfigPreProcessor
 
FolderLiteral - Class in org.apache.deltaspike.jsf.api.literal
Literal for Folder
FolderLiteral(boolean) - Constructor for class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
FolderLiteral(String, Class<? extends Folder.NameBuilder>) - Constructor for class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
folderNameBuilder() - Method in class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
forClientId(String) - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
If the JsfMessage is used in a UIComponent we allow to set the clientId
forComponent(UIComponent) - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
freeConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Clear all ConfigSources for the current ClassLoader.
FullEntityRepository<E,PK extends Serializable> - Interface in org.apache.deltaspike.data.api
Full repository interface.
Futureable - Annotation Type in org.apache.deltaspike.core.api.future
Mark the method as execute in a thread pool and not synchronously.
FUTUREABLE_TERMINATION_TIMEOUT_IN_MILLISECONDS - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.TimeoutCustomization
 
FutureableStrategy - Interface in org.apache.deltaspike.core.spi.future
 

G

generateProxyClass(ClassLoader, Class<T>, String, String, Class<?>[], Method[], Method[]) - Method in interface org.apache.deltaspike.proxy.spi.ProxyClassGenerator
Generates a proxy class from the given source class.
GeneratorHolder() - Constructor for class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory.GeneratorHolder
 
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
 
get(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
get() - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
 
get() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
 
getActiveContextualStorages() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
 
getActiveExternalContainers() - Static method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
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
getAdditionalInterfacesToImplement(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
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
 
getAnyResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Executes the query and returns a single result.
getAnyResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
Fetch a single result entity.
getArguments() - Method in interface org.apache.deltaspike.core.api.message.Message
 
getBean(Object) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
Restores the Bean from its beanKey.
getBean() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
getBean() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The bean class currently defined for bean creation.
getBeanDefinitions(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a set of Bean definitions by type, regardless of qualifiers.
getBeanKey(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
If the context is a passivating scope then we return the passivationId of the Bean.
getBeanLifecycle() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The ContextualLifecycle currently defined for bean creation.
getBeanManager() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
 
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
 
getCdiContainer() - Static method in class org.apache.deltaspike.cdise.api.CdiContainerLoader
 
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.
getClientWindowHtml() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
getClientWindowHtml() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
getClientWindowRenderMode(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
Determine whether this request should take care of clientWindow detection.
getClientWindowRenderMode(FacesContext) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
By default we use ClientWindowRenderMode#LAZY unless we detect a bot.
getClientWindowResourceLocation() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
Overwrite this to define your own ClientWindow handler html location.
getConfigClass() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
 
getConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
 
getConfigDescriptor(Class<?>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves the ConfigDescriptor for the given class.
getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
Resolves all descriptors for folders.
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
 
getConstructor() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
getContextControl() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
 
getContextData() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
getContextualInstance() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
getContextualReference(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its type and qualifiers.
getContextualReference(Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
BeanProvider.getContextualReference(Class, Annotation...) which returns null if the 'optional' parameter is set to true.
getContextualReference(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
BeanProvider.getContextualReference(Class, Annotation...) which returns null if the 'optional' parameter is set to true.
getContextualReference(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(String, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(BeanManager, String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a Contextual Reference by its EL Name.
getContextualReference(Class<T>, Bean<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get the Contextual Reference for the given bean.
getContextualReferences(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a list of Contextual References by type, regardless of qualifiers (including dependent scoped beans).
getContextualReferences(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Get a list of Contextual References by type, regardless of the qualifier.
getContextualStorage(Contextual<?>, boolean) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
An implementation has to return the underlying storage which contains the items held in the Context.
getCreationalContext() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
getCriteriaBuilder() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getCriteriaBuilder().
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.
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() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
getDefaultValue(CreationalContext<?>) - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
Get the default value of the parameter.
getDefaultWindowMode() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
If the window-handling of JSF 2.2+ is enabled, ClientWindowConfig.ClientWindowRenderMode.DELEGATED will be returned.
getDelegate() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getDelegate().
getDelegateInvocationHandler() - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
 
getDelegateMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
getDelegateMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
 
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
 
getDocument() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.Descriptor
 
getEntityClass() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
The class of the Entity related to the invoked Repository.
getEntityClass() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
getEntityDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
getEntityDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
getEntityManager() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
Entity Manager used for the query.
getEntityManagerFactory() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getEntityManagerFactory().
getEntityManagerFactoryConfiguration(String) - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.PersistenceConfigurationProvider
 
getErrorView() - Method in exception org.apache.deltaspike.security.api.authorization.ErrorViewAwareAccessDeniedException
 
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
 
getExceptionQualifier() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
Defines the javax.enterprise.Qualifier which will be used to fire the ExceptionToCatchEvent for unhandled JSF exceptions.
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.
getFlushMode() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getFlushMode().
getFromView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Provides the navigation source.
getHintName() - Method in enum org.apache.deltaspike.data.api.EntityGraphType
Gets the query hint name corresponding to this type.
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.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
getIdClass() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
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.
getInstance() - Static method in class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
 
getInstance() - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
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 interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Returns the key given in ConfigResolver.resolve(String).
getLocale() - Method in interface org.apache.deltaspike.core.api.message.LocaleResolver
 
getLocaleResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
getLockMode(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getLockMode(Object).
getMappedSuperclassDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
getMaxWindowContextCount() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
Restricts the number of active windows.
getMaxWindowContextCount() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
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
 
getMetaData() - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
Exposes the found meta-data
getMetaDataFor(String, Class<T>) - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
Exposes meta-data for the given key
getMetamodel() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getMetamodel().
getMethod() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
getMethod() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
The repository method currently executed.
getMock(Class<T>, Annotation...) - Method in interface org.apache.deltaspike.testcontrol.api.mock.ApplicationMockManager
 
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.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
getName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
getNext() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
 
getOptionalResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Executes the query which has a single result.
getOptionalResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
Fetch a single result entity.
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)

getOrdinal() - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
 
getOrdinal() - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
 
getPackageName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
getPageParameters() - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
 
getParameters() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
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
 
getParent() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
getParentExtension(Extension) - Static method in class org.apache.deltaspike.core.util.ParentExtensionStorage
 
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.
getPrimaryKey(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Return the id of the entity.
getPrimaryKey(Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
Return the primary key of the Entity corresponding to the Dto.
getProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
We can only produce @Dependent scopes since an enum is final.
getProjectStageAwarePropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key in the current ProjectStage.
getProjectStageAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getProjectStageAwarePropertyValue(String) which returns the provided default value if no configured value can be found (null or empty).
getProperties(String) - Static method in class org.apache.deltaspike.core.api.config.PropertyLoader
Looks for all properties files with the given name in the classpath, loads them in ascending order determined by their ordinal and merges them.
getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
Return properties contained in this config source.
getProperties() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getProperties().
getProperties() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
getPropertyAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key, parameterized by the current ProjectStage and by the value of a second property.
getPropertyAwarePropertyValue(String, String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getPropertyAwarePropertyValue(java.lang.String, java.lang.String) which returns the provided default value if no configured value can be found (null or empty).
getPropertyFileName() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
All the property files on the classpath which have this name will get picked up and registered as ConfigSources.
getPropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
ConfigResolver.getPropertyValue(java.lang.String) which returns the provided default value if no configured value can be found (null or empty).
getPropertyValue(String, String, boolean) - 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, boolean) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
Resolves the value configured for the given key.
getPropertyValue(InjectionPoint, Class<T>) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
 
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
 
getProxyClass(BeanManager, Class<T>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
getProxyClassSuffix() - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
getProxyClassSuffix() - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
 
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
 
getQueryURLParameters(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
 
getRawType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Extract the raw type, given a type.
getReason() - Method in interface org.apache.deltaspike.security.api.authorization.SecurityViolation
Provides a description of the violation.
getReference(Object) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getReference(Class, Object).
getRemaining() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
 
getRepositoryClass() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
The type of the repository currently accessed.
getResolvedKey() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Returns the actual key which led to successful resolution and corresponds to the resolved value.
getResolvedType() - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
 
getResource(String) - Method in class org.apache.deltaspike.core.util.AggregatedClassLoader
 
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.
getResources(String) - Method in class org.apache.deltaspike.core.util.AggregatedClassLoader
 
getResultList() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Executes the query and returns the result list.
getResultList() - Method in interface org.apache.deltaspike.data.api.QueryResult
Fetch the result set.
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.
getSingleResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Executes the query which has a single result.
getSingleResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
Fetch a single result entity.
getSource() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
getSource() - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
TODO review it (this method is new) Exposes the source e.g.
getStackTraceElements() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
getState() - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
Exposes the current state
getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
getStereotypes() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Stereotypes currently defined for bean creation.
getStorage() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
 
getStringPropertyValue(InjectionPoint) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
Inspects the given InjectionPoint and search for a ConfigProperty annotation or an Annotation with a ConfigProperty meta-Annotation.
getSuperAccessorMethod(Object, Method) - Static method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
getTableName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
 
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
 
getTarget() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
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
 
getTestContainerConfig() - Static method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
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.
getTimer() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
getToString() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
The string used when Object.toString() is called on the bean.
getToView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Provides the navigation target.
getTransaction() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.getTransaction().
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
 
getUrl() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.Descriptor
 
getUserAgent(FacesContext) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
This information will get stored as it cannot change during the session anyway.
getUserTransactionTimeoutInSeconds() - Method in interface org.apache.deltaspike.jpa.api.transaction.TransactionConfig
 
getValue() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Returns the converted resolved filtered value.
getVersion() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
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.
getViolations() - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
Exposes the found violations
getViolations() - Method in exception org.apache.deltaspike.security.api.authorization.AccessDeniedException
All SecurityViolation which were found by a AccessDecisionVoter
getWindowId(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
Extract the windowId for the current request.
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
 
gt(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Greater than predicate.
gtOrEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Greater than or equals predicate.

H

handled() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to terminate additional handler processing and mark the event as handled.
handledAndContinue() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Default instruction to dispatcher, continues handler processing.
HandlerMethod<T extends Throwable> - Interface in org.apache.deltaspike.core.api.exception.control
Metadata interface for an exception handler method.
Handles - Annotation Type in org.apache.deltaspike.core.api.exception.control
Marker annotation for a method to be considered an Exception Handler.
hashCode() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
hashCode() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
 
hashCode() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
 
hashCode() - Method in class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
hashCode() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
hasSameSignature(Method, Method) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
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
 
hint(String, Object) - Method in interface org.apache.deltaspike.data.api.QueryResult
Apply a query hint to the query to execute.

I

id - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
id(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the id used for bean creation.
ID_MAX_LENGTH - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ScopeCustomization.WindowRestriction
 
ID_MAX_LENGTH_DEFAULT - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ScopeCustomization.WindowRestriction
 
ignoreMethod(Method, List<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
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.
in(SingularAttribute<? super C, P>, P...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
In predicte.
init(Class<?>[], Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
 
init() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
init() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
init() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
Initialized - Annotation Type in org.apache.deltaspike.core.api.lifecycle
Qualifier for events which are fired when servlet objects are created.
InitializedLiteral - Class in org.apache.deltaspike.core.api.literal
Annotation literal for Initialized.
InitializedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.InitializedLiteral
 
initProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
 
InitView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Callback annotation for view-controllers.
inject(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
 
InjectableMethod<X> - Class in org.apache.deltaspike.core.util.metadata.builder
Allows an AnnotatedMethod to be injected using the CDI type safe resolution rules.
InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Instantiate a new InjectableMethod.
InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Instantiate a new InjectableMethod.
InjectableResource - Annotation Type in org.apache.deltaspike.core.api.resourceloader
Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading.
InjectableResourceLiteral - Class in org.apache.deltaspike.core.api.literal
 
InjectableResourceLiteral(Class<? extends InjectableResourceProvider>, String) - Constructor for class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
InjectableResourceProvider - Interface in org.apache.deltaspike.core.api.resourceloader
Provides lookup capability to find a resource.
injectFields(T) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
Performs dependency injection on an instance.
injectionPoints - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
injectionPoints(Set<InjectionPoint>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the injection points used for bean creation.
InjectionPointWrapper - Class in org.apache.deltaspike.core.util.metadata
Simple wrapper for injection points.
InjectionPointWrapper(InjectionPoint, Bean<?>) - Constructor for class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
InlineMetaDataTransformer<I extends Annotation,T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData.
InlineViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Provides the ability to apply metadata to a view-config "remotely" – from a different place than the view-config itself (and with different syntax and a different annotation).
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
 
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DestroyedLiteral
 
INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.InitializedLiteral
 
instantiateClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Creates an instance for the given class-name
instantiateDelegateInvocationHandler() - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
 
IntegrationTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
IntegrationTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.IntegrationTest
 
InterceptorStrategy - Interface in org.apache.deltaspike.core.spi
Base interface for all interceptor strategies which allow to provide custom implementations for DeltaSpike interceptors.
interceptRedirect(FacesContext, String) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
 
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.
interruptJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
IntrospectiveExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.spi.exception.control.event
Internal view into the ExceptionEvent.
invoke(Object, Method, Object[]) - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
invoke(Object, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Invoke the method, causing all parameters to be injected according to the CDI type safe resolution rules.public class ParameterValueRedefiner {

}

invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
Invoke the method, calling the parameter redefiner for each parameter, allowing the caller to override the default value obtained via the CDI type safe resolver.
invokeMethod(Object, Method, Class<T>, boolean, Object...) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Invoke the method on the instance, with any arguments specified, casting the result of invoking the method to the expected return type.
isAbstract(Method) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if a method is abstract
isActivated(Class<? extends Deactivatable>) - Method in interface org.apache.deltaspike.core.spi.activation.ClassDeactivator
Provides classes which should be deactivated.
isActivated(Class<? extends Deactivatable>) - Static method in class org.apache.deltaspike.core.util.ClassDeactivationUtils
Evaluates if the given Deactivatable is active.
isActive() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
Indicates whether the BeanManagerProvider has been initialized.
isAllowPostRequestWithoutDoubleSubmitPrevention() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
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.
isAlwaysKeepMessages() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
Per default all faces-messages are preserved for the next rendering process
isAlwaysUseNavigationHandlerOnSecurityViolation() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
Per default the current view gets replaced with the error-view (in case of a security-violation).
isArrayType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
Checks if raw type is array type
isAutomaticScopeHandlingActive() - Static method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
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
 
isClassNameQualified(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
isClientWindowRenderModeEnabled(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
 
isClientWindowStoreWindowTreeEnabledOnButtonClick() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
isClientWindowStoreWindowTreeEnabledOnButtonClick() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
isClientWindowStoreWindowTreeEnabledOnLinkClick() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
isClientWindowStoreWindowTreeEnabledOnLinkClick() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
isClientWindowTokenizedRedirectEnabled() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
isClientWindowTokenizedRedirectEnabled() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
isConcurrent() - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
 
isContainerManagedConvertersEnabled() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
Per default converters get wrapped to restore them properly during a postback (significant without overhead).
isContainerManagedValidatorsEnabled() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
Per default validators get wrapped to restore them properly during a postback (significant without overhead).
isContainerStarted() - Static method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
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.
isDefaultValueReplaced() - Method in class org.apache.deltaspike.jsf.api.config.view.Folder.DefaultFolderNameBuilder
 
isDefaultValueReplaced() - Method in interface org.apache.deltaspike.jsf.api.config.view.Folder.NameBuilder
 
isDefaultValueReplaced() - Method in class org.apache.deltaspike.jsf.api.config.view.View.AbstractNameBuilder
 
isDefaultValueReplaced() - Method in interface org.apache.deltaspike.jsf.api.config.view.View.NameBuilder
 
isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
isDelegate() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
isEmpty(Object[]) - Static method in class org.apache.deltaspike.core.util.ArraysUtils
 
isEmpty(Collection<?>) - Static method in class org.apache.deltaspike.core.util.CollectionUtils
 
isEmpty(String) - Static method in class org.apache.deltaspike.core.util.StringUtils
 
isEntity(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
isExecutingJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
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
isFullStateSavingFallbackEnabled() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
If #initialStateMarked (of the component) returns false, a fallback to full state-saving is possible.
isHandled() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Test to see if the exception has already been processed by an ExceptionHandler.
isInitialRedirectEnabled() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
If the initial redirect is enabled, a redirect will be performed for adding the current window-id to the url.
isInitialRedirectSupported(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
 
isInterfaceProxy(Class<?>) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
 
isJavaScriptEnabled() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
isJavaScriptEnabled() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
isJsf22Available() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
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.
isMockedImplementationSupported(BeanManager, Annotated) - Method in interface org.apache.deltaspike.testcontrol.spi.mock.MockFilter
 
isNew(Object) - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
Given the object parameter is an entity, checks if the entity is persisted or not.
isNotEmpty(String) - Static method in class org.apache.deltaspike.core.util.StringUtils
 
isNull(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
IsNull predicate.
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.
isOpen() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.isOpen().
isOptional() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
 
isOptional() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
 
isOptionalReturned(Method) - Static method in class org.apache.deltaspike.core.util.OptionalUtil
 
isOptionalSupported() - Static method in class org.apache.deltaspike.core.util.OptionalUtil
 
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
isProxyClass(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
Checks if the given class is DS 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.
isSet() - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
 
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
isStreamReturned(Method) - Static method in class org.apache.deltaspike.core.util.StreamUtil
 
isStreamSupported() - Static method in class org.apache.deltaspike.core.util.StreamUtil
 
isTransient() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
 
isTransient() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
 
isTransient(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
 
isUnmute() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
Check to see if this event has been unmuted and therefore called again.
isValid(ConfigDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigDescriptorValidator
Validates the given config-descriptor
isXml(String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 

J

JmxBroadcaster - Interface in org.apache.deltaspike.core.api.jmx
Interface used to send JMX message from "CDI MBeans".
JmxManaged - Annotation Type in org.apache.deltaspike.core.api.jmx
Describes a JMX operation or attribute, when used on a method or a field, respectively.
JNDI_NAME - Static variable in interface org.apache.deltaspike.jpa.api.config.base.JpaBaseConfig.UserTransaction
 
join(SingularAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join an attribute with another Criteria.
join(ListAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(CollectionAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(SetAttribute<? super C, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
join(MapAttribute<? super C, E, P>, Criteria<P, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Join a collection attribute with another Criteria.
joinTransaction() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.joinTransaction().
JpaBaseConfig - Interface in org.apache.deltaspike.jpa.api.config.base
 
JpaBaseConfig.UserTransaction - Interface in org.apache.deltaspike.jpa.api.config.base
 
JSF - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
 
JsfBaseConfig - Interface in org.apache.deltaspike.jsf.api.config.base
 
JsfBaseConfig.ScopeCustomization - Interface in org.apache.deltaspike.jsf.api.config.base
 
JsfBaseConfig.ScopeCustomization.ViewDelegation - Interface in org.apache.deltaspike.jsf.api.config.base
 
JsfBaseConfig.ScopeCustomization.WindowRestriction - Interface in org.apache.deltaspike.jsf.api.config.base
 
JsfBaseConfig.ViewConfigCustomization - Interface in org.apache.deltaspike.jsf.api.config.base
 
JsfMessage<T> - Interface in org.apache.deltaspike.jsf.api.message
An injectable component for typesafe FacesMessages.
JsfModuleConfig - Class in org.apache.deltaspike.jsf.api.config
Config for all JSF specific configurations.
JsfModuleConfig() - Constructor for class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
 
JsfPhaseId - Enum in org.apache.deltaspike.jsf.api.listener.phase
It isn't possible to use the original implementation of JSF in combination with annotations
JsfPhaseListener - Annotation Type in org.apache.deltaspike.jsf.api.listener.phase
Annotation for implementations of PhaseListener.
JSP - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
 

L

like(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Like predicate.
likeIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Like predicate, case insensitive.
loadClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
Loads class for the given name
loadInputStreamToProperties(InputStream, Properties, String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
 
loadProperties(URL) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
 
loadServiceImplementations(Class<T>) - Static method in class org.apache.deltaspike.core.util.ServiceUtils
 
loadServiceImplementations(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.util.ServiceUtils
 
localeResolver() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
LocaleResolver - Interface in org.apache.deltaspike.core.api.message
Provides the current Locale.
localeResolver(LocaleResolver) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
location() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
lock(Object, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.lock(Object, LockModeType).
lock(Object, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.lock(Object, LockModeType, Map).
Locked - Annotation Type in org.apache.deltaspike.core.api.lock
The access to the method is protected by a read/write lock.
Locked.LockFactory - Interface in org.apache.deltaspike.core.api.lock
Provide a way to switch the ReadWriteLock implementation for @Locked.
Locked.Operation - Enum in org.apache.deltaspike.core.api.lock
 
LockedStrategy - Interface in org.apache.deltaspike.core.spi.lock
 
lockMode(LockModeType) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sets the query lock mode.
LOG - Static variable in class org.apache.deltaspike.core.util.ProjectStageProducer
 
logChanges(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Whether to log picking up any value changes as INFO.
logHandler() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
 
lookupUnits(Descriptor) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
lower(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.lower(javax.persistence.criteria.Expression) over a String attribute.
lt(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Less than predicate.
ltOrEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Less than or equals predicate.

M

Manual() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.Manual
 
mapParameter(Object) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a query parameter.
mapParameter(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
MappedSuperclassDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
MappedSuperclassDescriptor() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.MappedSuperclassDescriptor
 
MappedSuperclassDescriptor(String[], String, String, Class<?>, Class<? extends Serializable>, AbstractEntityDescriptor) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.MappedSuperclassDescriptor
 
MappingConfig - Annotation Type in org.apache.deltaspike.data.api.mapping
Defines mapping configuration for query result and input parameters.
mapResult(E) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a single result query.
mapResult(Entity) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
mapResultList(List<E>) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Map a query result list.
mapResultList(List<Entity>) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
mapsParameter(Object) - Method in interface org.apache.deltaspike.data.api.mapping.QueryInOutMapper
Check if this mapper handles a specific input parameter.
mapsParameter(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
max(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.max(javax.persistence.criteria.Expression) over an attribute.
MAX_COUNT - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.ScopeCustomization.WindowRestriction
 
MAX_COUNT - Static variable in interface org.apache.deltaspike.jsf.api.config.base.JsfBaseConfig.ScopeCustomization.WindowRestriction
 
MAX_COUNT_KEY - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.ScopeCustomization.WindowRestriction
 
MaxResults - Annotation Type in org.apache.deltaspike.data.api
Limit the size of the result set.
maxResults(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Limit the number of results returned by the query.
MBean - Annotation Type in org.apache.deltaspike.core.api.jmx
This annotation marks a CDI managed bean as exported through JMX.
merge(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.merge(Object).
mergeAnnotationsOnElement(Annotated, boolean, AnnotationBuilder) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
 
Message - Interface in org.apache.deltaspike.core.api.message
Basic interface for all messages.
message() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageBundle - Annotation Type in org.apache.deltaspike.core.api.message
Marker annotation for a message-bundle interface which provides type-safe messages.
MessageBundleLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for MessageBundle
MessageBundleLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.MessageBundleLiteral
 
MessageContext - Interface in org.apache.deltaspike.core.api.message
Central context for handling dynamic messages.
MessageContextConfig - Annotation Type in org.apache.deltaspike.core.api.message
Configures message resolution and processing of a MessageBundle.
MessageContextConfigLiteral - Class in org.apache.deltaspike.core.api.literal
MessageContextConfigLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
MessageContextConfigLiteral(Class<? extends MessageResolver>, Class<? extends MessageInterpolator>, Class<? extends LocaleResolver>, String[]) - Constructor for class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageInterpolator() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageInterpolator(MessageInterpolator) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageInterpolator - Interface in org.apache.deltaspike.core.api.message
Implementations are responsible to replace placeholders in a message with the final value.
messageResolver() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageResolver(MessageResolver) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
 
MessageResolver - Interface in org.apache.deltaspike.core.api.message
Implementations have to resolve the text stored for a given key in the message source they are aware of.
messageSource() - Method in class org.apache.deltaspike.core.api.literal.MessageContextConfigLiteral
 
messageSource(String...) - Method in interface org.apache.deltaspike.core.api.message.MessageContext
Configures a message source instance for use by a MessageResolver.
MessageTemplate - Annotation Type in org.apache.deltaspike.core.api.message
Provides the message (template) for type-safe messages.
method - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
methodInvoker(FrameworkMethod, Object) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
min(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.min(javax.persistence.criteria.Expression) over an attribute.
MISSING_RESOURCE_MARKER - Static variable in interface org.apache.deltaspike.core.api.message.MessageResolver
 
MockFilter - Interface in org.apache.deltaspike.testcontrol.spi.mock
 
ModelLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Model annotation.
ModelLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.ModelLiteral
 
ModifiedBy - Annotation Type in org.apache.deltaspike.data.api.audit
Marks a property which should keep track on the last changing user.
ModifiedOn - Annotation Type in org.apache.deltaspike.data.api.audit
Marks a property which should be updated with a timestamp when the entity gets updated.
Modifying - Annotation Type in org.apache.deltaspike.data.api
Marks a query method to be modifying.
modulo(SingularAttribute<? super E, Integer>, Integer) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.mod(javax.persistence.criteria.Expression, Integer) for an attribute.

N

name() - Method in class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
name - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
name(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the name of the bean used for bean creation.
name() - Method in class org.apache.deltaspike.jsf.api.literal.FolderLiteral
 
name() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
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
 
NamingConventionUtils - Class in org.apache.deltaspike.jsf.util
 
NamingConventionUtils() - Constructor for class org.apache.deltaspike.jsf.util.NamingConventionUtils
 
navigateTo(Class<? extends ViewConfig>) - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
Changes the navigation target.
navigateTo(Class<? extends ViewConfig>) - Method in interface org.apache.deltaspike.core.api.config.view.navigation.ViewNavigationHandler
Triggers navigation to the given view.
navigation() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
NavigationParameter - Annotation Type in org.apache.deltaspike.core.api.config.view.navigation
Used on JSF action methods, this adds navigation parameters (key-value pairs) to the resulting navigation string.
NavigationParameter.List - Annotation Type in org.apache.deltaspike.core.api.config.view.navigation
 
NavigationParameterContext - Interface in org.apache.deltaspike.core.api.config.view.navigation
Can be used to add parameters dynamically to the final navigation string.
NavigationParameterStrategy - Interface in org.apache.deltaspike.jsf.spi.config.view.navigation
Allows to provide a custom InterceptorStrategy
neg(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.neg(javax.persistence.criteria.Expression) over an attribute.
newEntity() - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
newInstance() - Static method in class org.apache.deltaspike.core.util.AggregatedClassLoader
 
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
 
newLock(AnnotatedMethod<?>, boolean) - Method in interface org.apache.deltaspike.core.api.lock.Locked.LockFactory
 
newSecurityViolation(String) - Method in class org.apache.deltaspike.security.api.authorization.AbstractDecisionVoter
Creates an instance of SecurityViolation for a given string which will be used as reason to describe the violation.
newSemaphore(AnnotatedMethod<?>, String, boolean, int) - Method in interface org.apache.deltaspike.core.api.throttling.Throttling.SemaphoreFactory
 
nextPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
Move to the next page.
notEmpty(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not empty predicate.
notEq(SingularAttribute<? super C, P>, P) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not Equals predicate.
notEqIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not Equals predicate, case insensitive.
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.
notLike(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not like predicate.
notLikeIgnoreCase(SingularAttribute<? super C, String>, String) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Not like predicate, case insensitive.
notNull(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
NotNull predicate.
NULL - Static variable in annotation type org.apache.deltaspike.core.api.config.ConfigProperty
This constant is a workaround for the java restriction that Annotation values cannot be set to null.
nullable - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
nullable(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define that the created bean will (or will not) be nullable.

O

of(Class<T>, Map<String, ?>) - Static method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Creates an annotation instance for the given annotation class
of(Class<T>) - Static method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Creates an annotation instance for the given annotation class
OptionalUtil - Class in org.apache.deltaspike.core.util
 
OptionalUtil() - Constructor for class org.apache.deltaspike.core.util.OptionalUtil
 
or(Criteria<C, R>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Boolean OR with another Criteria.
or(Collection<Criteria<C, R>>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Boolean OR with another Criteria.
orderAsc(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply sorting by an attribute, ascending direction.
orderAsc(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity singular attribute.
orderAsc(SingularAttribute<E, X>, boolean) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity singular attribute.
orderAsc(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity attribute.
orderAsc(String, boolean) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result ascending by the given entity attribute.
orderDesc(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Apply sorting by an attribute, descending direction.
orderDesc(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity singular attribute.
orderDesc(SingularAttribute<E, X>, boolean) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity singular attribute.
orderDesc(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity attribute.
orderDesc(String, boolean) - Method in interface org.apache.deltaspike.data.api.QueryResult
Sort the query result descending by the given entity attribute.
org.apache.deltaspike.cdise.api - package org.apache.deltaspike.cdise.api
 
org.apache.deltaspike.core.api.common - package org.apache.deltaspike.core.api.common
 
org.apache.deltaspike.core.api.config - package org.apache.deltaspike.core.api.config
 
org.apache.deltaspike.core.api.config.base - package org.apache.deltaspike.core.api.config.base
 
org.apache.deltaspike.core.api.config.view - package org.apache.deltaspike.core.api.config.view
 
org.apache.deltaspike.core.api.config.view.controller - package org.apache.deltaspike.core.api.config.view.controller
 
org.apache.deltaspike.core.api.config.view.metadata - package org.apache.deltaspike.core.api.config.view.metadata
 
org.apache.deltaspike.core.api.config.view.navigation - package org.apache.deltaspike.core.api.config.view.navigation
 
org.apache.deltaspike.core.api.config.view.navigation.event - package org.apache.deltaspike.core.api.config.view.navigation.event
 
org.apache.deltaspike.core.api.exception.control - package org.apache.deltaspike.core.api.exception.control
 
org.apache.deltaspike.core.api.exception.control.event - package org.apache.deltaspike.core.api.exception.control.event
 
org.apache.deltaspike.core.api.exclude - package org.apache.deltaspike.core.api.exclude
 
org.apache.deltaspike.core.api.future - package org.apache.deltaspike.core.api.future
 
org.apache.deltaspike.core.api.interpreter - package org.apache.deltaspike.core.api.interpreter
 
org.apache.deltaspike.core.api.jmx - package org.apache.deltaspike.core.api.jmx
 
org.apache.deltaspike.core.api.lifecycle - package org.apache.deltaspike.core.api.lifecycle
 
org.apache.deltaspike.core.api.literal - package org.apache.deltaspike.core.api.literal
 
org.apache.deltaspike.core.api.lock - package org.apache.deltaspike.core.api.lock
 
org.apache.deltaspike.core.api.message - package org.apache.deltaspike.core.api.message
 
org.apache.deltaspike.core.api.projectstage - package org.apache.deltaspike.core.api.projectstage
 
org.apache.deltaspike.core.api.provider - package org.apache.deltaspike.core.api.provider
 
org.apache.deltaspike.core.api.resourceloader - package org.apache.deltaspike.core.api.resourceloader
 
org.apache.deltaspike.core.api.scope - package org.apache.deltaspike.core.api.scope
 
org.apache.deltaspike.core.api.throttling - package org.apache.deltaspike.core.api.throttling
 
org.apache.deltaspike.core.spi - package org.apache.deltaspike.core.spi
 
org.apache.deltaspike.core.spi.activation - package org.apache.deltaspike.core.spi.activation
 
org.apache.deltaspike.core.spi.config - package org.apache.deltaspike.core.spi.config
 
org.apache.deltaspike.core.spi.config.view - package org.apache.deltaspike.core.spi.config.view
 
org.apache.deltaspike.core.spi.exception.control.event - package org.apache.deltaspike.core.spi.exception.control.event
 
org.apache.deltaspike.core.spi.future - package org.apache.deltaspike.core.spi.future
 
org.apache.deltaspike.core.spi.lock - package org.apache.deltaspike.core.spi.lock
 
org.apache.deltaspike.core.spi.scope.conversation - package org.apache.deltaspike.core.spi.scope.conversation
 
org.apache.deltaspike.core.spi.scope.viewaccess - package org.apache.deltaspike.core.spi.scope.viewaccess
 
org.apache.deltaspike.core.spi.scope.window - package org.apache.deltaspike.core.spi.scope.window
 
org.apache.deltaspike.core.spi.throttling - package org.apache.deltaspike.core.spi.throttling
 
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.interceptor - package org.apache.deltaspike.core.util.interceptor
 
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
 
org.apache.deltaspike.data.api - package org.apache.deltaspike.data.api
 
org.apache.deltaspike.data.api.audit - package org.apache.deltaspike.data.api.audit
 
org.apache.deltaspike.data.api.criteria - package org.apache.deltaspike.data.api.criteria
 
org.apache.deltaspike.data.api.mapping - package org.apache.deltaspike.data.api.mapping
 
org.apache.deltaspike.data.spi - package org.apache.deltaspike.data.spi
 
org.apache.deltaspike.jpa.api.config.base - package org.apache.deltaspike.jpa.api.config.base
 
org.apache.deltaspike.jpa.api.entitymanager - package org.apache.deltaspike.jpa.api.entitymanager
 
org.apache.deltaspike.jpa.api.transaction - package org.apache.deltaspike.jpa.api.transaction
 
org.apache.deltaspike.jpa.spi.descriptor.xml - package org.apache.deltaspike.jpa.spi.descriptor.xml
 
org.apache.deltaspike.jpa.spi.entitymanager - package org.apache.deltaspike.jpa.spi.entitymanager
 
org.apache.deltaspike.jpa.spi.transaction - package org.apache.deltaspike.jpa.spi.transaction
 
org.apache.deltaspike.jsf.api.config - package org.apache.deltaspike.jsf.api.config
 
org.apache.deltaspike.jsf.api.config.base - package org.apache.deltaspike.jsf.api.config.base
 
org.apache.deltaspike.jsf.api.config.view - package org.apache.deltaspike.jsf.api.config.view
 
org.apache.deltaspike.jsf.api.listener.phase - package org.apache.deltaspike.jsf.api.listener.phase
 
org.apache.deltaspike.jsf.api.literal - package org.apache.deltaspike.jsf.api.literal
 
org.apache.deltaspike.jsf.api.message - package org.apache.deltaspike.jsf.api.message
 
org.apache.deltaspike.jsf.spi.config.view.navigation - package org.apache.deltaspike.jsf.spi.config.view.navigation
 
org.apache.deltaspike.jsf.spi.scope.window - package org.apache.deltaspike.jsf.spi.scope.window
 
org.apache.deltaspike.jsf.util - package org.apache.deltaspike.jsf.util
 
org.apache.deltaspike.partialbean.api - package org.apache.deltaspike.partialbean.api
 
org.apache.deltaspike.proxy.api - package org.apache.deltaspike.proxy.api
 
org.apache.deltaspike.proxy.spi - package org.apache.deltaspike.proxy.spi
 
org.apache.deltaspike.proxy.util - package org.apache.deltaspike.proxy.util
 
org.apache.deltaspike.scheduler.api - package org.apache.deltaspike.scheduler.api
 
org.apache.deltaspike.scheduler.spi - package org.apache.deltaspike.scheduler.spi
 
org.apache.deltaspike.security.api - package org.apache.deltaspike.security.api
 
org.apache.deltaspike.security.api.authorization - package org.apache.deltaspike.security.api.authorization
 
org.apache.deltaspike.security.spi.authorization - package org.apache.deltaspike.security.spi.authorization
 
org.apache.deltaspike.servlet.api.resourceloader - package org.apache.deltaspike.servlet.api.resourceloader
 
org.apache.deltaspike.testcontrol.api - package org.apache.deltaspike.testcontrol.api
 
org.apache.deltaspike.testcontrol.api.junit - package org.apache.deltaspike.testcontrol.api.junit
 
org.apache.deltaspike.testcontrol.api.literal - package org.apache.deltaspike.testcontrol.api.literal
 
org.apache.deltaspike.testcontrol.api.mock - package org.apache.deltaspike.testcontrol.api.mock
 
org.apache.deltaspike.testcontrol.spi - package org.apache.deltaspike.testcontrol.spi
 
org.apache.deltaspike.testcontrol.spi.junit - package org.apache.deltaspike.testcontrol.spi.junit
 
org.apache.deltaspike.testcontrol.spi.mock - package org.apache.deltaspike.testcontrol.spi.mock
 
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

pageSize() - Method in interface org.apache.deltaspike.data.api.QueryResult
Return the actual page size.
parameterizedBy(String) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Appends the resolved value of the given property to the key of this builder.
parameters - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
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.
PARENT_EXTENSION_ENABLED - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.ParentExtensionCustomization
 
ParentExtensionStorage - Class in org.apache.deltaspike.core.util
Support for Containers with 'hierarchic BeanManagers' This is mostly useful for EAR applications.
parseCommonEntityDescriptorAttributes(String, AbstractEntityDescriptor, Node) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
parseEntityDescriptors(Document, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
parseMappedSuperclassDescriptors(Document, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
parsePackageName(Document) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
PartialBeanBinding - Annotation Type in org.apache.deltaspike.partialbean.api
 
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.
pauseJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
persist(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.persist(Object).
PersistenceConfigurationProvider - Interface in org.apache.deltaspike.jpa.spi.entitymanager
Provide the configuration for the EntityManagerFactory which gets produced with a given PersistenceUnitName.
PersistenceUnitDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
PersistenceUnitDescriptor(String, List<EntityDescriptor>, Map<String, String>) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
PersistenceUnitDescriptorParser - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
PersistenceUnitDescriptorParser() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
PersistenceUnitDescriptorProvider - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
 
PersistenceUnitName - Annotation Type in org.apache.deltaspike.jpa.api.entitymanager
The name of the PersistenceUnit to get picked up by the EntityManagerFactoryProducer.
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
 
predicates(CriteriaBuilder, Path<C>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Return the list of predicates applicable for this Criteria instance.
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.
previousPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
Move to the previous page.
primaryKeyFields(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
primaryKeyIdClass(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
PRIORITY - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.InterceptorCustomization
 
processSecurityViolations(Set<SecurityViolation>) - Method in interface org.apache.deltaspike.security.spi.authorization.SecurityViolationHandler
Instead of adding the violations as message for the user, it's possible to implement a custom behaviour (e.g.
processValidation() - Method in interface org.apache.deltaspike.core.spi.config.ConfigValidator
 
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
Production() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Production
 
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() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
 
ProjectStage.Development - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for development
ProjectStage.IntegrationTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for integration-tests
ProjectStage.Production - Class in org.apache.deltaspike.core.api.projectstage
Default project-stage for production
ProjectStage.Staging - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for staging
ProjectStage.SystemTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for system-tests
ProjectStage.UnitTest - Class in org.apache.deltaspike.core.api.projectstage
Project-stage for unit-tests
ProjectStageHolder - Interface in org.apache.deltaspike.core.api.projectstage
A marker interface for custom ProjectStage holders.
ProjectStageProducer - Class in org.apache.deltaspike.core.util
Produces ProjectStage configurations.
ProjectStageProducer() - Constructor for class org.apache.deltaspike.core.util.ProjectStageProducer
ProjectStageProducers must only be created by subclassing producers
PropertyFileConfig - Interface in org.apache.deltaspike.core.api.config
If you implement this interface, the property files with the given file name will be registered as ConfigSources.
PropertyFileUtils - Class in org.apache.deltaspike.core.util
 
PropertyLoader - Class in org.apache.deltaspike.core.api.config
Utility class to load configuration properties via arbitrary property files in a well defined order.
ProxyClassGenerator - Interface in org.apache.deltaspike.proxy.spi
 
ProxyUtils - Class in org.apache.deltaspike.core.util
Helper for proxies

Q

qualifiers - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
qualifiers(Set<Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the qualifiers used for bean creation.
qualifiers(Annotation...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the qualifiers used for bean creation.
Query - Annotation Type in org.apache.deltaspike.data.api
Supply query meta data to a method with this annotation.
Currently supports: JPQL queries as part of the annotation value Execute named queries referenced by the named value Execute native SQL queries Restrict the result size to a static value Provide a lock mode
QueryInOutMapper<E> - Interface in org.apache.deltaspike.data.api.mapping
Handles concrete mapping of query results and query input parameters.
QueryInvocationContext - Interface in org.apache.deltaspike.data.spi
Expose the current query invocation to extensions.
QueryInvocationException - Exception in org.apache.deltaspike.data.api
 
QueryInvocationException(Throwable, QueryInvocationContext) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryInvocationException(String, QueryInvocationContext) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryInvocationException(Throwable, Class<?>, Method) - Constructor for exception org.apache.deltaspike.data.api.QueryInvocationException
 
QueryParam - Annotation Type in org.apache.deltaspike.data.api
Mark a method parameter as a query parameter.
QueryResult<E> - Interface in org.apache.deltaspike.data.api
Can be used as query result type, which will not execute the query immediately.
QuerySelection<P,X> - Interface in org.apache.deltaspike.data.api.criteria
Used for selection queries with the simplified Criteria API.

R

read() - Method in class org.apache.deltaspike.jsf.util.ValueExpressionEvaluationInputStream
Reads a byte from the original stream and checks for value expression occurrences.
readAll(String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
readAll() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
readDefaultOrm(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
readFromDocument(Document) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
 
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.
readMappingFiles(String, String, List<EntityDescriptor>, List<MappedSuperclassDescriptor>, NodeList) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
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
 
readStream(InjectableResource) - Method in class org.apache.deltaspike.servlet.api.resourceloader.WebResourceProvider
 
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.
refresh(E, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, Map).
refresh(E, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, LockModeType).
refresh(E, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.refresh(Object, LockModeType, Map).
refresh(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Convenience access to EntityManager.refresh(Object).
registerCallbackDescriptors(Class<? extends Annotation>, CallbackDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
 
registerNewJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
remove(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Convenience access to EntityManager.remove(Object).
removeAndFlush(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Convenience access to EntityManager.remove(Object) with a following flush.
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.
Repository - Annotation Type in org.apache.deltaspike.data.api
The Repository annotation needs to be present in order to have the interface or class to be processed by the CDI extension.
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.
reset() - Method in interface org.apache.deltaspike.testcontrol.api.mock.DynamicMockManager
 
resolve(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
The entry point to the builder-based optionally typed configuration resolution mechanism.
resolveAlreadyDefinedProxyClass(Class<T>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
 
resolveEntityManager() - Method in interface org.apache.deltaspike.data.api.EntityManagerResolver
 
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
 
RESOURCE_PATH - Static variable in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
 
resourceProvider() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
 
resumeJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
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
 
run(RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
run(RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
 
runChild(FrameworkMethod, RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 

S

save(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
Persist (new entity) or merge the given entity.
saveAndFlush(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
EntityPersistenceRepository.save(Object)s the given entity and flushes the persistence context afterwards.
saveAndFlushAndRefresh(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
EntityPersistenceRepository.save(Object)s the given entity and flushes the persistence context afterwards, followed by a refresh (e.g.
Scheduled - Annotation Type in org.apache.deltaspike.scheduler.api
 
Scheduler<T> - Interface in org.apache.deltaspike.scheduler.spi
 
scope - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
scope(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the scope used for bean creation.
Secured - Annotation Type in org.apache.deltaspike.security.api.authorization
Interceptor for securing beans.
Secured.AnnotationPreProcessor - Class in org.apache.deltaspike.security.api.authorization
 
Secured.Descriptor - Class in org.apache.deltaspike.security.api.authorization
 
SecuredReturn - Annotation Type in org.apache.deltaspike.security.api.authorization
Marks an argument of a Secures method to be the result of the secured business method invocation.
Secures - Annotation Type in org.apache.deltaspike.security.api.authorization
This annotation is used to delegate a method as the provider for a specific authorization check
SecurityBindingType - Annotation Type in org.apache.deltaspike.security.api.authorization
Applied to an annotation to indicate that it is a security binding type
SecurityDefinitionException - Exception in org.apache.deltaspike.security.api.authorization
This exception is thrown when a security-related configuration error is detected, such as a missing or ambiguous security binding type
SecurityDefinitionException(String) - Constructor for exception org.apache.deltaspike.security.api.authorization.SecurityDefinitionException
 
SecurityDefinitionException(Throwable) - Constructor for exception org.apache.deltaspike.security.api.authorization.SecurityDefinitionException
 
SecurityDefinitionException(String, Throwable) - Constructor for exception org.apache.deltaspike.security.api.authorization.SecurityDefinitionException
 
SecurityException - Exception in org.apache.deltaspike.security.api
Any exception that is raised by the security module extends from this runtime exception class, making it easy for other modules and extensions to catch all security-related exceptions in a single catch block, if need be.
SecurityException() - Constructor for exception org.apache.deltaspike.security.api.SecurityException
 
SecurityException(String, Throwable) - Constructor for exception org.apache.deltaspike.security.api.SecurityException
 
SecurityException(String) - Constructor for exception org.apache.deltaspike.security.api.SecurityException
 
SecurityException(Throwable) - Constructor for exception org.apache.deltaspike.security.api.SecurityException
 
SecurityParameterBinding - Annotation Type in org.apache.deltaspike.security.api.authorization
Applied to an Annotation to declare it as a security parameter binding; to use business method invocation values as Secures method arguments.
SecurityStrategy - Interface in org.apache.deltaspike.security.spi.authorization
Marker interface for a pluggable strategy for Secured
SecurityViolation - Interface in org.apache.deltaspike.security.api.authorization
Provides the concrete reason for the restriction.
SecurityViolationHandler - Interface in org.apache.deltaspike.security.spi.authorization
Allows to handle custom implementations of SecurityViolation
select(Class<N>, QuerySelection<? super C, ?>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Create a select query.
select(QuerySelection<? super C, ?>...) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
Create a select query.
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
 
set(EntityManager) - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
 
SetAccessiblePrivilegedAction - Class in org.apache.deltaspike.core.util.securitymanaged
PrivilegedAction instance to enabling access to the specified AccessibleObject.
SetAccessiblePrivilegedAction(AccessibleObject) - Constructor for class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
 
setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
It doesn't really matter which of the system events is used to obtain the BeanManager, but AfterBeanDiscovery has been chosen since it allows all events which occur after the AfterBeanDiscovery to use the BeanManagerProvider.
setCauseElements(Collection<Throwable>) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Internal only.
setContextualInstance(T) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
setCreationalContext(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
 
setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Set the ContextualLifecycle and the InjectionPoints for the AnnotatedType
setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
 
setDelegateInvocationHandler(InvocationHandler) - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
 
setEntityClass(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
setEntityDescriptors(List<EntityDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
setEntityDescriptors(List<EntityDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
setFlushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.setFlushMode(FlushModeType).
setGenerator(ProxyClassGenerator) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory.GeneratorHolder
Setter invoked by OSGi Service Component Runtime.
setHandled(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
Internal only.
setId(String[]) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
setIdClass(Class<? extends Serializable>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
setJavaClass(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
setter for the class
setJavaScriptEnabled(boolean) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
 
setJavaScriptEnabled(boolean) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
 
setMappedSuperclassDescriptors(List<MappedSuperclassDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
setName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
setName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
setOptional(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
 
setPackageName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
 
setParameters(Object[]) - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
setParent(AbstractEntityDescriptor) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
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.
setProperties(Map<String, String>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
setProperty(String, Object) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.setProperty(String, Object).
setSource(Object) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
TODO review it (this method is new)
setState(AccessDecisionState) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
Updates the state of the context
setTableName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
 
setTestClass(Class) - Method in interface org.apache.deltaspike.testcontrol.spi.TestAware
 
setTestMethod(Method) - Method in interface org.apache.deltaspike.testcontrol.spi.TestAware
 
setVersion(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
 
shutdown() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
This will shutdown the underlying CDI container and stop all contexts.
shutdown() - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
Closes the container
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
 
SimpleQueryInOutMapperBase<Entity,Dto> - Class in org.apache.deltaspike.data.api.mapping
A base mapper to map from Dto to Entity and vice versa.
SimpleQueryInOutMapperBase() - Constructor for class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
SingleResultType - Enum in org.apache.deltaspike.data.api
Defines the way a single result query is fetched.
SingletonLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Singleton
SingletonLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SingletonLiteral
 
skipCause() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Similar to ExceptionEvent.handledAndContinue(), but instructs the dispatcher to markHandled to the next element in the cause chain without processing additional handlers for this cause chain element.
skipCause() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
Internal only.
SkipMetaDataMerge - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Disables metadata merging on attributes of @ViewMetaData annotations.
SpecializesLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for Specializes
SpecializesLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SpecializesLiteral
 
Staging - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
Staging() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Staging
 
start() - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
startContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Start the specified scope.
startContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
This will start all container built-in Contexts
startExternalContainers() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
 
startJobManually(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
startScope(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
Signals a started scope
startScopes() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
 
stereotypes - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
stereotypes(Set<Class<? extends Annotation>>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the stereotypes used for bean creation.
stop() - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
STOP_CONTAINER - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.ContainerIntegration
 
stopContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Stop the specified scope.
stopContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
Stop all container built-in Contexts and destroy all beans properly
stopScope(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
Signals a stopped scope
StreamUtil - Class in org.apache.deltaspike.core.util
 
StreamUtil() - Constructor for class org.apache.deltaspike.core.util.StreamUtil
 
strictly(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Indicates whether the fallback resolution sequence should be performed, as described in ConfigResolver.getPropertyAwarePropertyValue(String, String).
StringUtils - Class in org.apache.deltaspike.core.util
 
substring(SingularAttribute<? super E, String>, int) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.substring(javax.persistence.criteria.Expression, int) over a String attribute.
substring(SingularAttribute<? super E, String>, int, int) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.substring(javax.persistence.criteria.Expression, int, int) over a String attribute.
sum(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.sum(javax.persistence.criteria.Expression) over an attribute.
SystemTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
SystemTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.SystemTest
 

T

tableName() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Get the entity table name this Repository is related to.
target - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
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
 
TestAware - Interface in org.apache.deltaspike.testcontrol.spi
 
TestBaseConfig - Interface in org.apache.deltaspike.testcontrol.api.junit
 
TestBaseConfig.ContainerIntegration - Interface in org.apache.deltaspike.testcontrol.api.junit
 
TestBaseConfig.MockIntegration - Interface in org.apache.deltaspike.testcontrol.api.junit
 
TestControl - Annotation Type in org.apache.deltaspike.testcontrol.api
Optional control annotation for unit-tests
TestControlLiteral - Class in org.apache.deltaspike.testcontrol.api.literal
 
TestControlLiteral() - Constructor for class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
 
TestControlValidator - Interface in org.apache.deltaspike.testcontrol.spi
Allows to provide a different validator which could allow e.g.
TestStage - Interface in org.apache.deltaspike.core.api.projectstage
Marker interface for ProjectStage implementations which are used for tests.
TestStatementDecoratorFactory - Interface in org.apache.deltaspike.testcontrol.spi.junit
 
Throttled - Annotation Type in org.apache.deltaspike.core.api.throttling
Mark a bean/method as relying on a throttler.
ThrottledStrategy - Interface in org.apache.deltaspike.core.spi.throttling
 
Throttling - Annotation Type in org.apache.deltaspike.core.api.throttling
Configure the throttler associated to the class/method.
Throttling.SemaphoreFactory - Interface in org.apache.deltaspike.core.api.throttling
 
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.
TIMEOUT_IN_SECONDS - Static variable in interface org.apache.deltaspike.jpa.api.config.base.JpaBaseConfig.UserTransaction
 
timer - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
 
toDto(Entity) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
 
toEntity(Entity, Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
Map a Dto to an Entity.
toPage(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Move the page cursor to a specific page.
toPath(ViewConfigNode) - Static method in class org.apache.deltaspike.jsf.util.NamingConventionUtils
 
toSelection(CriteriaQuery<R>, CriteriaBuilder, Path<? extends P>) - Method in interface org.apache.deltaspike.data.api.criteria.QuerySelection
Convert the instance to a criteria selection.
toString() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
 
toString() - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using the MessageContext which created the Message.
toString(MessageContext) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using an arbitrary MessageContext.
toString(String) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using the MessageContext which created the Message.
toString(MessageContext, String) - Method in interface org.apache.deltaspike.core.api.message.Message
Renders the Message to a String, using an arbitrary MessageContext.
toString() - Method in class org.apache.deltaspike.core.api.projectstage.ProjectStage
toString() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
 
toString - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
toString(String) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the string used when Object.toString() is called on the bean.
toString() - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
Copied from Apache OWB (javax.enterprise.util.AnnotationLiteral#toString()) with minor changes.
toString() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
 
toString() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.MappedSuperclassDescriptor
 
toString() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
 
Transactional - Annotation Type in org.apache.deltaspike.jpa.api.transaction
If it isn't possible to use EJBs, this interceptor adds transaction support to methods or a class.
TransactionConfig - Interface in org.apache.deltaspike.jpa.api.transaction
Optional config for transactions
TransactionHelper - Class in org.apache.deltaspike.jpa.api.transaction
TransactionHelper() - Constructor for class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
 
TransactionScoped - Annotation Type in org.apache.deltaspike.jpa.api.transaction
A @TransactionScoped contextual instance will be unique for a given transaction controlled by Transactional.
TransactionStrategy - Interface in org.apache.deltaspike.jpa.spi.transaction
Marker interface for a plugable strategy for Transactional.
trim(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.trim(javax.persistence.criteria.Expression) over a String attribute.
trim(CriteriaBuilder.Trimspec, SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.trim(javax.persistence.criteria.CriteriaBuilder.Trimspec, javax.persistence.criteria.Expression) over a String attribute.
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, Class<T>, ClassLoader) - 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
tryToLoadClassForName(String, ClassLoader) - 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
 
TypedMock - Annotation Type in org.apache.deltaspike.testcontrol.api.mock
 
typedQuery(String) - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
Utility method to create a typed query.
types - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
 
types(Set<Type>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the type closure used for bean creation.
types(Type...) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
Define the type closure used for bean creation.

U

UnitTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
Type-safe ProjectStage
UnitTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.UnitTest
 
unmute() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
Instructs the dispatcher to allow this handler to be invoked again.
unwrap(Class<T>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
See EntityManager.unwrap(Class).
unwrap(Class<? extends S>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
 
upper(SingularAttribute<? super E, String>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a query selection for the CriteriaBuilder.upper(javax.persistence.criteria.Expression) over a String attribute.
USE_TEST_CLASS_AS_CDI_BEAN - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.ContainerIntegration
 

V

validate(TestControl) - Method in interface org.apache.deltaspike.testcontrol.spi.TestControlValidator
 
validateViewMetaData(View, ViewConfigNode) - Method in class org.apache.deltaspike.jsf.api.config.view.View.ViewConfigPreProcessor
 
value() - Method in class org.apache.deltaspike.core.api.literal.NamedLiteral
 
value() - Method in class org.apache.deltaspike.core.api.literal.NewLiteral
value() - Method in class org.apache.deltaspike.core.api.literal.TypedLiteral
 
value() - Method in class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
ValueExpressionEvaluationInputStream - Class in org.apache.deltaspike.jsf.util
A filtered stream that evaluates value expressions in the original stream while reading from it.
ValueExpressionEvaluationInputStream(FacesContext, InputStream) - Constructor for class org.apache.deltaspike.jsf.util.ValueExpressionEvaluationInputStream
 
valueOf(String) - Static method in enum org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Validation.ViolationMode
Returns the enum constant of this type with the specified name.
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 enum org.apache.deltaspike.core.api.lock.Locked.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.apache.deltaspike.core.api.projectstage.ProjectStage
 
valueOf(String) - Static method in enum org.apache.deltaspike.data.api.EntityGraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.data.api.SingleResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.jsf.api.config.view.View.NavigationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.jsf.api.config.view.View.ViewParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.jsf.api.listener.phase.JsfPhaseId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.deltaspike.security.api.authorization.AccessDecisionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Validation.ViolationMode
Returns an array containing the constants of this enum type, in the order they are declared.
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 enum org.apache.deltaspike.core.api.lock.Locked.Operation
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.
values() - Static method in enum org.apache.deltaspike.data.api.EntityGraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.data.api.SingleResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.jsf.api.config.view.View.NavigationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.jsf.api.config.view.View.ViewParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.jsf.api.listener.phase.JsfPhaseId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.deltaspike.security.api.authorization.AccessDecisionState
Returns an array containing the constants of this enum type, in the order they are declared.
versionField(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
 
View - Annotation Type in org.apache.deltaspike.jsf.api.config.view
Optional annotation to specify page specific meta-data
View.AbstractNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
 
View.DefaultBasePathBuilder - Class in org.apache.deltaspike.jsf.api.config.view
 
View.DefaultExtensionBuilder - Class in org.apache.deltaspike.jsf.api.config.view
 
View.DefaultFileNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
 
View.Extension - Interface in org.apache.deltaspike.jsf.api.config.view
Extension of the markup file
View.NameBuilder - Interface in org.apache.deltaspike.jsf.api.config.view
 
View.NavigationMode - Enum in org.apache.deltaspike.jsf.api.config.view
Type of the navigation which should be used by the javax.faces.application.NavigationHandler
View.ViewConfigPreProcessor - Class in org.apache.deltaspike.jsf.api.config.view
 
View.ViewParameterMode - Enum in org.apache.deltaspike.jsf.api.config.view
Mode specifies if JSF2 should include view-params
ViewAccessContextManager - Interface in org.apache.deltaspike.core.spi.scope.viewaccess
 
ViewAccessScoped - Annotation Type in org.apache.deltaspike.core.api.scope
The scope is active as long as its bean is accessed by a view.
ViewConfig - Interface in org.apache.deltaspike.core.api.config.view
Marker interface for type-safe view-config classes.
ViewConfigDescriptor - Interface in org.apache.deltaspike.core.api.config.view.metadata
Descriptor which represents a concrete view (page).
ViewConfigInheritanceStrategy - Interface in org.apache.deltaspike.core.spi.config.view
Allows to customize the inheritance-strategy for meta-data.
ViewConfigNode - Interface in org.apache.deltaspike.core.spi.config.view
Node-type used for building the meta-data-tree during the bootstrapping process.
ViewConfigPreProcessor() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.ViewConfigPreProcessor
 
ViewConfigResolver - Interface in org.apache.deltaspike.core.api.config.view.metadata
Resolver of view-configs.
ViewConfigRoot - Annotation Type in org.apache.deltaspike.core.spi.config.view
Allows to customize the default behaviour for processing the meta-data-tree
ViewControllerRef - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
Specifies one or more view-controllers for the view-config which has this annotation applied.
ViewControllerRef.AnnotationPreProcessor - Class in org.apache.deltaspike.core.api.config.view.controller
 
ViewControllerRef.Descriptor - Class in org.apache.deltaspike.core.api.config.view.controller
 
ViewControllerRefLiteral - Class in org.apache.deltaspike.core.api.literal
Literal for ViewControllerRef
ViewControllerRefLiteral(Class, String) - Constructor for class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
 
ViewLiteral - Class in org.apache.deltaspike.jsf.api.literal
Literal for View
ViewLiteral(boolean) - Constructor for class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
ViewLiteral(String, String, String, View.NavigationMode, View.ViewParameterMode, Class<? extends View.NameBuilder>, Class<? extends View.NameBuilder>, Class<? extends View.NameBuilder>) - Constructor for class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
ViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
Meta-annotation for custom metadata which can be applied to view-configs.
ViewNavigationHandler - Interface in org.apache.deltaspike.core.api.config.view.navigation
A type-safe ViewConfig-based NavigationHandler wrapper.
viewParams() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
 
ViewRef - Annotation Type in org.apache.deltaspike.core.api.config.view
A reference to a view-config, applied on a view-controller.
ViewRef.Manual - Class in org.apache.deltaspike.core.api.config.view
 
ViewRef.ViewRefInlineMetaDataTransformer - Class in org.apache.deltaspike.core.api.config.view
 
ViewRef.ViewRefTargetViewConfigProvider - Class in org.apache.deltaspike.core.api.config.view
 
ViewRefInlineMetaDataTransformer() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefInlineMetaDataTransformer
 
ViewRefTargetViewConfigProvider() - Constructor for class org.apache.deltaspike.core.api.config.view.ViewRef.ViewRefTargetViewConfigProvider
 
VIOLATION_MODE - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.Validation
 

W

WebResourceProvider - Class in org.apache.deltaspike.servlet.api.resourceloader
Loads resources using ServletContext.getResource(String).
WebResourceProvider() - Constructor for class org.apache.deltaspike.servlet.api.resourceloader.WebResourceProvider
 
where(Class<T>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a Criteria instance.
where(Class<T>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
Create a Criteria instance with a join type.
WindowContext - Interface in org.apache.deltaspike.core.spi.scope.window
We support the general notion of multiple 'windows' That might be different parallel edit pages in a desktop application (think about different open documents in an editor) or multiple browser tabs in a web application.
WindowContextQuotaHandler - Interface in org.apache.deltaspike.core.spi.scope.window
Allows to create a custom handler for a custom window-quota
WindowScoped - Annotation Type in org.apache.deltaspike.core.api.scope
Beans in this scope are bound to an application window (or browser tab).
withAfterClasses(Statement) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
withAfters(FrameworkMethod, Object, Statement) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
withBeforeClasses(Statement) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
withBefores(FrameworkMethod, Object, Statement) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
withCurrentProjectStage(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Indicates whether to append the name of the current project stage to the key of this builder.
withDefault(T) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Sets the default value to use in case the resolution returns null.
withPageSize(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
Set a page size on the query result.
withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
 
withStringDefault(String) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
Sets the default value to use in case the resolution returns null.
wrap(Object) - Static method in class org.apache.deltaspike.core.util.OptionalUtil
 
wrap(Object) - Static method in class org.apache.deltaspike.core.util.StreamUtil
 
wrap(T, BeanManager) - Static method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
 
wrapBeanCandidate(InvocationContext) - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsInterceptor
 
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.

X

XHTML - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
 
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2016 The Apache Software Foundation. All rights reserved.