A B C D E F G H I J L M O P R S T U V W 

A

AbstractResourceServices - Class in org.jboss.weld.injection.spi.helpers
 
AbstractResourceServices() - Constructor for class org.jboss.weld.injection.spi.helpers.AbstractResourceServices
 
AbstractServletListener - Class in org.jboss.weld.servlet.api.helpers
No-op implementation of ServletListener
AbstractServletListener() - Constructor for class org.jboss.weld.servlet.api.helpers.AbstractServletListener
 
activate(String) - Method in interface org.jboss.weld.context.ConversationContext
Activate the conversation context, using the id provided to attempt to restore a long-running conversation
activate() - Method in interface org.jboss.weld.context.ConversationContext
Activate the conversation context, starting a new transient conversation
activate() - Method in interface org.jboss.weld.context.ManagedContext
Activate the Context.
add(Class<S>, S) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
add(Class<S>, S) - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
add(Class<S>, S) - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
Add a service
addAll(Collection<Map.Entry<Class<? extends Service>, Service>>) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
addAll(Collection<Map.Entry<Class<? extends Service>, Service>>) - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
addAll(Collection<Map.Entry<Class<? extends Service>, Service>>) - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
Add services
ApplicationContext - Interface in org.jboss.weld.context
The built in application context, associated with ApplicationScoped.
aroundInject(InjectionContext<T>) - Method in interface org.jboss.weld.injection.spi.InjectionServices
Callback for injection.
associate(S) - Method in interface org.jboss.weld.context.BoundContext
Associate the context with the storage (for this thread).

B

BeanDeploymentArchive - Interface in org.jboss.weld.bootstrap.spi
Represents a CDI bean deployment archive.
BeansXml - Interface in org.jboss.weld.bootstrap.spi
 
Bootstrap - Interface in org.jboss.weld.bootstrap.api
Application container initialization API for Weld.
Bound - Annotation Type in org.jboss.weld.context.bound
Qualifier used with all for all of the bound (map backed) contexts Weld offers.
BoundContext<S> - Interface in org.jboss.weld.context
Allows a thread-based context to be bound to some external instance storage (such as an HttpSession).
BoundConversationContext - Interface in org.jboss.weld.context.bound
A conversation context which can be bound to a pair of Maps encapsulated by BoundRequest.
BoundLiteral - Class in org.jboss.weld.context.bound
Annotation literal for Bound
BoundRequest - Interface in org.jboss.weld.context.bound
A conversation is used to span multiple requests, however is shorter than a session.
BoundRequestContext - Interface in org.jboss.weld.context.bound
A request context which can be bound to any Map.
BoundSessionContext - Interface in org.jboss.weld.context.bound
A session context which can be bound to any Map.
BusinessInterfaceDescriptor<T> - Interface in org.jboss.weld.ejb.spi
Represents the business interface of an EJB

C

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.
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.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.injection.spi.helpers.AbstractResourceServices
 
clear() - Method in interface org.jboss.weld.bootstrap.api.Singleton
Clear the singleton
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
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.
ConversationContext - Interface in org.jboss.weld.context
The built in conversation context is associated with ConversationScoped.
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.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.
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.

D

deactivate() - Method in interface org.jboss.weld.context.ManagedContext
Deactivate the Context, destroying any instances if the context is invalid.
delegate() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
delegate() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
delegate() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
 
delegate() - Method in class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
delegate() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
 
delegate() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
 
delegate() - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
delegate() - Method in class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
 
delegate() - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
 
delegate() - Method in class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
 
DependentContext - Interface in org.jboss.weld.context
The built in dependent context, associated with Dependent.
deployBeans() - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Creates and deploys the application's beans: Creates and deploys the discovered beans Creates and deploys the built-in beans defined by the CDI specification Finally the AfterBeanDiscovery is event is fired
deployBeans() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
Deployment - Interface in org.jboss.weld.bootstrap.spi
Represents a deployment of a CDI application.
destroy(Map<String, Object>) - Method in interface org.jboss.weld.context.bound.BoundConversationContext
Destroy all conversations in the session.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpConversationContext
If the context is not currently associated with a HttpServletRequest, then the context will be associated with the specified HttpSession (for this thread), activated, destroyed, and then deactivated.
destroy(HttpSession) - Method in interface org.jboss.weld.context.http.HttpSessionContext
Destroy the session and all conversations stored in the session.
dissociate(S) - Method in interface org.jboss.weld.context.BoundContext
Dissociate the context from the storage (for this thread).

