- 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
- 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
- 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
- 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 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
- 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
-
The number of threads used by ContainerLifecycleEventPreloader.
- 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
- 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
-
- isConcurrentDeploymentEnabled() - Method in interface org.jboss.weld.bootstrap.spi.BootstrapConfiguration
-
Indicates whether ConcurrentDeployer and ConcurrentValidator should be enabled.
- 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
-
Allows an integrator to enable the non-portable mode.
- 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
-
- 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
-
- 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.