- CDI11Bootstrap - Interface in org.jboss.weld.bootstrap.api
-
An extension to
Bootstrap
which allows weld to perform type discovery as required by CDI 1.2.
- CDI11Deployment - Interface in org.jboss.weld.bootstrap.spi
-
- ClassAvailableActivation - Interface in org.jboss.weld.bootstrap.spi
-
ClassAvailableActivation
is a data structures representing the <if-class-available> element in Weld's
extensions to beans.xml.
- ClassFileInfo - Interface in org.jboss.weld.resources.spi
-
Represents metadata of a Java class.
- ClassFileInfoException - Exception in org.jboss.weld.resources.spi
-
Thrown when a
ClassFileServices
implementation is not able to obtain metadata for a class with the specified name.
- ClassFileInfoException(String, Throwable) - Constructor for exception org.jboss.weld.resources.spi.ClassFileInfoException
-
- ClassFileInfoException(String) - Constructor for exception org.jboss.weld.resources.spi.ClassFileInfoException
-
- ClassFileInfoException(Throwable) - Constructor for exception org.jboss.weld.resources.spi.ClassFileInfoException
-
- ClassFileServices - Interface in org.jboss.weld.resources.spi
-
An optional service that provides fast access to Java class metadata without the need to load the given class.
- classForName(String) - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
-
- classForName(String) - Method in interface org.jboss.weld.resources.spi.ResourceLoader
-
Creates a class from a given FQCN
- cleanup() - Method in class org.jboss.weld.bootstrap.api.helpers.AbstractBootstrapService
-
- cleanup() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
-
- cleanup() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- cleanup() - Method in interface org.jboss.weld.bootstrap.api.Service
-
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
- cleanup() - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
-
Clear up the services registered, by calling
Service.cleanup()
on each registered service
- cleanup() - Method in class org.jboss.weld.bootstrap.spi.helpers.FileBasedBootstrapConfiguration
-
- cleanup() - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- cleanup() - Method in class org.jboss.weld.servlet.spi.helpers.AcceptingHttpContextActivationFilter
-
- cleanup() - Method in class org.jboss.weld.servlet.spi.helpers.RegexHttpContextActivationFilter
-
- cleanupAfterBoot() - Method in interface org.jboss.weld.bootstrap.api.BootstrapService
-
Called by Weld once it finishes initialization and before it starts serving requests.
- cleanupAfterBoot() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
-
- cleanupAfterBoot() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- cleanupAfterBoot() - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
-
- clear(String) - Method in interface org.jboss.weld.bootstrap.api.Singleton
-
Clear the singleton
- ConstructionHandle<T> - Interface in org.jboss.weld.construction.api
-
- contains(Class<S>) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
-
- contains(Class<S>) - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- contains(Class<S>) - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
-
Check if a service is registered
- containsAnnotation(Class<?>, Class<? extends Annotation>) - Method in interface org.jboss.weld.resources.spi.AnnotationDiscovery
-
Deprecated.
Indicates whether the given class contains an annotation of the given annotation type.
- containsAnnotation(Class<? extends Annotation>) - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether this class contains an annotation of the specified annotation type.
- CONTEXT_IGNORE_FORWARD - Static variable in interface org.jboss.weld.servlet.api.InitParameters
-
- CONTEXT_IGNORE_INCLUDE - Static variable in interface org.jboss.weld.servlet.api.InitParameters
-
- CONTEXT_MAPPING - Static variable in interface org.jboss.weld.servlet.api.InitParameters
-
- contextDestroyed(ServletContextEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- contextDestroyed(ServletContextEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- contextInitialized(ServletContextEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- contextInitialized(ServletContextEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- ContextualInstance<T> - Interface in org.jboss.weld.context.api
-
- ContextualStore - Interface in org.jboss.weld.serialization.spi
-
Application wide contextual identifier service which allows a serializable reference to a contextual to be obtained, and the
contextual to be returned for a given id.
- CONVERSATION_CONTEXT_LAZY_PARAM - Static variable in interface org.jboss.weld.servlet.api.InitParameters
-
Enable / disable lazy initialization of the conversation context.
- create(Class<? extends T>) - Method in class org.jboss.weld.bootstrap.api.helpers.IsolatedStaticSingletonProvider
-
- create(Class<? extends T>) - Method in class org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider
-
- create(Class<? extends T>) - Method in class org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider
-
- create(Class<? extends T>) - Method in class org.jboss.weld.bootstrap.api.SingletonProvider
-
Create a new singleton
- createActivity() - Method in interface org.jboss.weld.manager.api.WeldManager
-
Create a new child activity.
- createCreationalContext(Contextual<T>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
- createInjectionTarget(Bean<T>) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetFactory
-
- createInjectionTarget(EjbDescriptor<T>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
The injection target for the given EJB, or null if Weld was not given this descriptor in the deployment.
- createInjectionTargetBuilder(AnnotatedType<T>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
- createInterceptorInjectionTarget() - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetFactory
-
Create a new injection target for an interceptor bound using Interceptors
or a deployment descriptor.
- createNonProducibleInjectionTarget() - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetFactory
-
Creates a
WeldInjectionTarget
implementation that does not support construction/destruction of instances but provides field/setter injection
capabilities.
- createResource() - Method in interface org.jboss.weld.injection.spi.ResourceReferenceFactory
-
- createTasks(int) - Method in interface org.jboss.weld.manager.api.ExecutorServices.TaskFactory
-
Creates a list of tasks to be executed in a thread pool.
- get(Class<S>) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
-
- get() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- get(Class<S>) - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- get(Class<S>) - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
-
Retrieve a service implementation
- get(String) - Method in interface org.jboss.weld.bootstrap.api.Singleton
-
Access the singleton
- get() - Method in interface org.jboss.weld.resources.spi.ScheduledExecutorServiceFactory
-
- get() - Method in interface org.jboss.weld.serialization.spi.helpers.SerializableContextual
-
- getAllInterceptors() - Method in interface org.jboss.weld.ejb.spi.InterceptorBindings
-
Returns all interceptors that are bound to an EJB object through the InterceptorBinding
mechanism and are enabled
through the beans.xml file.
- getAnnotatedType() - Method in interface org.jboss.weld.injection.spi.InjectionContext
-
Get the AnnotatedType
for the instance being injected
- getAnnotatedType() - Method in interface org.jboss.weld.manager.api.WeldInjectionTarget
-
- getAnnotationsAnnotatedWith(Class<? extends Annotation>) - Method in interface org.jboss.weld.resources.spi.ExtendedAnnotationDiscovery
-
Returns a collection of fully qualified class names of annotation types which are annotated with the given annotation.
- getBean(EjbDescriptor<T>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
Get the Bean object for the given EJB, or null if Weld was not given this descriptor in the deployment.
- getBeanClass() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Gets the EJB type
- getBeanClass() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- getBeanClasses() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Gets all classes in the bean deployment archive
- getBeanClasses() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
-
- getBeanDeploymentArchive(Class<?>) - Method in interface org.jboss.weld.bootstrap.spi.CDI11Deployment
-
- getBeanDeploymentArchives() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Get the bean deployment archives which are accessible to this bean deployment archive and adjacent to it in the
deployment archive graph.
- getBeanDeploymentArchives() - Method in interface org.jboss.weld.bootstrap.spi.Deployment
-
Get the bean deployment archives which are part of this deployment and adjacent to it in the deployment archive graph.
- getBeanDeploymentArchives() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
-
- getBeanDiscoveryMode() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getBeansXml() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Get any deployment descriptors in the bean deployment archive.
- getBeansXml() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
-
- getBusinessObject(Class<S>) - Method in interface org.jboss.weld.ejb.api.SessionObjectReference
-
Get the reference from the EJB container to the session object for the given business interface
- getClassAvailableActivations() - Method in interface org.jboss.weld.bootstrap.spi.Filter
-
Nested <if-class-available> elements
- getClassFileInfo(String) - Method in interface org.jboss.weld.resources.spi.ClassFileServices
-
Obtains Java class metadata for a class identified with the specified class name.
- getClassLoader(Class<?>) - Method in interface org.jboss.weld.serialization.spi.ProxyServices
-
Returns the class loader that will load the proxy class which extends or implements the given type.
- getClassName() - Method in interface org.jboss.weld.bootstrap.spi.ClassAvailableActivation
-
The name attribute
- getClassName() - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Returns the name of this class.
- getComponentSubclass() - Method in interface org.jboss.weld.ejb.spi.SubclassedComponentDescriptor
-
Returns the enhanced subclass of the component type.
- getConfigurationProperties() - Method in interface org.jboss.weld.configuration.spi.ExternalConfiguration
-
- getContext() - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- getContextual() - Method in interface org.jboss.weld.context.api.ContextualInstance
-
- getContextual(String) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
-
Given a particular id, return the correct contextual.
- getContextual(BeanIdentifier) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
-
- getContextual() - Method in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance
-
- getCreationalContext() - Method in interface org.jboss.weld.context.api.ContextualInstance
-
- getCreationalContext() - Method in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance
-
- getCurrent() - Method in interface org.jboss.weld.manager.api.WeldManager
-
- getDefaultValidatorFactory() - Method in interface org.jboss.weld.validation.spi.ValidationServices
-
Deprecated.
Obtain a reference to the default ValidatorFactory
- getEjbDescriptor(String) - Method in interface org.jboss.weld.manager.api.WeldManager
-
Get the EjbDescriptor for the given EJB name
- getEjbName() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Get the EJB name
- getEjbName() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- getEjbs() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Get all the EJBs in the deployment archive
- getEjbs() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
-
- getEnabledAlternativeClasses() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getEnabledAlternativeStereotypes() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getEnabledDecorators() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getEnabledInterceptors() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getExcludes() - Method in interface org.jboss.weld.bootstrap.spi.Scanning
-
The <exclude> element
- getExtensions() - Method in interface org.jboss.weld.bootstrap.spi.Deployment
-
Specifies the extensions this deployment should call observer methods on.
- getId() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
- getId() - Method in interface org.jboss.weld.manager.api.WeldManager
-
The ID of the manager, identical to the ID provided by the BDA
- getIncludes() - Method in interface org.jboss.weld.bootstrap.spi.Scanning
-
The <include> element
- getInjectionTarget() - Method in interface org.jboss.weld.injection.spi.InjectionContext
-
Get the InjectionTarget
for the instance being injected
- getInjectionTargetFactory(AnnotatedType<T>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
- getInstance() - Method in interface org.jboss.weld.context.api.ContextualInstance
-
- getInstance() - Method in class org.jboss.weld.injection.spi.helpers.SimpleResourceReference
-
- getInstance() - Method in interface org.jboss.weld.injection.spi.ResourceReference
-
Get the instance of the resource
- getInstance() - Method in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance
-
- getInterface() - Method in interface org.jboss.weld.ejb.spi.BusinessInterfaceDescriptor
-
Gets the business interface class
- getInterface() - Method in class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
-
- getKnownBeanDefiningAnnotations() - Method in interface org.jboss.weld.bootstrap.api.TypeDiscoveryConfiguration
-
Returns a set of bean defining annotations.
- getLifecycleInterceptors(InterceptionType) - Method in interface org.jboss.weld.ejb.spi.InterceptorBindings
-
Returns the lifecycle interceptors that are applicable to a given InterceptionType
(bound by
InterceptorBinding
).
- getLocalBusinessInterfaces() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Gets the local business interfaces of the EJB
- getLocalBusinessInterfaces() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- getLocation() - Method in interface org.jboss.weld.bootstrap.spi.Metadata
-
The location of the metadata, used in error and log messages
- getManager(BeanDeploymentArchive) - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
-
Get the manager used for the given beanDeploymentArchive.
- getManager(BeanDeploymentArchive) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
-
- getMethodInterceptors(InterceptionType, Method) - Method in interface org.jboss.weld.ejb.spi.InterceptorBindings
-
Returns the interceptors that are applicable to a given InterceptionType
and method (bound by
InterceptorBinding
).
- getModifiers() - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Returns the class access and property modifiers, as defined in http://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html#jvms-4.1-200-E.1
- getName() - Method in interface org.jboss.weld.bootstrap.spi.Filter
-
The name attribute
- getName() - Method in interface org.jboss.weld.bootstrap.spi.SystemPropertyActivation
-
The name attribute
- getPassivationCapableBean(BeanIdentifier) - Method in interface org.jboss.weld.manager.api.WeldManager
-
- getPattern() - Method in interface org.jboss.weld.bootstrap.spi.WeldFilter
-
The pattern attribute
- getPreloaderThreadPoolSize() - Method in interface org.jboss.weld.bootstrap.spi.BootstrapConfiguration
-
- getPreloaderThreadPoolSize() - Method in class org.jboss.weld.bootstrap.spi.helpers.FileBasedBootstrapConfiguration
-
- getPrincipal() - Method in interface org.jboss.weld.security.spi.SecurityServices
-
Obtain the Principal representing the current caller identity
- getPropertyName(Method) - Static method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- getRemoteBusinessInterfaces() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Gets the remote business interfaces of the EJB
- getRemoteBusinessInterfaces() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- getRemoveMethods() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Get the remove methods of the EJB
- getRemoveMethods() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- getRequiredBeanDeploymentArchiveServices() - Method in interface org.jboss.weld.bootstrap.api.Environment
-
- getRequiredBeanDeploymentArchiveServices() - Method in enum org.jboss.weld.bootstrap.api.Environments
-
- getRequiredDeploymentServices() - Method in interface org.jboss.weld.bootstrap.api.Environment
-
The deployment scoped services required for this environment
- getRequiredDeploymentServices() - Method in enum org.jboss.weld.bootstrap.api.Environments
-
- getResource(String) - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
-
- getResource(String) - Method in interface org.jboss.weld.resources.spi.ResourceLoader
-
Gets a resource as a URL by name
- getResourceName(String, String) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- getResourceName(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- getResources(String) - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
-
- getResources(String) - Method in interface org.jboss.weld.resources.spi.ResourceLoader
-
Gets resources as URLs by name
- getScanning() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getSerializableContextual(Contextual<I>) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
-
- getSerializableContextualInstance(Contextual<I>, I, CreationalContext<I>) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
-
- getServices() - Method in interface org.jboss.weld.bootstrap.spi.BeanDeploymentArchive
-
Get the Bean Deployment Archive scoped services
- getServices() - Method in interface org.jboss.weld.bootstrap.spi.Deployment
-
Get the services available to this deployment
- getServices() - Method in interface org.jboss.weld.manager.api.WeldManager
-
Get the services registered for this manager
- getSuperclassName() - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Returns the name of this class's superclass or java.lang.Object if this class does not have a superclass.
- getSystemPropertyActivations() - Method in interface org.jboss.weld.bootstrap.spi.Filter
-
Nested <if-system-property> elements
- getTarget() - Method in interface org.jboss.weld.injection.spi.InjectionContext
-
Get the underlying instance to be injected.
- getTaskExecutor() - Method in interface org.jboss.weld.manager.api.ExecutorServices
-
- getUrl() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- getUserTransaction() - Method in interface org.jboss.weld.transaction.spi.TransactionServices
-
Obtain a reference to the JTA UserTransaction
- getValue() - Method in interface org.jboss.weld.bootstrap.spi.Metadata
-
The metadata value
- getValue() - Method in interface org.jboss.weld.bootstrap.spi.SystemPropertyActivation
-
The value attribute
- getVersion() - Method in interface org.jboss.weld.bootstrap.spi.BeansXml
-
- initialize(SingletonProvider) - Static method in class org.jboss.weld.bootstrap.api.SingletonProvider
-
Initialize with an explicit instance
- InitParameters - Interface in org.jboss.weld.servlet.api
-
Names of init parameters that can be used in web.xml to configure Weld's Servlet integration.
- InjectionContext<T> - Interface in org.jboss.weld.injection.spi
-
The context in which instance injection occurs.
- InjectionServices - Interface in org.jboss.weld.injection.spi
-
Provides callbacks to the container when Weld performs injection on an InjectionTarget, managed bean or session bean
This service may be used to provide EE-style injection.
- instance() - Static method in class org.jboss.weld.bootstrap.api.SingletonProvider
-
- instance() - Method in interface org.jboss.weld.manager.api.WeldManager
-
- INSTANCE - Static variable in class org.jboss.weld.servlet.spi.helpers.AcceptingHttpContextActivationFilter
-
- InterceptorBindings - Interface in org.jboss.weld.ejb.spi
-
- invokeAllAndCheckForExceptions(Collection<? extends Callable<T>>) - Method in interface org.jboss.weld.manager.api.ExecutorServices
-
Executes the given tasks and blocks until they all finish.
- invokeAllAndCheckForExceptions(ExecutorServices.TaskFactory<T>) - Method in interface org.jboss.weld.manager.api.ExecutorServices
-
- isAnnotationDeclared(Class<? extends Annotation>) - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether an annotation of the specified annotation type is directly present on this class.
- isAssignableFrom(Class<?>) - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether this class is either the same as, or is a superclass of the specified class.
- isAssignableTo(Class<?>) - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether this class is either the same as, or is a subclass of the specified class.
- isConcurrentDeploymentEnabled() - Method in interface org.jboss.weld.bootstrap.spi.BootstrapConfiguration
-
- isConcurrentDeploymentEnabled() - Method in class org.jboss.weld.bootstrap.spi.helpers.FileBasedBootstrapConfiguration
-
- isConstructorInterceptionSuppressed() - Method in interface org.jboss.weld.construction.api.WeldCreationalContext
-
Indicates whether Weld-managed AroundConstruct
interceptors are suppressed.
- isInverted() - Method in interface org.jboss.weld.bootstrap.spi.ClassAvailableActivation
-
- isMessageDriven() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Indicates if the EJB is an MDB
- isMessageDriven() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- isNonPortableModeEnabled() - Method in interface org.jboss.weld.bootstrap.spi.BootstrapConfiguration
-
- isNonPortableModeEnabled() - Method in class org.jboss.weld.bootstrap.spi.helpers.FileBasedBootstrapConfiguration
-
- IsolatedStaticSingletonProvider - Class in org.jboss.weld.bootstrap.api.helpers
-
A singleton provider that assumes an isolated classloder per application
- IsolatedStaticSingletonProvider() - Constructor for class org.jboss.weld.bootstrap.api.helpers.IsolatedStaticSingletonProvider
-
- isPassivationCapable() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Indicates if the EJB is passivation capable.
- isPassivationCapable() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- isRemoved() - Method in interface org.jboss.weld.ejb.api.SessionObjectReference
-
Determine whether the session object has been removed.
- isSet(String) - Method in interface org.jboss.weld.bootstrap.api.Singleton
-
Check if the singleton is set
- isSingleton() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Indicates if the bean is a EJB 3.1 Singleton session bean
- isSingleton() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- isStateful() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Indicates if the EJB is a stateful session bean
- isStateful() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- isStateless() - Method in interface org.jboss.weld.ejb.spi.EjbDescriptor
-
Indicates if the bean is a stateless session bean
- isStateless() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
-
- isTopLevelClass() - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether this class is a top-level class or an inner class.
- isTransactionActive() - Method in interface org.jboss.weld.transaction.spi.TransactionServices
-
Queries the status of the current execution to see if a transaction is currently active.
- isVetoed() - Method in interface org.jboss.weld.resources.spi.ClassFileInfo
-
Indicates whether this class is vetoed from CDI processing.
- iterator() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
-
- iterator() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- RegexHttpContextActivationFilter - Class in org.jboss.weld.servlet.spi.helpers
-
- RegexHttpContextActivationFilter(Pattern) - Constructor for class org.jboss.weld.servlet.spi.helpers.RegexHttpContextActivationFilter
-
- RegexHttpContextActivationFilter(String) - Constructor for class org.jboss.weld.servlet.spi.helpers.RegexHttpContextActivationFilter
-
- registerAroundConstructCallback(AroundConstructCallback<T>) - Method in interface org.jboss.weld.construction.api.WeldCreationalContext
-
Register a callback which is notified of component construction.
- registerEjbInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.EjbInjectionServices
-
Register an EJB injection point.
- registerInjectionTarget(InjectionTarget<T>, AnnotatedType<T>) - Method in interface org.jboss.weld.injection.spi.InjectionServices
-
This method is invoked during Weld bootstrap and allows an integrator to process an InjectionTarget
that may be
injected at runtime.
- registerInterceptors(EjbDescriptor<?>, InterceptorBindings) - Method in interface org.jboss.weld.ejb.spi.EjbServices
-
Provides interceptor binding metadata to the container.
- registerInterceptors(EjbDescriptor<?>, InterceptorBindings) - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
-
- registerPersistenceContextInjectionPoint(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
-
- registerPersistenceContextInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
-
Register a persistence context injection point.
- registerPersistenceUnitInjectionPoint(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
-
- registerPersistenceUnitInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
-
Register a persistence unit injection point.
- registerResourceInjectionPoint(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- registerResourceInjectionPoint(String, String) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- registerResourceInjectionPoint(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
-
- registerResourceInjectionPoint(String, String) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
-
- registerResourceInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.ResourceInjectionServices
-
Register a resource injection point.
- registerResourceInjectionPoint(String, String) - Method in interface org.jboss.weld.injection.spi.ResourceInjectionServices
-
Register a resource injection point with the given JNDI name and mapped name.
- registerSynchronization(Synchronization) - Method in interface org.jboss.weld.transaction.spi.TransactionServices
-
Registers a synchronization object with the currently executing transaction.
- registerWebServiceRefInjectionPoint(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JaxwsInjectionServices
-
Register a WebServiceRef injection point.
- RegistrySingletonProvider - Class in org.jboss.weld.bootstrap.api.helpers
-
- RegistrySingletonProvider() - Constructor for class org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider
-
- release() - Method in class org.jboss.weld.injection.spi.helpers.SimpleResourceReference
-
- release() - Method in interface org.jboss.weld.injection.spi.ResourceReference
-
Release the resource instance
- remove() - Method in interface org.jboss.weld.ejb.api.SessionObjectReference
-
Request the EJB container remove the stateful session object
- requestDestroyed(ServletRequestEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- requestDestroyed(ServletRequestEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- requestInitialized(ServletRequestEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- requestInitialized(ServletRequestEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- reset() - Static method in class org.jboss.weld.bootstrap.api.SingletonProvider
-
- resolveEjb(EjbDescriptor<?>) - Method in interface org.jboss.weld.ejb.spi.EjbServices
-
Request a reference to an EJB session object from the container.
- resolveEjb(EjbDescriptor<?>) - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
-
- resolveEjb(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.EjbInjectionServices
-
- resolvePersistenceContext(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
-
- resolvePersistenceContext(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
-
- resolvePersistenceUnit(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
-
- resolvePersistenceUnit(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
-
- resolveResource(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- resolveResource(String, String) - Method in class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
-
- resolveResource(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
-
- resolveResource(String, String) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
-
- resolveResource(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.ResourceInjectionServices
-
- resolveResource(String, String) - Method in interface org.jboss.weld.injection.spi.ResourceInjectionServices
-
- ResourceInjectionServices - Interface in org.jboss.weld.injection.spi
-
A container should implement this interface to allow the Weld to resolve Resources
ResourceInjectionServices
is per-module service.
- ResourceLoader - Interface in org.jboss.weld.resources.spi
-
Resource loading/class creation services for Weld.
- ResourceLoadingException - Exception in org.jboss.weld.resources.spi
-
Exception thrown when errors occur while loading resource
- ResourceLoadingException() - Constructor for exception org.jboss.weld.resources.spi.ResourceLoadingException
-
Constructor
- ResourceLoadingException(String, Throwable) - Constructor for exception org.jboss.weld.resources.spi.ResourceLoadingException
-
Constructor
- ResourceLoadingException(String) - Constructor for exception org.jboss.weld.resources.spi.ResourceLoadingException
-
Constructor
- ResourceLoadingException(Throwable) - Constructor for exception org.jboss.weld.resources.spi.ResourceLoadingException
-
Constructor
- ResourceReference<T> - Interface in org.jboss.weld.injection.spi
-
Holds a reference to a resource instance.
- ResourceReferenceFactory<T> - Interface in org.jboss.weld.injection.spi
-
Identifies a container resource and allows a resource instance to be created for injection.
- Scanning - Interface in org.jboss.weld.bootstrap.spi
-
Scanning is a data structures representing the <scan> element in Weld's extensions to beans.xml.
- ScheduledExecutorServiceFactory - Interface in org.jboss.weld.resources.spi
-
- SecurityServices - Interface in org.jboss.weld.security.spi
-
Responsible for accessing security related functionality the environment can provide.
- SerializableContextual<C extends javax.enterprise.context.spi.Contextual<I>,I> - Interface in org.jboss.weld.serialization.spi.helpers
-
A serializable version of contextual that knows how to restore the original bean if necessary.
- SerializableContextualInstance<C extends javax.enterprise.context.spi.Contextual<I>,I> - Interface in org.jboss.weld.serialization.spi.helpers
-
- Service - Interface in org.jboss.weld.bootstrap.api
-
Marks a Service which is used by Weld to interact with it's environment
- ServiceRegistries - Class in org.jboss.weld.bootstrap.api.helpers
-
- ServiceRegistry - Interface in org.jboss.weld.bootstrap.api
-
A service registry
- ServletListener - Interface in org.jboss.weld.servlet.api
-
- sessionCreated(HttpSessionEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- sessionCreated(HttpSessionEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.weld.servlet.api.helpers.AbstractServletListener
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
-
- SessionObjectReference - Interface in org.jboss.weld.ejb.api
-
A serializable reference to a session object in the EJB container
- set(String, T) - Method in interface org.jboss.weld.bootstrap.api.Singleton
-
Store a singleton
- setBean(Bean<T>) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetBuilder
-
- setConstructorInterceptionSuppressed(boolean) - Method in interface org.jboss.weld.construction.api.WeldCreationalContext
-
By default Weld takes care of AroundConstruct
interceptors of a component instance which are bound to the component using interceptor bindings or
the Interceptors
annotation.
- setCurrent(Class<? extends Annotation>) - Method in interface org.jboss.weld.manager.api.WeldManager
-
Associate an activity with the current context for a normal scope
- setDecorationEnabled(boolean) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetBuilder
-
- setInterceptionEnabled(boolean) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetBuilder
-
- setResourceInjectionEnabled(boolean) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetBuilder
-
- setTargetClassLifecycleCallbacksEnabled(boolean) - Method in interface org.jboss.weld.manager.api.WeldInjectionTargetBuilder
-
- shutdown() - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
-
Causes the container to clean up and shutdown
Before the contain is shutdown the BeforeShutdown
event is fired
- shutdown() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
-
- SimpleResourceReference<T> - Class in org.jboss.weld.injection.spi.helpers
-
A trivial holder that holds a resource reference and does not handle releasing.
- SimpleResourceReference(T) - Constructor for class org.jboss.weld.injection.spi.helpers.SimpleResourceReference
-
- SimpleServiceRegistry - Class in org.jboss.weld.bootstrap.api.helpers
-
A registry for services
- SimpleServiceRegistry() - Constructor for class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
-
- Singleton<T> - Interface in org.jboss.weld.bootstrap.api
-
Holds a reference to an application singleton.
- SingletonProvider - Class in org.jboss.weld.bootstrap.api
-
- SingletonProvider() - Constructor for class org.jboss.weld.bootstrap.api.SingletonProvider
-
- startContainer(Environment, Deployment) - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
-
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
context
- startContainer(String, Environment, Deployment) - Method in interface org.jboss.weld.bootstrap.api.CDI11Bootstrap
-
Creates the application container:
Checks that the services required by the environment have been provided
Adds container provided services
Creates and initializes the built in contexts
Creates the manager
- startContainer(Environment, Deployment) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
-
- startExtensions(Iterable<Metadata<Extension>>) - Method in interface org.jboss.weld.bootstrap.api.CDI11Bootstrap
-
The container bootstrap sequence begins with initializing extensions.
- startInitialization() - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
-
Starts the application container initialization process:
Reads metadata from beans.xml and the
Deployment
service
Starts the application context
Starts the request context which lasts until
Bootstrap.endInitialization()
is called
Discovers and creates
Extension
service providers
Finally, the
BeforeBeanDiscovery
event is fired.
- startInitialization() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
-
- STATIC_INSTANCE - Static variable in class org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider
-
- SubclassedComponentDescriptor<T> - Interface in org.jboss.weld.ejb.spi
-
An implementation of
EjbDescriptor
may optionally implement this interface if the EJB container uses
subclassing to implement EJB functionality.
- SystemPropertyActivation - Interface in org.jboss.weld.bootstrap.spi
-
SystemPropertyActivation
is a data structures representing the <if-system-property> element in Weld's
extensions to beans.xml.