E

Ejb - Annotation Type in org.jboss.weld.context.ejb
Qualifier used with all for all of the EJB contexts Weld offers.
EjbDescriptor<T> - Interface in org.jboss.weld.ejb.spi
EJB metadata from the EJB descriptor
EjbInjectionServices - Interface in org.jboss.weld.injection.spi
A container should implement this interface to allow Weld to resolve EJB.
EjbLiteral - Class in org.jboss.weld.context.ejb
Annotation literal for Ejb
EjbRequestContext - Interface in org.jboss.weld.context.ejb
A request context which can be bound to the InvocationContext.
EjbServices - Interface in org.jboss.weld.ejb.spi
A container should implement this interface to allow Weld to resolve EJB and discover EJBs EjbServices is a per-deployment service.
EMPTY_BEANS_XML - Static variable in interface org.jboss.weld.bootstrap.spi.BeansXml
 
EMPTY_SCANNING - Static variable in interface org.jboss.weld.bootstrap.spi.Scanning
 
endInitialization() - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Cleans up after the initialization
endInitialization() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
entrySet() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
entrySet() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
entrySet() - Method in interface org.jboss.weld.bootstrap.api.ServiceRegistry
 
Environment - Interface in org.jboss.weld.bootstrap.api
Represents an environment.
Environments - Enum in org.jboss.weld.bootstrap.api
Requirements for various well known environments.
equals(Object) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
equals(Object) - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
equals(Object) - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
 
equals(Object) - Method in class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
equals(Object) - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
 
equals(Object) - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
 
equals(Object) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
equals(Object) - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
 
ExecutorServices - Interface in org.jboss.weld.manager.api
Allows a custom TaskExecutor to be provided by the container.

F

Filter - Interface in org.jboss.weld.bootstrap.spi
Filter is a data structures representing the <include> and <exclude> elements in Weld's extensions to beans.xml.
fireProcessInjectionTarget(AnnotatedType<X>) - Method in interface org.jboss.weld.manager.api.WeldManager
Fire a ProcessInjectionTarget event for the given type.
ForwadingBusinessInterfaceDescriptor<T> - Class in org.jboss.weld.ejb.spi.helpers
An implementation of BusinessInterfaceDescriptor which forwards all its method calls to another BusinessInterfaceDescriptor}.
ForwadingBusinessInterfaceDescriptor() - Constructor for class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
ForwardingBeanDeploymentArchive - Class in org.jboss.weld.bootstrap.spi.helpers
 
ForwardingBeanDeploymentArchive() - Constructor for class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
 
ForwardingBootstrap - Class in org.jboss.weld.bootstrap.api.helpers
Implementation of Bootstrap which supports the decorator pattern
ForwardingBootstrap() - Constructor for class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
ForwardingEjbDescriptor<T> - Class in org.jboss.weld.ejb.spi.helpers
An implementation of EjbDescriptor which forwards all its method calls to another EjbDescriptor}.
ForwardingEjbDescriptor() - Constructor for class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
 
ForwardingEjbServices - Class in org.jboss.weld.ejb.spi.helpers
An implementation of EjbServices which forwards all its method calls to another EjbServices}.
ForwardingEjbServices() - Constructor for class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
 
ForwardingJpaInjectionServices - Class in org.jboss.weld.injection.spi.helpers
An implementation of JpaInjectionServices which forwards all its method calls to another JpaInjectionServices}.
ForwardingJpaInjectionServices() - Constructor for class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
ForwardingResourceInjectionServices - Class in org.jboss.weld.injection.spi.helpers
 
ForwardingResourceInjectionServices() - Constructor for class org.jboss.weld.injection.spi.helpers.ForwardingResourceInjectionServices
 
ForwardingResourceLoader - Class in org.jboss.weld.resources.spi.helpers
An implementation of ResourceLoader which forwards all its method calls to another ResourceLoader}.
ForwardingResourceLoader() - Constructor for class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
 
ForwardingServiceRegistry - Class in org.jboss.weld.bootstrap.api.helpers
 
ForwardingServiceRegistry() - Constructor for class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
ForwardingServletListener - Class in org.jboss.weld.servlet.api.helpers
 
ForwardingServletListener() - Constructor for class org.jboss.weld.servlet.api.helpers.ForwardingServletListener
 

