- 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.
- activeAlternativeLabel() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- 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) - Method in interface org.apache.deltaspike.core.api.config.Config
-
- addConfigFilter(ConfigFilter) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- addConfigSources(List<ConfigSource>) - Method in interface org.apache.deltaspike.core.api.config.Config
-
This method can be used for programmatically adding
ConfigSource
s.
- addConfigSources(List<ConfigSource>) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
This method can be used for programmatically adding
ConfigSource
s.
- 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 @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
-
- 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.
- AlternativeBeanClassProvider - Interface in org.apache.deltaspike.core.spi.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 Annotated
s.
- 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
- Article - Class in org.apache.deltaspike.example
-
- Article() - Constructor for class org.apache.deltaspike.example.Article
-
- Article(String, Date) - Constructor for class org.apache.deltaspike.example.Article
-
- ArticleController - Class in org.apache.deltaspike.example
-
- ArticleController() - Constructor for class org.apache.deltaspike.example.ArticleController
-
- ArticleRepository - Interface in org.apache.deltaspike.example
-
- 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(Type, ConfigResolver.Converter<N>) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.UntypedResolver
-
- 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.
- asList() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
Declare the Resolver to return a List of the given Type.
- asResolver(String, String, Type, Class<? extends ConfigResolver.Converter>, String, boolean, boolean) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- 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.
- 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
-
- CdiTestSuiteRunner.TestConfigSource - Class in org.apache.deltaspike.testcontrol.api.junit
-
- 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
-
- 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
-
- CipherService - Interface in org.apache.deltaspike.core.api.crypto
-
handle Encryption
- ClassDeactivationUtils - Class in org.apache.deltaspike.core.util
-
- ClassDeactivator - Interface in org.apache.deltaspike.core.spi.activation
-
DeltaSpike allows you to deactivate pre-configured parts (like Extensions, event-broadcasters,...).
- ClassFilter - Interface in org.apache.deltaspike.core.spi.filter
-
- classFilter() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- ClasspathResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
A classpath-based resource provider.
- ClasspathResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- ClassUtils - Class in org.apache.deltaspike.core.util
-
- cleanupFinalBeanManagers(AfterDeploymentValidation) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
By cleaning the final BeanManager map after the deployment gets validated, premature loading of information from
JNDI is prevented in cases where the container might not be fully setup yet.
- cleanupStoredBeanManagerOnShutdown(BeforeShutdown) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
Cleanup on container shutdown.
- 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 AnnotatedCallable
s for equality.
- compareAnnotatedField(AnnotatedField<?>, AnnotatedField<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Compares AnnotatedField
s for equality.
- compareAnnotatedTypes(AnnotatedType<?>, AnnotatedType<?>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Compares two AnnotatedType
s for equality.
- Config - Interface in org.apache.deltaspike.core.api.config
-
The Configuration for an application/ClassLoader.
- 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
-
- ConfigNodeConverter - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to provide multiple strategies to process the nodes of the built config-tree.
- ConfigPreProcessor<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to change the found meta-data (e.g. replace default values - example:
Page.extension needs "" as a default for the meta-data-merging process, but "xhtml" should be the final default)
or the
ViewConfigNode
itself.
- ConfigProperty - Annotation Type in org.apache.deltaspike.core.api.config
-
This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration
mechanism.
- ConfigResolver - Class in org.apache.deltaspike.core.api.config
-
The main entry point to the DeltaSpike configuration mechanism.
- ConfigResolver.ConfigChanged<T> - Interface in org.apache.deltaspike.core.api.config
-
Callback which can be used with TypedResolver#onChange(ConfigChanged)
- ConfigResolver.ConfigHelper - Interface in org.apache.deltaspike.core.api.config
-
Some utility functions which are useful for implementing own ConfigSources, etc.
- ConfigResolver.ConfigProvider - Interface in org.apache.deltaspike.core.api.config
-
Provide access to the underlying
Config
instance.
- 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.
- ConfigSnapshot - Interface in org.apache.deltaspike.core.api.config
-
A value holder for TypedResolver values which all got resolved in a guaranteed atomic way.
- 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 - Annotation Type in org.apache.deltaspike.core.api.config
-
Marker to let DeltaSpike pick this interface and create a proxy getting values
from the configuration.
- CONFIGURATION_ORDINAL_DEFAULT_VALUE - Static variable in class org.apache.deltaspike.core.api.config.PropertyLoader
-
- ConfigValidator - Interface in org.apache.deltaspike.core.spi.config
-
- contains(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.contains(Object)
.
- contains(Method[], Method) - Method in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationHandler
-
- 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
-
- 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
-
- 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.InterDynCustomization - 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() - Method in class org.apache.deltaspike.example.Resources
-
- 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
-
- createContextualInstance(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
- CreatedBy - Annotation Type in org.apache.deltaspike.data.api.audit
-
Marks a property which should be updated with the current when the entity gets persisted.
- 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
AnnotatedParameter
s.
- 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
-
- 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.
- EditableAccessDecisionVoterContext - Interface in org.apache.deltaspike.security.spi.authorization
-
- 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
-
- encrypt(String, String) - Method in interface org.apache.deltaspike.core.api.crypto.CipherService
-
Encrypt the given cleartext.
- 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
-
Deprecated.
- EntityManagerConfig - Annotation Type in org.apache.deltaspike.jpa.api.entitymanager
-
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
-
Deprecated.
- EntityManagerResolver - Interface in org.apache.deltaspike.jpa.api.entitymanager
-
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:
@Exclude
@Exclude(ifProjectStage=Production.class)
@Exclude(exceptIfProjectStage=UnitTest.class)
@Exclude(onExpression="myProperty==myValue")
@Exclude(onExpression="[my custom expression syntax]", interpretedBy=CustomExpressionInterpreter.class)
Examples:
The following bean gets excluded in any case
@Exclude
public class NoBean {}
The following bean gets excluded when the ProjectStage is 'Development'
@Exclude(ifProjectStage = ProjectStage.Development.class)
public class ProductionBean {}
The following bean gets excluded in every case except when then ProjectStage is 'Development'
@Exclude(exceptIfProjectStage = ProjectStage.Development.class)
public class DevBean {}
The following bean gets excluded if the expression evaluates to true, which means there is a configured property
called 'myProperty' with the value 'myValue'
@Exclude(onExpression="myProperty==myValue")
public class ProductionBean {}
The following bean gets excluded if the expression evaluates to true
@Exclude(onExpression="[my custom expression syntax]", interpretedBy=CustomExpressionInterpreter.class)
public class ProductionBean {}
- ExecutableCallbackDescriptor<R> - Class in org.apache.deltaspike.core.api.config.view.metadata
-
- 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
-
- 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
-
- 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
-
- Filter - Annotation Type in org.apache.deltaspike.core.api.config
-
Marker to let DeltaSpike pick automatically the decorated instance
as a ConfigFilter of current CDI module.
- filterConfigValue(String, String, boolean) - Method in interface org.apache.deltaspike.core.api.config.Config
-
Filter the configured value.
- 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
-
- findArticleById(Long) - Method in class org.apache.deltaspike.example.ArticleController
-
- 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
-
- findOptionalBy(PK) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Entity lookup by primary key.
- 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
-
- 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
-
- generateProxyClass(ClassLoader, Class<T>, String, String, Class<?>[], Method[], Method[]) - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxyClassGenerator
-
Generates a proxy class from the given source class, which also implements
DeltaSpikeProxy
.
- 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
-
- getAllArticles() - Method in class org.apache.deltaspike.example.ArticleController
-
- 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.
- getAlternativeMapping() - Method in interface org.apache.deltaspike.core.spi.alternative.AlternativeBeanClassProvider
-
- 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
-
- getArticle() - Method in class org.apache.deltaspike.example.ArticleController
-
- 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.
- getBeanDefinitions(Class<T>, boolean, boolean, BeanManager) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a set of Bean
definitions by type, regardless of qualifiers.
- getBeanKey(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
If the context is a passivating scope then we return
the passivationId of the Bean.
- getBeanLifecycle() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- getBeanManager() - Method in 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
-
- getClassInvocations() - Method in class org.apache.deltaspike.core.api.monitoring.MonitorResultEvent
-
- 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.
- getColumnNames() - Method in class org.apache.deltaspike.core.api.jmx.Table
-
- getConfig() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.ConfigProvider
-
Return either an existing Config associated with the current TCCL or a
new Config and associate it with the TCCL.
- getConfig(ClassLoader) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.ConfigProvider
-
Return either an existing Config associated with the given ClassLoader or a
new Config and associate it with the given ClassLoader.
- getConfig() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfig(ClassLoader) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigClass() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
- getConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptor(Class<?>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves all descriptors for folders.
- getConfigFilters() - Method in interface org.apache.deltaspike.core.api.config.Config
-
- getConfigFilters() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigName() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
- getConfigName() - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- getConfigProvider() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigSources() - Method in interface org.apache.deltaspike.core.api.config.Config
-
- 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
-
- getContent() - Method in class org.apache.deltaspike.example.Article
-
- 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
-
- getContextualReference(BeanManager, Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getContextualReference(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(BeanManager, String, boolean, Class<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its EL Name.
- getContextualReference(Class<T>, Bean<T>) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get the Contextual Reference for the given bean.
- getContextualReferences(Class<T>, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a list of Contextual References by type, regardless of qualifiers (including dependent scoped beans).
- getContextualReferences(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a list of Contextual References by type, regardless of the qualifier.
- getContextualStorage(Contextual<?>, boolean) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
An implementation has to return the underlying storage which
contains the items held in the Context.
- getCreationalContext() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- 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. abort, rethrow, etc)
- getCurrentWindowId() - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
- getDate() - Method in class org.apache.deltaspike.example.Article
-
- 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
-
- 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<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- getDelegateMethods() - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
-
- 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.
- getHelper() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.ConfigProvider
-
Provide access to the ConfigHelper
- 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.example.Article
-
- 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
-
- getInvocationHandler() - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
-
- 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
-
- getLines() - Method in class org.apache.deltaspike.core.api.jmx.Table
-
- 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.
- getMethodDurations() - Method in class org.apache.deltaspike.core.api.monitoring.MonitorResultEvent
-
- getMethodInvocations() - Method in class org.apache.deltaspike.core.api.monitoring.MonitorResultEvent
-
- 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, int) - Static method in class org.apache.deltaspike.core.util.ParameterUtil
-
- 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)
Important Hints for custom implementations:
If a custom implementation should be invoked
before the default implementations, use a value > 400
If a custom implementation should be invoked
after the default implementations, use a value < 100
IMPORTANT: Have a look at the abstract base-implementation DeltaSpike is using internally,
if a custom implementation should load the ordinal value from the config-source like the default
implementations provided by DeltaSpike do.
- getOrdinal() - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- 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.
- getProceedOriginalReturnValue() - Method in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationContext
-
- getProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
We can only produce @Dependent scopes since an enum is final.
- getProjectStageAwarePropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key in the current
ProjectStage
.
- getProjectStageAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getProperties(String) - Static method in class org.apache.deltaspike.core.api.config.PropertyLoader
-
Looks for all properties files with the given name in the classpath, loads them in ascending order determined by
their ordinal and merges them.
- getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Return properties contained in this config source.
- 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
-
- getProperties() - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- getPropertyAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key, parameterized by the current
ProjectStage
and by the value of a second property.
- getPropertyAwarePropertyValue(String, String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getPropertyFileName() - Method in interface org.apache.deltaspike.core.api.config.PropertyFileConfig
-
All the property files on the classpath which have this name will get picked up and registered as
ConfigSource
.
- getPropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- 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
-
- getPropertyValue(String) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- 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
-
- 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
-
- getTitle() - Method in class org.apache.deltaspike.example.Article
-
- getToString() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- getToView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Provides the navigation target.
- 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
-
- getUntypedPropertyValue(InjectionPoint, Type) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- 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.
- getValue(ConfigSnapshot) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
- 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
-
- getViewConfigDescriptor(Class<? extends ViewConfig>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getViewConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves all descriptors for the known
ViewConfig
s.
- 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
-
- 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.
- 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
-
- ImmutableBean<T> - Class in org.apache.deltaspike.core.util.bean
-
- ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBean
-
Create a new, immutable bean.
- ImmutableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
-
This bean-wrapper allows you to build a general purpose bean (likely a
producer method), and register it for a narrowed type (or qualifiers).
- ImmutableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
-
- ImmutableInjectionPoint - Class in org.apache.deltaspike.core.util.metadata.builder
-
A base class for implementing InjectionPoint
.
- ImmutableInjectionPoint(AnnotatedField<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
Instantiate a new InjectionPoint
based upon an
AnnotatedField
.
- ImmutableInjectionPoint(AnnotatedField<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
Instantiate a new InjectionPoint
based upon an
AnnotatedField
, reading the qualifiers from the annotations
declared on the field.
- ImmutableInjectionPoint(AnnotatedParameter<?>, Set<Annotation>, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
Instantiate a new InjectionPoint
based upon an
AnnotatedParameter
.
- ImmutableInjectionPoint(AnnotatedParameter<?>, BeanManager, Bean<?>, boolean, boolean) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
Instantiate a new InjectionPoint
based upon an
AnnotatedParameter
, reading the qualifiers from the annotations
declared on the parameter.
- ImmutablePassivationCapableBean<T> - Class in org.apache.deltaspike.core.util.bean
-
- ImmutablePassivationCapableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBean
-
Create a new, immutable bean.
- ImmutablePassivationCapableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
-
PassivationCapable version of an ImmutableBeanWrapper.
- ImmutablePassivationCapableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBeanWrapper
-
- 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
-
- InitializedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.InitializedLiteral
-
- initProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
- InitView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- inject(T, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- InjectableMethod<X> - Class in org.apache.deltaspike.core.util.metadata.builder
-
Allows an AnnotatedMethod
to be injected using the CDI type safe
resolution rules.
- InjectableMethod(AnnotatedMethod<X>, Bean<?>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
- InjectableMethod(AnnotatedMethod<X>, Collection<InjectionPoint>, BeanManager) - Constructor for class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
- InjectableResource - Annotation Type in org.apache.deltaspike.core.api.resourceloader
-
Qualifier which enables simple injection of resources into beans, eliminating the need to deal with their loading.
- InjectableResourceLiteral - Class in org.apache.deltaspike.core.api.literal
-
- InjectableResourceLiteral(Class<? extends InjectableResourceProvider>, String) - Constructor for class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
-
- InjectableResourceProvider - Interface in org.apache.deltaspike.core.api.resourceloader
-
Provides lookup capability to find a resource.
- injectFields(T) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Performs dependency injection on an instance.
- injectionPoints - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- injectionPoints(Set<InjectionPoint>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define the injection points used for bean creation.
- InjectionPointWrapper - Class in org.apache.deltaspike.core.util.metadata
-
Simple wrapper for injection points.
- InjectionPointWrapper(InjectionPoint, Bean<?>) - Constructor for class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- InlineMetaDataTransformer<I extends Annotation,T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData.
- InlineViewMetaData - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
-
Provides the ability to apply metadata to a view-config "remotely" – from a
different place than the view-config itself (and with different syntax and a different annotation).
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DeltaSpikeLiteral
-
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.DestroyedLiteral
-
- INSTANCE - Static variable in class org.apache.deltaspike.core.api.literal.InitializedLiteral
-
- instantiateClassForName(String) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Creates an instance for the given class-name
- instantiateDelegateInvocationHandler() - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
-
- IntegrationTest - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
- IntegrationTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.IntegrationTest
-
- interceptorIndex - Variable in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationContext
-
- interceptors - Variable in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationContext
-
- 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
-
- INTERDYN_ENABLED - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.InterDynCustomization
-
Whether the InterDyn feature is enabled or not.
- INTERDYN_RULE_PREFIX - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.InterDynCustomization
-
All interdyn rules start with this prefix and contains a 'match' and a 'annotation' part.
- 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.
- invocationHandler - Variable in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationContext
-
- InvocationMonitored - Annotation Type in org.apache.deltaspike.core.api.monitoring
-
Use this annotation to mark a bean as being monitored.
- 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.
- invoke(Object, Method, Object[]) - Method in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationHandler
-
- invokeMethod(Object, Method, Class<T>, boolean, Object...) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Invoke the method on the instance, with any arguments specified, casting
the result of invoking the method to the expected return type.
- isAbstract(Method) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if a method is abstract
- isActivated(Class<? extends Deactivatable>) - Method in interface org.apache.deltaspike.core.spi.activation.ClassDeactivator
-
Provides classes which should be deactivated.
- isActivated(Class<? extends Deactivatable>) - Static method in class org.apache.deltaspike.core.util.ClassDeactivationUtils
-
- isActive() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
- 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
-
- isFiltered(Class<?>) - Method in interface org.apache.deltaspike.core.spi.filter.ClassFilter
-
- 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
-
- 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
-
- 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
-
- isParameterSupported() - Static method in class org.apache.deltaspike.core.util.ParameterUtil
-
- 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
- isProceedOriginal() - Method in class org.apache.deltaspike.proxy.spi.invocation.DeltaSpikeProxyInvocationContext
-
- isProxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
Analyses if the given class is a generated proxy class
- isProxyableClass(Type) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Checks whether the CDI rules for proxyable beans are met.
- 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.
- isScannable() - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- isSchedulerEnabled() - Method in interface org.apache.deltaspike.scheduler.spi.SchedulerControl
-
Control whether or not the scheduler should be started.
- 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
- 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
-
- 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
-
- readEntry(String, String, Type, Class<? extends ConfigResolver.Converter>, String, boolean, boolean) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- 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
-
- releaseConfig(ClassLoader) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.ConfigProvider
-
Release the Config associated with the given ClassLoader.
- 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.
- removeSpecialChars(String) - Static method in class org.apache.deltaspike.core.util.StringUtils
-
Remove any non-numeric, non-alphanumeric Characters in the given String
- 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. for internal tests.
- reset() - Method in interface org.apache.deltaspike.testcontrol.api.mock.DynamicMockManager
-
- resolve(String) - Method in interface org.apache.deltaspike.core.api.config.Config
-
The entry point to the builder-based optionally typed configuration resolution mechanism.
- 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.
- resolveEntityManager() - Method in interface org.apache.deltaspike.jpa.api.entitymanager.EntityManagerResolver
-
- resolveEntityManager() - Method in class org.apache.deltaspike.jpa.spi.entitymanager.QualifierBackedEntityManagerResolver
-
- 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
-
- Resources - Class in org.apache.deltaspike.example
-
- Resources() - Constructor for class org.apache.deltaspike.example.Resources
-
- 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.
- returns(Method, Class<?>) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
- 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
-
- 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
-
- saveAndFlushAndRefresh(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
- Scheduled - Annotation Type in org.apache.deltaspike.scheduler.api
-
- Scheduler<T> - Interface in org.apache.deltaspike.scheduler.spi
-
- SchedulerControl - Interface in org.apache.deltaspike.scheduler.spi
-
This interface provides high-level controls for the scheduler.
- 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
-
- 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
-
- SetAccessiblePrivilegedAction(AccessibleObject) - Constructor for class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
-
- setArticle(Article) - Method in class org.apache.deltaspike.example.ArticleController
-
- 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.
- setContent(String) - Method in class org.apache.deltaspike.example.Article
-
- 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
-
- setDate(Date) - Method in class org.apache.deltaspike.example.Article
-
- 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
-
- setDelegateMethods(Method[]) - 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(DeltaSpikeProxyClassGenerator) - Method in class org.apache.deltaspike.proxy.spi.DeltaSpikeProxyClassGeneratorHolder
-
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
-
- setInvocationHandler(DeltaSpikeProxyInvocationHandler) - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
-
- 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
-
- setMasterHash(String, String, boolean) - Method in interface org.apache.deltaspike.core.api.crypto.CipherService
-
Store a hash based on the given masterpassword and masterSalt in
~/.deltaspike/master.hash
- 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
-
- setOnAttributeChange(Consumer<Set<String>>) - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
This callback should get invoked if an attribute change got detected inside the ConfigSource.
- 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
-
- setTitle(String) - Method in class org.apache.deltaspike.example.Article
-
- 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
-
- 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.
- snapshotFor(ConfigResolver.TypedResolver<?>...) - Method in interface org.apache.deltaspike.core.api.config.Config
-
- Source - Annotation Type in org.apache.deltaspike.core.api.config
-
Marker to let DeltaSpike pick automatically the decorated instance
as a ConfigSource of current CDI module.
- 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
-
- 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
- strictly(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
- 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
-
- SystemTest() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.SystemTest
-
- Table - Class in org.apache.deltaspike.core.api.jmx
-
Allows to expose in JMX a STRING TabularData without having to built it in the MBean.
- Table() - Constructor for class org.apache.deltaspike.core.api.jmx.Table
-
- 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
-
- TestConfigSource() - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner.TestConfigSource
-
- TestControl - Annotation Type in org.apache.deltaspike.testcontrol.api
-
Optional control annotation for unit-tests
- TestControl.Label - Interface in org.apache.deltaspike.testcontrol.api
-
- 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. more scope-annotations (if a custom cdi-control implementation supports that custom contexts as well).
- 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
-
- 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
-
- 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
-
- 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.example.Article
-
- 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
-
This class allows to execute CDI-unmanaged code blocks in a
@Transactional manner.
- 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
-
- 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.
- 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
-
- 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
-
- vetoJobExecution(Class<?>) - Method in interface org.apache.deltaspike.scheduler.spi.SchedulerControl
-
Invoked each time a job is triggered, this controls whether the given job shall be started or not.
- 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 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
-
- ViewControllerRefLiteral(Class, String) - Constructor for class org.apache.deltaspike.core.api.literal.ViewControllerRefLiteral
-
- ViewLiteral - Class in org.apache.deltaspike.jsf.api.literal
-
- 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
-