- abort() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Instructs the dispatcher to abort further processing of handlers.
- abs(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.abs(javax.persistence.criteria.Expression)
over an attribute.
- AbstractAccessDecisionVoter - Class in org.apache.deltaspike.security.api.authorization
-
Base implementation which provides helper methods.
- AbstractAccessDecisionVoter() - Constructor for class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
-
- AbstractContext - Class in org.apache.deltaspike.core.util.context
-
A skeleton containing the most important parts of a custom CDI Context.
- AbstractContext(BeanManager) - Constructor for class org.apache.deltaspike.core.util.context.AbstractContext
-
- AbstractDecisionVoter - Class in org.apache.deltaspike.security.api.authorization
-
Base class for decision-voters
- AbstractDecisionVoter() - Constructor for class org.apache.deltaspike.security.api.authorization.AbstractDecisionVoter
-
- AbstractEntityDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
-
- AbstractEntityDescriptor() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- AbstractEntityDescriptor(String[], String, String, Class<?>, Class<? extends Serializable>, AbstractEntityDescriptor) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- AbstractEntityHierarchyBuilder - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
-
- AbstractEntityRepository<E,PK extends Serializable> - Class in org.apache.deltaspike.data.api
-
Base Repository class to be extended by concrete implementations
(abstract classes with implementation methods).
- AbstractEntityRepository() - Constructor for class org.apache.deltaspike.data.api.AbstractEntityRepository
-
- AbstractFullEntityRepository<E,PK extends Serializable> - Class in org.apache.deltaspike.data.api
-
Full repository base class to be extended by concrete implementations.
- AbstractFullEntityRepository() - Constructor for class org.apache.deltaspike.data.api.AbstractFullEntityRepository
-
- AbstractInvocationContext<T> - Class in org.apache.deltaspike.core.util.interceptor
-
- AbstractInvocationContext(T, Method, Object[], Object) - Constructor for class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- AbstractNameBuilder() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.AbstractNameBuilder
-
- AbstractResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
An abstract InjectableResourceProvider implementation with some basic utility functionality.
- AbstractResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- AccessDecisionState - Enum in org.apache.deltaspike.security.api.authorization
-
- AccessDecisionVoter - Interface in org.apache.deltaspike.security.api.authorization
-
Interface for implementing concrete voters.
- AccessDecisionVoterContext - Interface in org.apache.deltaspike.security.api.authorization
-
Optional context which allows to get the current state as well as the results of the security check.
- AccessDeniedException - Exception in org.apache.deltaspike.security.api.authorization
-
Exception occurs in case of a security-violation.
- AccessDeniedException(Set<SecurityViolation>) - Constructor for exception org.apache.deltaspike.security.api.authorization.AccessDeniedException
-
Constructor for creating the exception for the given violations and error-view
- activateWindow(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
Set the current windowId as the currently active for the very Thread.
- ActiveEntityManagerHolder - Interface in org.apache.deltaspike.jpa.spi.entitymanager
-
Optional holder which allows to customize the handling of the EntityManager
.
- add(Class<?>, Type) - Method in class org.apache.deltaspike.core.util.HierarchyDiscovery
-
- addConfigFilter(ConfigFilter) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- 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.
- 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
- as(Class<N>) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.UntypedResolver
-
Sets the type of the configuration entry to the given class and returns this builder as a TypedResolver.
- as(Class<N>, ConfigResolver.Converter<N>) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.UntypedResolver
-
Sets the type of the configuration entry to the given class, sets the converter to the one given and
returns this builder as a TypedResolver.
- asSet(T...) - Static method in class org.apache.deltaspike.core.util.ArraysUtils
-
Create a set from an array.
- attachAndRemove(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Convenience access to EntityManager.remove(Object)
with an detached entity.
- attribute(SingularAttribute<? super E, X>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for an Entity attribute.
- AUTO_UNREGISTER - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.MBeanIntegration
-
- avg(SingularAttribute<? super E, N>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.avg(javax.persistence.criteria.Expression)
over an attribute.
- cacheFor(TimeUnit, long) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
Specify that a resolved value will get cached for a certain amount of time.
- calculateHashCodeOfAnnotation(Annotation, boolean) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- calculateHashCodeOfType(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
We need this method as some weird JVMs return 0 as hashCode for classes.
- CallbackDescriptor - Class in org.apache.deltaspike.core.api.config.view.metadata
-
Basic descriptor for a given class and callback type.
- CallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- CallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- CallbackDescriptor.CallbackEntry - Class in org.apache.deltaspike.core.api.config.view.metadata
-
- callbacks - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- callbackType - Variable in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- CATEGORY_DETAIL - Static variable in interface org.apache.deltaspike.jsf.api.message.JsfMessage
-
- CATEGORY_SUMMARY - Static variable in interface org.apache.deltaspike.jsf.api.message.JsfMessage
-
- CdiContainer - Interface in org.apache.deltaspike.cdise.api
-
A CdiTestContainer provides access to an underlying JSR-299 (CDI)
Container.
- CdiContainerLoader - Class in org.apache.deltaspike.cdise.api
-
This class provides access to the ContainerControl.
- CdiTestRunner - Class in org.apache.deltaspike.testcontrol.api.junit
-
A JUnit test runner to start up with a CDI or embedded JavaEE container.
- CdiTestRunner(Class<?>) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
-
- CdiTestSuiteRunner - Class in org.apache.deltaspike.testcontrol.api.junit
-
- CdiTestSuiteRunner(Class<?>, RunnerBuilder) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
-
- CdiTestSuiteRunner(Class<?>, Class<?>[]) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
-
- CdiTestSuiteRunner(RunnerBuilder, Class<?>, Class<?>[]) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
-
- CdiTestSuiteRunner(Class<?>, List<Runner>) - Constructor for class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
-
- changeAndThrowException(Throwable, String) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
-
- changeOrder(SingularAttribute<E, X>) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Revert an existing order attribute sort direction.
- changeOrder(String) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Revert an existing order attribute sort direction.
- checkActive() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
Make sure that the Context is really active.
- checkPermission(AccessDecisionVoterContext) - Method in class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
-
It should be final - but proxy-libs won't support it.
- checkPermission(AccessDecisionVoterContext, Set<SecurityViolation>) - Method in class org.apache.deltaspike.security.api.authorization.AbstractAccessDecisionVoter
-
- checkPermission(AccessDecisionVoterContext) - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoter
-
Checks the permission for the given InvocationContext
.
- checkWindowContextQuota(String) - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContextQuotaHandler
-
- ClassDeactivationUtils - Class in org.apache.deltaspike.core.util
-
- ClassDeactivator - Interface in org.apache.deltaspike.core.spi.activation
-
DeltaSpike allows you to deactivate pre-configured parts (like Extensions, event-broadcasters,...).
- ClasspathResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
A classpath-based resource provider.
- ClasspathResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- ClassUtils - Class in org.apache.deltaspike.core.util
-
- 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_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.
- ConfigProperty - Annotation Type in org.apache.deltaspike.core.api.config
-
This Qualifier allows simple injection of configuration properties through the DeltaSpike configuration
mechanism.
- ConfigResolver - Class in org.apache.deltaspike.core.api.config
-
The main entry point to the DeltaSpike configuration mechanism.
- ConfigResolver.Converter<T> - Interface in org.apache.deltaspike.core.api.config
-
A very simple interface for conversion of configuration values from String to any Java type.
- ConfigResolver.TypedResolver<T> - Interface in org.apache.deltaspike.core.api.config
-
A builder-based typed resolution mechanism for configuration values.
- ConfigResolver.UntypedResolver<T> - Interface in org.apache.deltaspike.core.api.config
-
A builder-based optionally typed resolution mechanism for configuration values.
- ConfigSource - Interface in org.apache.deltaspike.core.spi.config
-
Implement this interfaces to provide a ConfigSource.
- ConfigSourceProvider - Interface in org.apache.deltaspike.core.spi.config
-
Implement this interfaces to provide a ConfigSource provider which
is able to maintain multiple ConfigSources.
- CONFIGURATION_ORDINAL_DEFAULT_VALUE - Static variable in class org.apache.deltaspike.core.api.config.PropertyLoader
-
- ConfigValidator - Interface in org.apache.deltaspike.core.spi.config
-
- constructProxyClassName(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- constructSuperAccessorMethodName(Method) - Static method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- contains(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.contains(Object)
.
- containsInterceptorBinding(BeanManager, Annotation[]) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- containsMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Checks if the given class contains a method with the same signature.
- containsPossiblyGenericMethod(Class<?>, Method) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Checks if the given class has a method with the same signature, taking in to account generic types
- ContextControl - Interface in org.apache.deltaspike.cdise.api
-
Control native CDI Container Contexts.
- contextData - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- ContextualInstanceInfo<T> - Class in org.apache.deltaspike.core.util.context
-
This data holder contains all necessary data you need to
store a Contextual Instance in a CDI Context.
- ContextualInstanceInfo() - Constructor for class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- ContextualLifecycle<T> - Interface in org.apache.deltaspike.core.util.metadata.builder
-
- 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.MBeanIntegration - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.ParentExtensionCustomization - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.ScopeCustomization - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.ScopeCustomization.WindowRestriction - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.TimeoutCustomization - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.Validation - Interface in org.apache.deltaspike.core.api.config.base
-
- CoreBaseConfig.Validation.ViolationMode - Enum in org.apache.deltaspike.core.api.config.base
-
- count(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.count(javax.persistence.criteria.Expression)
over an attribute.
- count() - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
-
Count all existing entities of entity class <E>
.
- count(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
-
Count existing entities of entity class <E>
with for a given object and a specific set of properties..
- count() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Count the result set.
- countDistinct(SingularAttribute<? super E, ?>) - Method in interface org.apache.deltaspike.data.api.criteria.CriteriaSupport
-
Create a query selection for the
CriteriaBuilder.countDistinct(javax.persistence.criteria.Expression)
over an attribute.
- countLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityCountRepository
-
Count existing entities of entity class using the like operator for String attributes <E>
with for a given object and a specific set of properties..
- countPages() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Count the number of pages.
- create() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Use the bean builder's current state to define the bean.
- create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBean
-
- create(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
-
- create() - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
-
Use the bean builder's current state to define the bean.
- create() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Create an AnnotatedType
.
- create(Bean<T>, CreationalContext<T>) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ContextualLifecycle
-
Callback invoked by a Solder created bean when
Contextual.create(CreationalContext)
is called.
- create(Bean<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DelegatingContextualLifecycle
-
- create(Bean, CreationalContext) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyContextualLifecycle
-
- createAfterStatement(Statement, TestClass, Object) - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
-
- createBeforeStatement(Statement, TestClass, Object) - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
-
- createCallableId(AnnotatedCallable<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a deterministic signature for an AnnotatedCallable
.
- createConstructorId(Constructor<X>, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
- createContextualInstance(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
- CreatedOn - Annotation Type in org.apache.deltaspike.data.api.audit
-
Marks a property which should be updated with a timestamp when the entity gets persisted.
- createFieldId(AnnotatedField<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a deterministic signature for an AnnotatedField
.
- createFieldId(Field, Collection<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a deterministic signature for a
Field
.
- createInjectionPoints(AnnotatedMethod<X>, Bean<?>, BeanManager) - Static method in class org.apache.deltaspike.core.util.BeanUtils
-
Given a method, and the bean on which the method is declared, create a
collection of injection points representing the parameters of the method.
- createMethodId(Method, Set<Annotation>, List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a deterministic signature for a
Method
.
- createParameterId(AnnotatedParameter<X>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a string representation of an AnnotatedParameter
.
- createParameterId(Type, Set<Annotation>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Creates a string representation of a given type and set of annotations.
- createParameterListId(List<AnnotatedParameter<X>>) - Static method in class org.apache.deltaspike.core.util.Annotateds
-
Generates a unique string representation of a list of
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.
- FACES - Static variable in interface org.apache.deltaspike.jsf.api.config.view.View.Extension
-
- fetch(SingularAttribute<? super C, P>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(SingularAttribute<? super C, P>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(PluralAttribute<? super C, P, E>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fetch(PluralAttribute<? super C, P, E>, JoinType) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Fetch join an attribute.
- fileNameBuilder() - Method in class org.apache.deltaspike.jsf.api.literal.ViewLiteral
-
- FileResourceProvider - Class in org.apache.deltaspike.core.api.resourceloader
-
A file-based resource provider, looking for a file based on the name.
- FileResourceProvider() - Constructor for class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
-
- filterConfigValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Filter the configured value.
- filterConfigValueForLog(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Filter the configured value for logging.
- filterInterceptMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- filterInterceptMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
-
- filterValue(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
-
Filter the given configuration value
- filterValueForLog(String, String) - Method in interface org.apache.deltaspike.core.spi.config.ConfigFilter
-
Filter the given configuration value for usage in logs.
- find(Object, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, java.util.Map)
.
- find(Object, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, LockModeType)
.
- find(Object, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.find(Class, Object, LockModeType, Map)
.
- find(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- find(Class<?>, PersistenceUnitDescriptor) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- findAll() - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Lookup all existing entities of entity class <E>
.
- findAll(int, int) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Lookup a range of existing entities of entity class <E>
with support for pagination.
- findAnnotation(BeanManager, Annotation[], Class<T>) - Static method in class org.apache.deltaspike.core.util.AnnotationUtils
-
- findBy(PK) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Entity lookup by primary key.
- findBy(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties.
- findBy(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties with support for pagination.
- findByLike(E, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties using a like operator for Strings.
- findByLike(E, int, int, SingularAttribute<E, ?>...) - Method in interface org.apache.deltaspike.data.api.EntityRepository
-
Query by example - for a given object and a specific set of properties
using a like operator for Strings with support for pagination.
- findEntity(Object) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
- findPersistentClassDescriptor(Class<?>, List<EntityDescriptor>, List<MappedSuperclassDescriptor>) - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityHierarchyBuilder
-
- FirstResult - Annotation Type in org.apache.deltaspike.data.api
-
Use paging for the query.
- firstResult(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Pagination: Set the result start position.
- flush() - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Convenience access to EntityManager.flush()
.
- flushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Sets the query flush mode.
- Folder - Annotation Type in org.apache.deltaspike.jsf.api.config.view
-
Optional annotation to specify folder specific meta-data
- Folder.DefaultFolderNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
-
- Folder.FolderConfigPreProcessor - Class in org.apache.deltaspike.jsf.api.config.view
-
- Folder.NameBuilder - Interface in org.apache.deltaspike.jsf.api.config.view
-
- FolderConfigPreProcessor() - Constructor for class org.apache.deltaspike.jsf.api.config.view.Folder.FolderConfigPreProcessor
-
- FolderLiteral - Class in org.apache.deltaspike.jsf.api.literal
-
- 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.ProxyClassGenerator
-
Generates a proxy class from the given source class.
- GeneratorHolder() - Constructor for class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory.GeneratorHolder
-
- get() - Method in class org.apache.deltaspike.core.api.provider.DependentProvider
-
- get(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- get(Contextual<T>, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- get(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- get() - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
-
- get() - Method in interface org.apache.deltaspike.jsf.api.message.JsfMessage
-
- getActiveContextualStorages() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- getActiveExternalContainers() - Static method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
-
- getActualTypeArguments(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Gets the actual type arguments of a class
- getActualTypeArguments(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Gets the actual type arguments of a Type
- getAdditionalInterfacesToImplement(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- getAllDeclaredFields(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Get all the declared fields on the class hierarchy.
- getAllDeclaredMethods(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Get all the declared methods on the class hierarchy.
- getAllProperties() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Returns a Map of all properties from all scannable config sources.
- getAllPropertyValues(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolve all values for the given key.
- getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getAnnotated() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getAnnotation(InjectionPoint, Class<T>) - Method in class org.apache.deltaspike.core.spi.config.BaseConfigPropertyProducer
-
- getAnnotations() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- getAnyResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query and returns a single result.
- getAnyResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch a single result entity.
- getArguments() - Method in interface org.apache.deltaspike.core.api.message.Message
-
- getBean(Object) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
Restores the Bean from its beanKey.
- getBean() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getBean() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getBeanClass() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The bean class currently defined for bean creation.
- getBeanDefinitions(Class<T>, boolean, boolean) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a set of Bean
definitions by type, regardless of qualifiers.
- getBeanKey(Contextual<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualStorage
-
If the context is a passivating scope then we return
the passivationId of the Bean.
- getBeanLifecycle() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- getBeanManager() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
-
- getBeanManager() - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
The active
BeanManager
for the current application (current
ClassLoader
).
- getBeanManager() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The bean manager in use.
- getBeanManager() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Get the bean manager used by this injectable method.
- getBeanName() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
-
- getCallbackDescriptor(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getCallbackDescriptors() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getCallbackDescriptors(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor.CallbackEntry
-
- getCallbackMethods() - Method in class org.apache.deltaspike.core.api.config.view.metadata.CallbackDescriptor
-
- getCauseElements() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
- getCdiContainer() - Static method in class org.apache.deltaspike.cdise.api.CdiContainerLoader
-
- getChildren() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getClassLoader(Object) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Detect the right ClassLoader.
- getClientWindowHtml() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
-
- getClientWindowHtml() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
- getClientWindowRenderMode(FacesContext) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
-
Determine whether this request should take care of clientWindow detection.
- getClientWindowRenderMode(FacesContext) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
By default we use ClientWindowRenderMode#LAZY
unless
we detect a bot.
- getClientWindowResourceLocation() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
Overwrite this to define your own ClientWindow handler html location.
- getConfigClass() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
- getConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptor(Class<?>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- getConfigDescriptors() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves all descriptors for folders.
- getConfigFilters() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigName() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
- getConfigSources() - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getConfigSources() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSourceProvider
-
- getConfiguredValue(String) - Method in class org.apache.deltaspike.core.api.interpreter.BasePropertyExpressionInterpreter
-
- getConstructor() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- getContextControl() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
-
- getContextData() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- getContextualInstance() - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- getContextualReference(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
Get a Contextual Reference by its type and qualifiers.
- getContextualReference(Class<T>, boolean, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- 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.
- getCurrentWindowId() - Method in interface org.apache.deltaspike.core.spi.scope.window.WindowContext
-
- getDefaultErrorViewConfigDescriptor() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
Resolves the descriptor for the default error page.
- getDefaultValue() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
- getDefaultValue(CreationalContext<?>) - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the default value of the parameter.
- getDefaultWindowMode() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
-
- getDelegate() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getDelegate()
.
- getDelegateInvocationHandler() - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
-
- getDelegateMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- getDelegateMethods(Class<?>, ArrayList<Method>) - Method in class org.apache.deltaspike.proxy.util.EnableInterceptorsProxyFactory
-
- getDependent(Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(BeanManager, Class<T>, Annotation...) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDependent(BeanManager, String) - Static method in class org.apache.deltaspike.core.api.provider.BeanProvider
-
- getDocument() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.Descriptor
-
- getEntityClass() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
The class of the Entity related to the invoked Repository.
- getEntityClass() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getEntityDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- getEntityDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- getEntityManager() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
Entity Manager used for the query.
- getEntityManagerFactory() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getEntityManagerFactory()
.
- getEntityManagerFactoryConfiguration(String) - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.PersistenceConfigurationProvider
-
- getErrorView() - Method in exception org.apache.deltaspike.security.api.authorization.ErrorViewAwareAccessDeniedException
-
- getException() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
The exception causing this event.
- getException() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
- getExceptionQualifier() - Method in class org.apache.deltaspike.jsf.api.config.JsfModuleConfig
-
Defines the
javax.enterprise.Qualifier
which will be used to fire the
ExceptionToCatchEvent
for unhandled JSF exceptions.
- getExceptionType() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Obtains the handled event type.
- getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getExecutableCallbackDescriptor(Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Callbacks which are configured for this view-config and bound to the given metadata type.
- getFlushMode() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getFlushMode()
.
- getFromView() - Method in class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Provides the navigation source.
- getHintName() - Method in enum org.apache.deltaspike.data.api.EntityGraphType
-
Gets the query hint name corresponding to this type.
- getId() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The id currently defined for bean creation.
- getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBean
-
- getId() - Method in class org.apache.deltaspike.core.util.bean.ImmutablePassivationCapableBeanWrapper
-
- getId() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getIdClass() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getInheritedMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getInjectionPoint() - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- getInjectionPoint() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the InjectionPoint
for the parameter.
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The injection points currently defined for bean creation.
- getInjectionPoints() - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- getInstance() - Static method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
Returns the current provider instance which provides access to the current BeanManager
.
- getInstance() - Static method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
This factory method should only get used if there is absolutely no way
to get the current
ProjectStage
via @Inject.
- getInstance() - Static method in class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
-
- getInstance() - Static method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- getJarVersion(Class) - Static method in class org.apache.deltaspike.core.util.ClassUtils
-
Reads the version of the jar which contains the given class
- getJavaClass() - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
getter for the class
- getKey() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
- getLocale() - Method in interface org.apache.deltaspike.core.api.message.LocaleResolver
-
- getLocaleResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getLockMode(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getLockMode(Object)
.
- getMappedSuperclassDescriptors() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- getMaxWindowContextCount() - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
-
Restricts the number of active windows.
- getMaxWindowContextCount() - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
- getMember() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- getMember() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- getMessage(MessageContext, String, String) - Method in interface org.apache.deltaspike.core.api.message.MessageResolver
-
- getMessageInterpolator() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMessageResolver() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMessageSources() - Method in interface org.apache.deltaspike.core.api.message.MessageContext
-
- getMetaData() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Metadata configured for this view-config.
- getMetaData(Class<T>) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Metadata which is configured for this view-config.
- getMetaData() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getMetaData() - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
-
Exposes the found meta-data
- getMetaDataFor(String, Class<T>) - Method in interface org.apache.deltaspike.security.api.authorization.AccessDecisionVoterContext
-
Exposes meta-data for the given key
- getMetamodel() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getMetamodel()
.
- getMethod() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- getMethod() - Method in interface org.apache.deltaspike.data.spi.QueryInvocationContext
-
The repository method currently executed.
- getMock(Class<T>, Annotation...) - Method in interface org.apache.deltaspike.testcontrol.api.mock.ApplicationMockManager
-
- getName() - Method in class org.apache.deltaspike.core.util.bean.BaseImmutableBean
-
- getName() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
The name of the bean currently defined for bean creation.
- getName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- getNext() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
- getOptionalResult() - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Executes the query which has a single result.
- getOptionalResult() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Fetch a single result entity.
- getOrdinal() - Method in interface org.apache.deltaspike.core.api.exception.control.HandlerMethod
-
Obtains the precedence of the handler, relative to other handlers for the same type.
- getOrdinal() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Lookup order:
System properties (ordinal 400)
Environment properties (ordinal 300)
JNDI values (ordinal 200)
Properties file values (/META-INF/apache-deltaspike.properties) (ordinal 100)
- getOrdinal() - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
-
- getOrdinal() - Method in interface org.apache.deltaspike.testcontrol.spi.junit.TestStatementDecoratorFactory
-
- getPackageName() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- getPageParameters() - Method in interface org.apache.deltaspike.core.api.config.view.navigation.NavigationParameterContext
-
- getParameters() - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- getParameters() - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Get the injectable parameters of this method.
- getParent() - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- getParent() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getParentExtension(Extension) - Static method in class org.apache.deltaspike.core.util.ParentExtensionStorage
-
- getPath() - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ConfigDescriptor
-
Returns the string representation of the resource (page, folder) represented by this view-config.
- getPosition() - Method in class org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner.ParameterValue
-
Get the position of the parameter in the member's parameter list.
- getPrimaryKey(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Return the id of the entity.
- getPrimaryKey(Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
Return the primary key of the Entity corresponding to the Dto.
- getProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
We can only produce @Dependent scopes since an enum is final.
- getProjectStageAwarePropertyValue(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key in the current
ProjectStage
.
- getProjectStageAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- getProperties(String) - Static method in class org.apache.deltaspike.core.api.config.PropertyLoader
-
Looks for all properties files with the given name in the classpath, loads them in ascending order determined by
their ordinal and merges them.
- getProperties() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Return properties contained in this config source.
- getProperties() - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.getProperties()
.
- getProperties() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- getPropertyAwarePropertyValue(String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
Resolves the value configured for the given key, parameterized by the current
ProjectStage
and by the value of a second property.
- getPropertyAwarePropertyValue(String, String, String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
- 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
s.
- 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
-
- 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
-
- 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
-
- getUrl() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.Descriptor
-
- getUserAgent(FacesContext) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
This information will get stored as it cannot
change during the session anyway.
- getUserTransactionTimeoutInSeconds() - Method in interface org.apache.deltaspike.jpa.api.transaction.TransactionConfig
-
- getValue() - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
Returns the converted resolved filtered value.
- getVersion() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- getViewConfigDescriptor(String) - Method in interface org.apache.deltaspike.core.api.config.view.metadata.ViewConfigResolver
-
- 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
-
- ignoreMethod(Method, List<Method>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- ImmutableBean<T> - Class in org.apache.deltaspike.core.util.bean
-
- ImmutableBean(Class<?>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, Set<InjectionPoint>, String, ContextualLifecycle<T>) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBean
-
Create a new, immutable bean.
- ImmutableBeanWrapper<T> - Class in org.apache.deltaspike.core.util.bean
-
This bean-wrapper allows you to build a general purpose bean (likely a
producer method), and register it for a narrowed type (or qualifiers).
- ImmutableBeanWrapper(Bean<T>, String, Set<Annotation>, Class<? extends Annotation>, Set<Class<? extends Annotation>>, Set<Type>, boolean, boolean, String) - Constructor for class org.apache.deltaspike.core.util.bean.ImmutableBeanWrapper
-
- 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
-
- InterceptorStrategy - Interface in org.apache.deltaspike.core.spi
-
Base interface for all interceptor strategies which allow to provide
custom implementations for DeltaSpike interceptors.
- interceptRedirect(FacesContext, String) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindow
-
- interpolate(String, Serializable[], Locale) - Method in interface org.apache.deltaspike.core.api.message.MessageInterpolator
-
Replaces the arguments of the given message with the given arguments.
- interruptJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- IntrospectiveExceptionEvent<T extends Throwable> - Interface in org.apache.deltaspike.core.spi.exception.control.event
-
Internal view into the ExceptionEvent.
- invoke(Object, Method, Object[]) - Method in class org.apache.deltaspike.core.util.metadata.AnnotationInstanceProvider
- invoke(Object, CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Invoke the method, causing all parameters to be injected according to the
CDI type safe resolution rules.public class ParameterValueRedefiner {
}
- invoke(Object, CreationalContext<T>, ParameterValueRedefiner) - Method in class org.apache.deltaspike.core.util.metadata.builder.InjectableMethod
-
Invoke the method, calling the parameter redefiner for each parameter,
allowing the caller to override the default value obtained via the CDI
type safe resolver.
- invokeMethod(Object, Method, Class<T>, boolean, Object...) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Invoke the method on the instance, with any arguments specified, casting
the result of invoking the method to the expected return type.
- isAbstract(Method) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if a method is abstract
- isActivated(Class<? extends Deactivatable>) - Method in interface org.apache.deltaspike.core.spi.activation.ClassDeactivator
-
Provides classes which should be deactivated.
- isActivated(Class<? extends Deactivatable>) - Static method in class org.apache.deltaspike.core.util.ClassDeactivationUtils
-
- 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
-
- 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
-
- isOptionalReturned(Method) - Static method in class org.apache.deltaspike.core.util.OptionalUtil
-
- isOptionalSupported() - Static method in class org.apache.deltaspike.core.util.OptionalUtil
-
- isPackagePrivate(int) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isParameterizedType(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if type is parameterized type
- isParameterizedTypeWithWildcard(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isPassivatingScope() - Method in class org.apache.deltaspike.core.util.context.AbstractContext
-
- isPassivationCapable() - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Whether the created bean will be passivation capable.
- isPrimitive(Type) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isPrivate(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if member is private
- isProxiedClass(Class) - Static method in class org.apache.deltaspike.core.util.ProxyUtils
-
Analyses if the given class is a generated proxy class
- isProxyClass(Class<?>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
Checks if the given class is DS proxy class.
- isRoot() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Tests if the current exception is the root exception
- isScannable() - Method in interface org.apache.deltaspike.core.spi.config.ConfigSource
-
Determines if this config source should be scanned for its list of properties.
- isSerializable(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Check if a class is serializable.
- isSet() - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.ActiveEntityManagerHolder
-
- isStatic(Class<?>) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if type is static
- isStatic(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
Checks if member is static
- isStreamReturned(Method) - Static method in class org.apache.deltaspike.core.util.StreamUtil
-
- isStreamSupported() - Static method in class org.apache.deltaspike.core.util.StreamUtil
-
- isTransient() - Method in class org.apache.deltaspike.core.util.metadata.builder.ImmutableInjectionPoint
-
- isTransient() - Method in class org.apache.deltaspike.core.util.metadata.InjectionPointWrapper
-
- isTransient(Member) - Static method in class org.apache.deltaspike.core.util.ReflectionUtils
-
- isUnmute() - Method in interface org.apache.deltaspike.core.spi.exception.control.event.IntrospectiveExceptionEvent
-
Check to see if this event has been unmuted and therefore called again.
- isValid(ConfigDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ConfigDescriptorValidator
-
Validates the given config-descriptor
- isXml(String) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- pageSize() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Return the actual page size.
- parameterizedBy(String) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
Appends the resolved value of the given property to the key of this builder.
- parameters - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- ParameterValueRedefiner - Interface in org.apache.deltaspike.core.util.metadata.builder
-
- ParameterValueRedefiner.ParameterValue - Class in org.apache.deltaspike.core.util.metadata.builder
-
Provides the default parameter's value, along with metadata about the
parameter to a parameter redefinition.
- PARENT_EXTENSION_ENABLED - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.ParentExtensionCustomization
-
- ParentExtensionStorage - Class in org.apache.deltaspike.core.util
-
Support for Containers with 'hierarchic BeanManagers'
This is mostly useful for EAR applications.
- parseCommonEntityDescriptorAttributes(String, AbstractEntityDescriptor, Node) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- parseEntityDescriptors(Document, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- parseMappedSuperclassDescriptors(Document, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- parsePackageName(Document) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- PartialBeanBinding - Annotation Type in org.apache.deltaspike.partialbean.api
-
- passivationCapable - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- passivationCapable(boolean) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define that the created bean will (or will not) be passivation capable.
- pauseJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- persist(E) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.persist(Object)
.
- PersistenceConfigurationProvider - Interface in org.apache.deltaspike.jpa.spi.entitymanager
-
Provide the configuration for the EntityManagerFactory
which gets produced with a given
PersistenceUnitName
.
- PersistenceUnitDescriptor - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
-
- PersistenceUnitDescriptor(String, List<EntityDescriptor>, Map<String, String>) - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- PersistenceUnitDescriptorParser - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
-
- PersistenceUnitDescriptorParser() - Constructor for class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
-
- PersistenceUnitDescriptorProvider - Class in org.apache.deltaspike.jpa.spi.descriptor.xml
-
- PersistenceUnitName - Annotation Type in org.apache.deltaspike.jpa.api.entitymanager
-
The name of the PersistenceUnit to get picked up by the
EntityManagerFactoryProducer.
- postConstruct(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- PostRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- preDestroy(T) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- predicates(CriteriaBuilder, Path<C>) - Method in interface org.apache.deltaspike.data.api.criteria.Criteria
-
Return the list of predicates applicable for this Criteria instance.
- PreRenderView - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- PreViewAction - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Callback annotation for view-controllers.
- PreViewConfigNavigateEvent - Class in org.apache.deltaspike.core.api.config.view.navigation.event
-
This event is fired before a navigation from/to a view-config-based page occurs.
- PreViewConfigNavigateEvent(Class<? extends ViewConfig>, Class<? extends ViewConfig>) - Constructor for class org.apache.deltaspike.core.api.config.view.navigation.event.PreViewConfigNavigateEvent
-
Constructor for creating the event for the given source and target view.
- previousPage() - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Move to the previous page.
- primaryKeyFields(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- primaryKeyIdClass(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorProvider
-
- PRIORITY - Static variable in interface org.apache.deltaspike.core.api.config.base.CoreBaseConfig.InterceptorCustomization
-
- processSecurityViolations(Set<SecurityViolation>) - Method in interface org.apache.deltaspike.security.spi.authorization.SecurityViolationHandler
-
Instead of adding the violations as message for the user, it's possible to implement a custom behaviour
(e.g.
- processValidation() - Method in interface org.apache.deltaspike.core.spi.config.ConfigValidator
-
- produce(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.metadata.builder.DummyInjectionTarget
-
- Production - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
- Production() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Production
-
- ProjectStage - Class in org.apache.deltaspike.core.api.projectstage
-
This class is the base of all ProjectStages.
- ProjectStage() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
The protected constructor will register the given ProjectStage via its name.
- projectStage() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- ProjectStage.Development - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for development
- ProjectStage.IntegrationTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for integration-tests
- ProjectStage.Production - Class in org.apache.deltaspike.core.api.projectstage
-
Default project-stage for production
- ProjectStage.Staging - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for staging
- ProjectStage.SystemTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for system-tests
- ProjectStage.UnitTest - Class in org.apache.deltaspike.core.api.projectstage
-
Project-stage for unit-tests
- ProjectStageHolder - Interface in org.apache.deltaspike.core.api.projectstage
-
A marker interface for custom ProjectStage holders.
- ProjectStageProducer - Class in org.apache.deltaspike.core.util
-
- ProjectStageProducer() - Constructor for class org.apache.deltaspike.core.util.ProjectStageProducer
-
ProjectStageProducers must only be created by subclassing producers
- PropertyFileConfig - Interface in org.apache.deltaspike.core.api.config
-
If you implement this interface, the property files with the given file name will be registered as
ConfigSource
s.
- PropertyFileUtils - Class in org.apache.deltaspike.core.util
-
- PropertyLoader - Class in org.apache.deltaspike.core.api.config
-
Utility class to load configuration properties via arbitrary property files in a well defined order.
- ProxyClassGenerator - Interface in org.apache.deltaspike.proxy.spi
-
- ProxyUtils - Class in org.apache.deltaspike.core.util
-
Helper for proxies
- read() - Method in class org.apache.deltaspike.jsf.util.ValueExpressionEvaluationInputStream
-
Reads a byte from the original stream and checks for value expression occurrences.
- readAll(String, String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- readAll() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
-
- readDefaultOrm(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- readFromDocument(Document) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptorParser
-
- readFromType(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Read the AnnotatedType
, creating a bean from the class and it's
annotations.
- readFromType(AnnotatedType<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads in from an existing AnnotatedType.
- readFromType(AnnotatedType<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads in from an existing AnnotatedType.
- readFromType(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads the annotations from an existing java type.
- readFromType(Class<X>, boolean) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Reads the annotations from an existing java type.
- readMappingFiles(String, String, List<EntityDescriptor>, List<MappedSuperclassDescriptor>, NodeList) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
-
- readProperties(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- readProperties(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- readStream(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.FileResourceProvider
-
- readStream(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- readStream(InjectableResource) - Method in class org.apache.deltaspike.servlet.api.resourceloader.WebResourceProvider
-
- readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.AbstractResourceProvider
-
- readStreams(InjectableResource) - Method in class org.apache.deltaspike.core.api.resourceloader.ClasspathResourceProvider
-
- readStreams(InjectableResource) - Method in interface org.apache.deltaspike.core.api.resourceloader.InjectableResourceProvider
-
- redefineParameterValue(ParameterValueRedefiner.ParameterValue) - Method in interface org.apache.deltaspike.core.util.metadata.builder.ParameterValueRedefiner
-
Callback allowing the default parameter value (that which would be
injected according to the CDI type safe resolution rules) to be
overridden.
- ReflectionUtils - Class in org.apache.deltaspike.core.util
-
Utilities for common reflection based actions.
- refresh(E, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.refresh(Object, Map)
.
- refresh(E, LockModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.refresh(Object, LockModeType)
.
- refresh(E, LockModeType, Map<String, Object>) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.refresh(Object, LockModeType, Map)
.
- refresh(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Convenience access to EntityManager.refresh(Object)
.
- registerCallbackDescriptors(Class<? extends Annotation>, CallbackDescriptor) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigNode
-
- registerNewJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- remove(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Convenience access to EntityManager.remove(Object)
.
- removeAndFlush(E) - Method in interface org.apache.deltaspike.data.api.EntityPersistenceRepository
-
Convenience access to EntityManager.remove(Object)
with a following flush.
- removeFromAll(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove annotations from the type, and all of it's members.
- removeFromClass(Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the type
- removeFromConstructor(Constructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor.
- removeFromConstructor(AnnotatedConstructor<X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor.
- removeFromConstructorParameter(Constructor<X>, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified constructor parameter.
- removeFromField(Field, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified field.
- removeFromField(AnnotatedField<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified field.
- removeFromMethod(Method, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method.
- removeFromMethod(AnnotatedMethod<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method.
- removeFromMethodParameter(Method, int, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified method parameter.
- removeFromParameter(AnnotatedParameter<? super X>, Class<? extends Annotation>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
Remove an annotation from the specified parameter.
- Repository - Annotation Type in org.apache.deltaspike.data.api
-
The Repository annotation needs to be present in order to have the
interface or class to be processed by the CDI extension.
- RequestScopedLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for RequestScoped
- RequestScopedLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.RequestScopedLiteral
-
- reset() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
Can be used esp.
- reset() - Method in interface org.apache.deltaspike.testcontrol.api.mock.DynamicMockManager
-
- resolve(String) - Static method in class org.apache.deltaspike.core.api.config.ConfigResolver
-
The entry point to the builder-based optionally typed configuration resolution mechanism.
- resolveAlreadyDefinedProxyClass(Class<T>) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory
-
- resolveEntityManager() - Method in interface org.apache.deltaspike.data.api.EntityManagerResolver
-
- resolveInheritedMetaData(ViewConfigNode) - Method in interface org.apache.deltaspike.core.spi.config.view.ViewConfigInheritanceStrategy
-
- resolveProjectStage() - Method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
Resolves the project-stage configured for DeltaSpike
- resolvePropertyFiles(String) - Static method in class org.apache.deltaspike.core.util.PropertyFileUtils
-
- RESOURCE_PATH - Static variable in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptorParser
-
- resourceProvider() - Method in class org.apache.deltaspike.core.api.literal.InjectableResourceLiteral
-
- resumeJob(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- rethrow(Throwable) - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Rethrow the exception, but use the given exception instead of the original.
- run() - Method in class org.apache.deltaspike.core.util.securitymanaged.SetAccessiblePrivilegedAction
-
- run(RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
-
- run(RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestSuiteRunner
-
- runChild(FrameworkMethod, RunNotifier) - Method in class org.apache.deltaspike.testcontrol.api.junit.CdiTestRunner
-
- 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
-
- 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
-
- setBeanManager(AfterBeanDiscovery, BeanManager) - Method in class org.apache.deltaspike.core.api.provider.BeanManagerProvider
-
It doesn't really matter which of the system events is used to obtain the BeanManager, but
AfterBeanDiscovery
has been chosen since it allows all events which occur after the
AfterBeanDiscovery
to use the
BeanManagerProvider
.
- setCauseElements(Collection<Throwable>) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Internal only.
- setContextualInstance(T) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- setCreationalContext(CreationalContext<T>) - Method in class org.apache.deltaspike.core.util.context.ContextualInstanceInfo
-
- setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Set the ContextualLifecycle and the InjectionPoints for the AnnotatedType
- setDefaultBeanLifecycle(AnnotatedType<T>) - Method in class org.apache.deltaspike.core.util.bean.WrappingBeanBuilder
-
- setDelegateInvocationHandler(InvocationHandler) - Method in interface org.apache.deltaspike.proxy.spi.DeltaSpikeProxy
-
- setEntityClass(Class<?>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- setEntityDescriptors(List<EntityDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- setEntityDescriptors(List<EntityDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- setFlushMode(FlushModeType) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.setFlushMode(FlushModeType)
.
- setGenerator(ProxyClassGenerator) - Method in class org.apache.deltaspike.proxy.api.DeltaSpikeProxyFactory.GeneratorHolder
-
Setter invoked by OSGi Service Component Runtime.
- setHandled(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
Internal only.
- setId(String[]) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- setIdClass(Class<? extends Serializable>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- setJavaClass(Class<X>) - Method in class org.apache.deltaspike.core.util.metadata.builder.AnnotatedTypeBuilder
-
setter for the class
- setJavaScriptEnabled(boolean) - Method in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
-
- setJavaScriptEnabled(boolean) - Method in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
- setMappedSuperclassDescriptors(List<MappedSuperclassDescriptor>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- setName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- setName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- setOptional(boolean) - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionToCatchEvent
-
- setPackageName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityMappingsDescriptor
-
- setParameters(Object[]) - Method in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- setParent(AbstractEntityDescriptor) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- setProjectStage(ProjectStage) - Static method in class org.apache.deltaspike.core.util.ProjectStageProducer
-
This function can be used to manually set the ProjectStage for the application.
- setProperties(Map<String, String>) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- setProperty(String, Object) - Method in interface org.apache.deltaspike.data.api.EntityManagerDelegate
-
See EntityManager.setProperty(String, Object)
.
- setSource(Object) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
-
TODO review it (this method is new)
- setState(AccessDecisionState) - Method in interface org.apache.deltaspike.security.spi.authorization.EditableAccessDecisionVoterContext
-
Updates the state of the context
- setTableName(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.EntityDescriptor
-
- setTestClass(Class) - Method in interface org.apache.deltaspike.testcontrol.spi.TestAware
-
- setTestMethod(Method) - Method in interface org.apache.deltaspike.testcontrol.spi.TestAware
-
- setVersion(String) - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.AbstractEntityDescriptor
-
- shutdown() - Method in interface org.apache.deltaspike.cdise.api.CdiContainer
-
This will shutdown the underlying CDI container and stop all contexts.
- shutdown() - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
-
Closes the container
- SimpleCallbackDescriptor<R> - Class in org.apache.deltaspike.core.api.config.view.metadata
-
- SimpleCallbackDescriptor(Class<?>, Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
-
- SimpleCallbackDescriptor(Class<?>[], Class<? extends Annotation>) - Constructor for class org.apache.deltaspike.core.api.config.view.metadata.SimpleCallbackDescriptor
-
- SimpleQueryInOutMapperBase<Entity,Dto> - Class in org.apache.deltaspike.data.api.mapping
-
A base mapper to map from Dto to Entity and vice versa.
- SimpleQueryInOutMapperBase() - Constructor for class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
- SingleResultType - Enum in org.apache.deltaspike.data.api
-
Defines the way a single result query is fetched.
- SingletonLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for Singleton
- SingletonLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SingletonLiteral
-
- skipCause() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Similar to
ExceptionEvent.handledAndContinue()
,
but instructs the dispatcher to markHandled to the next element
in the cause chain without processing additional handlers for this cause chain element.
- skipCause() - Method in class org.apache.deltaspike.core.api.exception.control.event.ExceptionStackEvent
-
Internal only.
- SkipMetaDataMerge - Annotation Type in org.apache.deltaspike.core.api.config.view.metadata
-
Disables metadata merging on attributes of @ViewMetaData annotations.
- SpecializesLiteral - Class in org.apache.deltaspike.core.api.literal
-
Literal for Specializes
- SpecializesLiteral() - Constructor for class org.apache.deltaspike.core.api.literal.SpecializesLiteral
-
- Staging - Static variable in class org.apache.deltaspike.core.api.projectstage.ProjectStage
-
- Staging() - Constructor for class org.apache.deltaspike.core.api.projectstage.ProjectStage.Staging
-
- start() - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- startContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
-
Start the specified scope.
- startContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
-
This will start all container built-in Contexts
- startExternalContainers() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- startJobManually(Class<? extends T>) - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- startScope(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
-
Signals a started scope
- startScopes() - Method in class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- stereotypes - Variable in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
- stereotypes(Set<Class<? extends Annotation>>) - Method in class org.apache.deltaspike.core.util.bean.BeanBuilder
-
Define the stereotypes used for bean creation.
- stop() - Method in interface org.apache.deltaspike.scheduler.spi.Scheduler
-
- STOP_CONTAINER - Static variable in interface org.apache.deltaspike.testcontrol.api.junit.TestBaseConfig.ContainerIntegration
-
- stopContext(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.cdise.api.ContextControl
-
Stop the specified scope.
- stopContexts() - Method in interface org.apache.deltaspike.cdise.api.ContextControl
-
Stop all container built-in Contexts and destroy all beans properly
- stopScope(Class<? extends Annotation>) - Method in interface org.apache.deltaspike.testcontrol.spi.ExternalContainer
-
Signals a stopped scope
- StreamUtil - Class in org.apache.deltaspike.core.util
-
- StreamUtil() - Constructor for class org.apache.deltaspike.core.util.StreamUtil
-
- strictly(boolean) - Method in interface org.apache.deltaspike.core.api.config.ConfigResolver.TypedResolver
-
- 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
-
- tableName() - Method in class org.apache.deltaspike.data.api.AbstractEntityRepository
-
Get the entity table name this Repository is related to.
- target - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- TargetViewConfigProvider<T extends Annotation> - Interface in org.apache.deltaspike.core.spi.config.view
-
It's restricted to reference
ViewConfig
classes to force more solid references.
- template(String) - Method in interface org.apache.deltaspike.core.api.message.Message
-
- TestAware - Interface in org.apache.deltaspike.testcontrol.spi
-
- TestBaseConfig - Interface in org.apache.deltaspike.testcontrol.api.junit
-
- TestBaseConfig.ContainerIntegration - Interface in org.apache.deltaspike.testcontrol.api.junit
-
- TestBaseConfig.MockIntegration - Interface in org.apache.deltaspike.testcontrol.api.junit
-
- TestControl - Annotation Type in org.apache.deltaspike.testcontrol.api
-
Optional control annotation for unit-tests
- TestControlLiteral - Class in org.apache.deltaspike.testcontrol.api.literal
-
- TestControlLiteral() - Constructor for class org.apache.deltaspike.testcontrol.api.literal.TestControlLiteral
-
- TestControlValidator - Interface in org.apache.deltaspike.testcontrol.spi
-
Allows to provide a different validator which could
allow e.g.
- TestStage - Interface in org.apache.deltaspike.core.api.projectstage
-
Marker interface for
ProjectStage
implementations which are used for tests.
- TestStatementDecoratorFactory - Interface in org.apache.deltaspike.testcontrol.spi.junit
-
- Throttled - Annotation Type in org.apache.deltaspike.core.api.throttling
-
Mark a bean/method as relying on a throttler.
- ThrottledStrategy - Interface in org.apache.deltaspike.core.spi.throttling
-
- Throttling - Annotation Type in org.apache.deltaspike.core.api.throttling
-
Configure the throttler associated to the class/method.
- Throttling.SemaphoreFactory - Interface in org.apache.deltaspike.core.api.throttling
-
- throwAsRuntimeException(Throwable) - Static method in class org.apache.deltaspike.core.util.ExceptionUtils
-
- throwOriginal() - Method in interface org.apache.deltaspike.core.api.exception.control.event.ExceptionEvent
-
Instructs the dispatcher to throw the original exception after handler processing.
- TIMEOUT_IN_SECONDS - Static variable in interface org.apache.deltaspike.jpa.api.config.base.JpaBaseConfig.UserTransaction
-
- timer - Variable in class org.apache.deltaspike.core.util.interceptor.AbstractInvocationContext
-
- toDto(Entity) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
- toEntity(Entity, Dto) - Method in class org.apache.deltaspike.data.api.mapping.SimpleQueryInOutMapperBase
-
Map a Dto to an Entity.
- toPage(int) - Method in interface org.apache.deltaspike.data.api.QueryResult
-
Move the page cursor to a specific page.
- toPath(ViewConfigNode) - Static method in class org.apache.deltaspike.jsf.util.NamingConventionUtils
-
- toSelection(CriteriaQuery<R>, CriteriaBuilder, Path<? extends P>) - Method in interface org.apache.deltaspike.data.api.criteria.QuerySelection
-
Convert the instance to a criteria selection.
- toString() - Method in class org.apache.deltaspike.core.api.exception.control.ExceptionStackItem
-
- toString() - Method in interface org.apache.deltaspike.core.api.message.Message
-
Renders the Message to a String, using the
MessageContext
which created the Message.
- toString(MessageContext) - Method in interface org.apache.deltaspike.core.api.message.Message
-
- 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.jpa.spi.descriptor.xml.EntityDescriptor
-
- toString() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.MappedSuperclassDescriptor
-
- toString() - Method in class org.apache.deltaspike.jpa.spi.descriptor.xml.PersistenceUnitDescriptor
-
- Transactional - Annotation Type in org.apache.deltaspike.jpa.api.transaction
-
If it isn't possible to use EJBs, this interceptor adds transaction support to methods or a class.
- TransactionConfig - Interface in org.apache.deltaspike.jpa.api.transaction
-
Optional config for transactions
- TransactionHelper - Class in org.apache.deltaspike.jpa.api.transaction
- TransactionHelper() - Constructor for class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
-
- TransactionScoped - Annotation Type in org.apache.deltaspike.jpa.api.transaction
-
A @TransactionScoped contextual instance will be unique for a given
transaction controlled by
Transactional
.
- TransactionStrategy - Interface in org.apache.deltaspike.jpa.spi.transaction
-
- 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
-
- View - Annotation Type in org.apache.deltaspike.jsf.api.config.view
-
Optional annotation to specify page specific meta-data
- View.AbstractNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
-
- View.DefaultBasePathBuilder - Class in org.apache.deltaspike.jsf.api.config.view
-
- View.DefaultExtensionBuilder - Class in org.apache.deltaspike.jsf.api.config.view
-
- View.DefaultFileNameBuilder - Class in org.apache.deltaspike.jsf.api.config.view
-
- View.Extension - Interface in org.apache.deltaspike.jsf.api.config.view
-
Extension of the markup file
- View.NameBuilder - Interface in org.apache.deltaspike.jsf.api.config.view
-
- View.NavigationMode - Enum in org.apache.deltaspike.jsf.api.config.view
-
Type of the navigation which should be used by the javax.faces.application.NavigationHandler
- View.ViewConfigPreProcessor - Class in org.apache.deltaspike.jsf.api.config.view
-
- View.ViewParameterMode - Enum in org.apache.deltaspike.jsf.api.config.view
-
Mode specifies if JSF2 should include view-params
- ViewAccessContextManager - Interface in org.apache.deltaspike.core.spi.scope.viewaccess
-
- ViewAccessScoped - Annotation Type in org.apache.deltaspike.core.api.scope
-
The scope is active as long as its bean is accessed by a view.
- ViewConfig - Interface in org.apache.deltaspike.core.api.config.view
-
Marker interface for type-safe view-config classes.
- ViewConfigDescriptor - Interface in org.apache.deltaspike.core.api.config.view.metadata
-
Descriptor which represents a concrete view (page).
- ViewConfigInheritanceStrategy - Interface in org.apache.deltaspike.core.spi.config.view
-
Allows to customize the inheritance-strategy for meta-data.
- ViewConfigNode - Interface in org.apache.deltaspike.core.spi.config.view
-
Node-type used for building the meta-data-tree during the bootstrapping process.
- ViewConfigPreProcessor() - Constructor for class org.apache.deltaspike.jsf.api.config.view.View.ViewConfigPreProcessor
-
- ViewConfigResolver - Interface in org.apache.deltaspike.core.api.config.view.metadata
-
Resolver of view-configs.
- ViewConfigRoot - Annotation Type in org.apache.deltaspike.core.spi.config.view
-
Allows to customize the default behaviour for processing the meta-data-tree
- ViewControllerRef - Annotation Type in org.apache.deltaspike.core.api.config.view.controller
-
Specifies one or more view-controllers for the view-config which has this annotation applied.
- ViewControllerRef.AnnotationPreProcessor - Class in org.apache.deltaspike.core.api.config.view.controller
-
- ViewControllerRef.Descriptor - Class in org.apache.deltaspike.core.api.config.view.controller
-
- ViewControllerRefLiteral - Class in org.apache.deltaspike.core.api.literal
-
- 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
-