G

generateConversationId() - Method in interface org.jboss.weld.context.ConversationContext
Generate a new, unique, conversation id
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() - 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
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
 
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
 
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
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
getConcurrentAccessTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the current concurrent access timeout
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() - Method in interface org.jboss.weld.serialization.spi.helpers.SerializableContextualInstance
 
getConversation(String) - Method in interface org.jboss.weld.context.ConversationContext
Get the conversation with the given id.
getConversations() - Method in interface org.jboss.weld.context.ConversationContext
Get conversations currently known to the context.
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
 
getCurrentConversation() - Method in interface org.jboss.weld.context.ConversationContext
Get a handle the current conversation (transient or otherwise).
getDefaultTimeout() - Method in interface org.jboss.weld.context.ConversationContext
Get the default inactivity timeout.
getDefaultValidatorFactory() - Method in interface org.jboss.weld.validation.spi.ValidationServices
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
Get a string which uniquely identifies the BeanDeploymentArchive within the Deployment.
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
getInstance() - Method in interface org.jboss.weld.context.api.ContextualInstance
 
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
 
getLastUsed() - Method in interface org.jboss.weld.context.ManagedConversation
Gets the last time the conversation was used (for data access)
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 this 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).
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
getParameterName() - Method in interface org.jboss.weld.context.ConversationContext
Get the name of the parameter used to propagate the conversation id
getPattern() - Method in interface org.jboss.weld.bootstrap.spi.Filter
The pattern attribute
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
 
getRequestMap() - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current request map.
getRequestMap() - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 
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
Returns a SerializableContextual that corresponds to the given Contextual
getSerializableContextualInstance(Contextual<I>, I, CreationalContext<I>) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
Returns a SerializableContextualInstance that corresponds to the given instance and Contextual
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
getSessionMap(boolean) - Method in interface org.jboss.weld.context.bound.BoundRequest
Get the current session map.
getSessionMap(boolean) - Method in class org.jboss.weld.context.bound.MutableBoundRequest
 
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
 
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

H

hashCode() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
hashCode() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
hashCode() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
 
hashCode() - Method in class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
hashCode() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
 
hashCode() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
 
hashCode() - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
hashCode() - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
 
Http - Annotation Type in org.jboss.weld.context.http
Qualifier used with all for all of the Servlet backed contexts Weld offers.
HttpConversationContext - Interface in org.jboss.weld.context.http
An Http Session backed conversation context.
HttpLiteral - Class in org.jboss.weld.context.http
Annotation literal for Http
HttpRequestContext - Interface in org.jboss.weld.context.http
A request context which can be bound to the ServletRequest.
HttpSessionContext - Interface in org.jboss.weld.context.http
A session context which can be bound to the HttpServletRequest.

I

initialize(SingletonProvider) - Static method in class org.jboss.weld.bootstrap.api.SingletonProvider
Initialize with an explicit instance
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 - Static variable in class org.jboss.weld.context.bound.BoundLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.ejb.EjbLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.http.HttpLiteral
 
INSTANCE - Static variable in class org.jboss.weld.context.unbound.UnboundLiteral
 
instance() - Method in interface org.jboss.weld.manager.api.WeldManager
 
InterceptorBindings - Interface in org.jboss.weld.ejb.spi
 
invalidate() - Method in interface org.jboss.weld.context.ApplicationContext
Invalidate the context, causing all bean instances to be destroyed.
invalidate() - Method in interface org.jboss.weld.context.ConversationContext
Cause any expired conversations to be ended, and therefore marked for destruction when deactivate is called.
invalidate() - Method in interface org.jboss.weld.context.http.HttpSessionContext
Mark the Session Context for destruction; the Session Context will be detached from the underling Http Session, and instances marked for destruction when the Http Request is destroyed.
invalidate() - Method in interface org.jboss.weld.context.ManagedContext
Mark the context as due for destruction when deactivate is called.
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
 
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
 
isRemoved() - Method in interface org.jboss.weld.ejb.api.SessionObjectReference
Determine whether the session object has been removed.
isSet() - 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
 
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.
iterator() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingServiceRegistry
 
iterator() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 

J

JpaInjectionServices - Interface in org.jboss.weld.injection.spi
A container should implement this interface to allow the Weld RI to resolve JPA persistence units and discover entities JpaInjectionServices is a per-module service.

L

loadBeanClass(String) - Method in interface org.jboss.weld.serialization.spi.ProxyServices
Loads classes or interfaces extended/implemented by a bean or in particular a proxy class for a bean.
loadBeanDeploymentArchive(Class<?>) - Method in interface org.jboss.weld.bootstrap.spi.Deployment
Load the BeanDeploymentArchive containing the given class.
loadExtensions(ClassLoader) - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Load CDI extensions using the provided ClassLoader
lock(long) - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to lock the conversation for exclusive usage

M

ManagedContext - Interface in org.jboss.weld.context
Lifecycle management for built in contexts.
ManagedConversation - Interface in org.jboss.weld.context
Provides management operations for conversations, including locking, and expiration management.
Metadata<T> - Interface in org.jboss.weld.bootstrap.spi
A piece of metadata, of type T
MutableBoundRequest - Class in org.jboss.weld.context.bound
An implementation of BoundRequest backed by a pair of maps.
MutableBoundRequest(Map<String, Object>, Map<String, Object>) - Constructor for class org.jboss.weld.context.bound.MutableBoundRequest
 

O

org.jboss.weld.bootstrap.api - package org.jboss.weld.bootstrap.api
 
org.jboss.weld.bootstrap.api.helpers - package org.jboss.weld.bootstrap.api.helpers
 
org.jboss.weld.bootstrap.spi - package org.jboss.weld.bootstrap.spi
 
org.jboss.weld.bootstrap.spi.helpers - package org.jboss.weld.bootstrap.spi.helpers
 
org.jboss.weld.context - package org.jboss.weld.context
 
org.jboss.weld.context.api - package org.jboss.weld.context.api
 
org.jboss.weld.context.bound - package org.jboss.weld.context.bound
 
org.jboss.weld.context.ejb - package org.jboss.weld.context.ejb
 
org.jboss.weld.context.http - package org.jboss.weld.context.http
 
org.jboss.weld.context.unbound - package org.jboss.weld.context.unbound
 
org.jboss.weld.ejb.api - package org.jboss.weld.ejb.api
 
org.jboss.weld.ejb.spi - package org.jboss.weld.ejb.spi
 
org.jboss.weld.ejb.spi.helpers - package org.jboss.weld.ejb.spi.helpers
 
org.jboss.weld.injection.spi - package org.jboss.weld.injection.spi
 
org.jboss.weld.injection.spi.helpers - package org.jboss.weld.injection.spi.helpers
 
org.jboss.weld.manager.api - package org.jboss.weld.manager.api
 
org.jboss.weld.resources.spi - package org.jboss.weld.resources.spi
 
org.jboss.weld.resources.spi.helpers - package org.jboss.weld.resources.spi.helpers
 
org.jboss.weld.security.spi - package org.jboss.weld.security.spi
 
org.jboss.weld.serialization.spi - package org.jboss.weld.serialization.spi
 
org.jboss.weld.serialization.spi.helpers - package org.jboss.weld.serialization.spi.helpers
 
org.jboss.weld.servlet.api - package org.jboss.weld.servlet.api
 
org.jboss.weld.servlet.api.helpers - package org.jboss.weld.servlet.api.helpers
 
org.jboss.weld.transaction.spi - package org.jboss.weld.transaction.spi
 
org.jboss.weld.validation.spi - package org.jboss.weld.validation.spi
 

P

parse(URL) - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Parse the specified URL as a beans.xml file.
parse(Iterable<URL>) - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Parse the specified URLs as a series of beans.xml file and merge the result.
proceed() - Method in interface org.jboss.weld.injection.spi.InjectionContext
Calling InjectionContext.proceed() will cause Weld to perform injection on the instance as it normally would.
PROPERTY_NAME - Static variable in interface org.jboss.weld.resources.spi.ResourceLoader
 
ProxyServices - Interface in org.jboss.weld.serialization.spi
Support services related to proxy generation and serialization which are required to be implemented by all containers.
putIfAbsent(Contextual<?>) - Method in interface org.jboss.weld.serialization.spi.ContextualStore
Add a contextual (if not already present) to the store, and return it's id.

R

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
 
registerSynchronization(Synchronization) - Method in interface org.jboss.weld.transaction.spi.TransactionServices
Registers a synchronization object with the currently executing transaction.
remove() - Method in interface org.jboss.weld.ejb.api.SessionObjectReference
Request the EJB container remove the stateful session object
RequestContext - Interface in org.jboss.weld.context
The built in request context is associated with RequestScoped and is a managed context which can be activated, invalidated and deactivated.
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
Resolve the value for the given @EJB injection point
resolvePersistenceContext(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
resolvePersistenceContext(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
Resolve the value for the given @PersistenceContext injection point
resolvePersistenceUnit(InjectionPoint) - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
resolvePersistenceUnit(InjectionPoint) - Method in interface org.jboss.weld.injection.spi.JpaInjectionServices
Resolve the value for the given @PersistenceUnit injection point
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
Resolve the value for the given @Resource injection point
resolveResource(String, String) - Method in interface org.jboss.weld.injection.spi.ResourceInjectionServices
Resolve the value for the given JNDI name and mapped name
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

S

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
A Serializable wrapper for a ContextualInstance
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
 
SessionContext - Interface in org.jboss.weld.context
The built in session context is associated with SessionScoped.
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(T) - Method in interface org.jboss.weld.bootstrap.api.Singleton
Store a singleton
setConcurrentAccessTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the concurrent access timeout
setCurrent(Class<? extends Annotation>) - Method in interface org.jboss.weld.manager.api.WeldManager
Associate an activity with the current context for a normal scope
setDefaultTimeout(long) - Method in interface org.jboss.weld.context.ConversationContext
Set the default inactivity timeout.
setParameterName(String) - Method in interface org.jboss.weld.context.ConversationContext
Set the name of the parameter used to propagate the conversation id
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
 
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.
SingletonContext - Interface in org.jboss.weld.context
The built in singleton context, associated with Singleton.
SingletonProvider - Class in org.jboss.weld.bootstrap.api
A provider of Singletons
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(Environment, Deployment) - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
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
 
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.

T

TCCLSingletonProvider - Class in org.jboss.weld.bootstrap.api.helpers
Singleton provider that uses the Thread Context ClassLoader to differentiate between applications
TCCLSingletonProvider() - Constructor for class org.jboss.weld.bootstrap.api.helpers.TCCLSingletonProvider
 
toString() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
toString() - Method in class org.jboss.weld.bootstrap.api.helpers.SimpleServiceRegistry
 
toString() - Method in class org.jboss.weld.bootstrap.spi.helpers.ForwardingBeanDeploymentArchive
 
toString() - Method in class org.jboss.weld.ejb.spi.helpers.ForwadingBusinessInterfaceDescriptor
 
toString() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbDescriptor
 
toString() - Method in class org.jboss.weld.ejb.spi.helpers.ForwardingEjbServices
 
toString() - Method in class org.jboss.weld.injection.spi.helpers.ForwardingJpaInjectionServices
 
toString() - Method in class org.jboss.weld.resources.spi.helpers.ForwardingResourceLoader
 
touch() - Method in interface org.jboss.weld.context.ManagedConversation
Touches the managed conversation, updating the "last used" timestamp
TransactionServices - Interface in org.jboss.weld.transaction.spi
The container must implement the services related to transactional behavior used in JSR-299, if that behavior is going to be used.

U

Unbound - Annotation Type in org.jboss.weld.context.unbound
Qualifier used with all for all of the unbound contexts Weld offers.
UnboundLiteral - Class in org.jboss.weld.context.unbound
Annotation literal for Bound
unlock() - Method in interface org.jboss.weld.context.ManagedConversation
Attempts to unlock the conversation
unmodifiableServiceRegistry(ServiceRegistry) - Static method in class org.jboss.weld.bootstrap.api.helpers.ServiceRegistries
 

V

validateBeans() - Method in interface org.jboss.weld.bootstrap.api.Bootstrap
Validates the deployment.
validateBeans() - Method in class org.jboss.weld.bootstrap.api.helpers.ForwardingBootstrap
 
ValidationServices - Interface in org.jboss.weld.validation.spi
Responsible for accessing Bean Validation functionality the environment may provide.
valueOf(String) - Static method in enum org.jboss.weld.bootstrap.api.Environments
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.weld.bootstrap.api.Environments
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeldManager - Interface in org.jboss.weld.manager.api
Functionality provided by the Weld Manager over and above the JSR-299 Manager.
A B C D E F G H I J L M O P R S T U V W 

Copyright © 2012 Seam Framework. All Rights Reserved.