Uses of Class
org.jboss.weld.manager.BeanManagerImpl

Packages that use BeanManagerImpl
org.jboss.weld   
org.jboss.weld.bean   
org.jboss.weld.bean.builtin   
org.jboss.weld.bean.builtin.ee   
org.jboss.weld.bean.interceptor   
org.jboss.weld.bean.proxy   
org.jboss.weld.bootstrap   
org.jboss.weld.bootstrap.events   
org.jboss.weld.el   
org.jboss.weld.event   
org.jboss.weld.injection   
org.jboss.weld.manager   
org.jboss.weld.metadata.cache   
org.jboss.weld.resolution   
org.jboss.weld.servlet   
org.jboss.weld.util   
 

Uses of BeanManagerImpl in org.jboss.weld
 

Methods in org.jboss.weld that return BeanManagerImpl
 BeanManagerImpl Container.activityManager(java.lang.String key)
          Get the activity manager for a given key
 BeanManagerImpl Container.deploymentManager()
          Gets the manager for this application deployment
 

Methods in org.jboss.weld that return types with arguments of type BeanManagerImpl
 java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanManagerImpl> Container.beanDeploymentArchives()
           
 

Methods in org.jboss.weld with parameters of type BeanManagerImpl
 java.lang.String Container.addActivity(BeanManagerImpl manager)
          Add an activity
static void Container.initialize(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
          Initialize the container for the current application deployment
 

Constructors in org.jboss.weld with parameters of type BeanManagerImpl
Container(BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bean
 

Fields in org.jboss.weld.bean declared as BeanManagerImpl
protected  BeanManagerImpl AbstractBean.beanManager
           
 

Methods in org.jboss.weld.bean that return BeanManagerImpl
protected  BeanManagerImpl RIBean.getBeanManager()
           
 

Methods in org.jboss.weld.bean with parameters of type BeanManagerImpl
protected static java.util.Set<java.lang.annotation.Annotation> AbstractClassBean.flattenInterceptorBindings(BeanManagerImpl beanManager, java.util.Set<java.lang.annotation.Annotation> annotations)
          Extracts the complete set of interception bindings from a given set of annotations.
static
<X,T> DisposalMethod<X,T>
DisposalMethod.of(BeanManagerImpl manager, WeldMethod<T,? super X> method, AbstractClassBean<X> declaringBean)
           
static
<T> CustomDecoratorWrapper<T>
CustomDecoratorWrapper.of(javax.enterprise.inject.spi.Decorator<T> delegate, BeanManagerImpl beanManager)
           
static
<T> SessionBean<T>
SessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager)
          Creates a simple, annotation defined Enterprise Web Bean
static
<T> NewSessionBean<T>
NewSessionBean.of(InternalEjbDescriptor<T> ejbDescriptor, BeanManagerImpl beanManager)
          Creates an instance of a NewEnterpriseBean from an annotated class
static
<T> NewManagedBean<T>
NewManagedBean.of(WeldClass<T> clazz, BeanManagerImpl beanManager)
          Creates an instance of a NewSimpleBean from an annotated class
static
<T> ManagedBean<T>
ManagedBean.of(WeldClass<T> clazz, BeanManagerImpl beanManager)
          Creates a simple, annotation defined Web Bean
static
<T> InterceptorImpl<T>
InterceptorImpl.of(WeldClass<T> type, BeanManagerImpl beanManager)
           
static
<T> DecoratorImpl<T>
DecoratorImpl.of(WeldClass<T> clazz, BeanManagerImpl beanManager)
          Creates a decorator bean
static
<X,T> ProducerField<X,T>
ProducerField.of(WeldField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
          Creates a producer field
static
<X,T> ProducerMethod<X,T>
ProducerMethod.of(WeldMethod<T,? super X> method, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
          Creates a producer method Web Bean
 

Constructors in org.jboss.weld.bean with parameters of type BeanManagerImpl
AbstractBean(java.lang.String idSuffix, BeanManagerImpl beanManager)
          Constructor
AbstractClassBean(WeldClass<T> type, java.lang.String idSuffix, BeanManagerImpl beanManager)
          Constructor
AbstractProducerBean(java.lang.String idSuffix, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
          Constructor
AbstractReceiverBean(java.lang.String idSuffix, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
           
DecoratorImpl(WeldClass<T> type, BeanManagerImpl beanManager)
           
DisposalMethod(BeanManagerImpl beanManager, WeldMethod<T,? super X> disposalMethod, AbstractClassBean<X> declaringBean)
           
InterceptorImpl(WeldClass<T> type, BeanManagerImpl beanManager)
           
ManagedBean(WeldClass<T> type, java.lang.String idSuffix, BeanManagerImpl beanManager)
          Constructor
NewManagedBean(WeldClass<T> type, java.lang.String idSuffix, BeanManagerImpl beanManager)
          Protected constructor
NewSessionBean(WeldClass<T> type, InternalEjbDescriptor<T> ejbDescriptor, java.lang.String idSuffix, BeanManagerImpl beanManager)
          Protected constructor
ProducerField(WeldField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Constructor
ProducerMethod(WeldMethod<T,? super X> method, AbstractClassBean<X> declaringBean, BeanManagerImpl beanManager)
           
RIBean(java.lang.String idSuffix, BeanManagerImpl beanManager)
           
SessionBean(WeldClass<T> type, InternalEjbDescriptor<T> ejbDescriptor, java.lang.String idSuffix, BeanManagerImpl manager)
          Constructor
 

Uses of BeanManagerImpl in org.jboss.weld.bean.builtin
 

Methods in org.jboss.weld.bean.builtin that return BeanManagerImpl
 BeanManagerImpl BeanManagerBean.create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
           
protected  BeanManagerImpl AbstractFacade.getBeanManager()
           
protected  BeanManagerImpl AbstractFacade.AbstractFacadeSerializationProxy.getBeanManager()
           
 

Methods in org.jboss.weld.bean.builtin that return types with arguments of type BeanManagerImpl
 java.lang.Class<BeanManagerImpl> BeanManagerBean.getType()
           
 

Methods in org.jboss.weld.bean.builtin with parameters of type BeanManagerImpl
 void BeanManagerBean.destroy(BeanManagerImpl instance, javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
           
static
<I> javax.enterprise.inject.Instance<I>
InstanceImpl.of(javax.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl beanManager)
           
 

Method parameters in org.jboss.weld.bean.builtin with type arguments of type BeanManagerImpl
 BeanManagerImpl BeanManagerBean.create(javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
           
 void BeanManagerBean.destroy(BeanManagerImpl instance, javax.enterprise.context.spi.CreationalContext<BeanManagerImpl> creationalContext)
           
 

Constructors in org.jboss.weld.bean.builtin with parameters of type BeanManagerImpl
AbstractBuiltInBean(java.lang.String idSuffix, BeanManagerImpl beanManager)
           
AbstractFacade(java.lang.reflect.Type type, java.lang.annotation.Annotation[] qualifiers, javax.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl beanManager)
           
AbstractFacadeBean(java.lang.String idSuffix, BeanManagerImpl manager)
           
BeanManagerBean(BeanManagerImpl manager)
           
EventBean(BeanManagerImpl manager)
           
ExtensionBean(BeanManagerImpl manager, WeldClass<javax.enterprise.inject.spi.Extension> clazz, javax.enterprise.inject.spi.Extension instance)
           
InjectionPointBean(BeanManagerImpl manager)
          Creates an InjectionPoint Web Bean for the injection of the containing bean owning the field, constructor or method for the annotated item
InstanceBean(BeanManagerImpl manager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bean.builtin.ee
 

Methods in org.jboss.weld.bean.builtin.ee that return BeanManagerImpl
 BeanManagerImpl AbstractEECallable.getBeanManager()
           
 

Methods in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImpl
static
<X,T> EEResourceProducerField<X,T>
EEResourceProducerField.of(WeldField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
          Creates an EE resource producer field
 

Constructors in org.jboss.weld.bean.builtin.ee with parameters of type BeanManagerImpl
AbstractEEBean(java.lang.Class<T> type, java.util.concurrent.Callable<T> callable, BeanManagerImpl beanManager)
           
AbstractEECallable(BeanManagerImpl beanManager)
           
DefaultValidatorBean(BeanManagerImpl manager)
           
DefaultValidatorFactoryBean(BeanManagerImpl beanManager)
           
EEResourceProducerField(WeldField<T,? super X> field, AbstractClassBean<X> declaringBean, BeanManagerImpl manager)
           
PrincipalBean(BeanManagerImpl beanManager)
           
UserTransactionBean(BeanManagerImpl beanManager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bean.interceptor
 

Methods in org.jboss.weld.bean.interceptor that return BeanManagerImpl
 BeanManagerImpl CdiInterceptorHandlerFactory.getManager()
           
 

Constructors in org.jboss.weld.bean.interceptor with parameters of type BeanManagerImpl
CdiInterceptorHandlerFactory(javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager)
           
ClassInterceptionHandlerFactory(javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bean.proxy
 

Constructors in org.jboss.weld.bean.proxy with parameters of type BeanManagerImpl
DecorationHelper(T originalInstance, java.lang.Class<T> proxyClassForDecorator, BeanManagerImpl beanManager, java.util.List<javax.enterprise.inject.spi.Decorator<?>> decorators)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bootstrap
 

Methods in org.jboss.weld.bootstrap that return BeanManagerImpl
 BeanManagerImpl BeanDeployment.getBeanManager()
           
protected  BeanManagerImpl AbstractBeanDeployer.getManager()
           
 BeanManagerImpl WeldBootstrap.getManager(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive)
           
 

Methods in org.jboss.weld.bootstrap with parameters of type BeanManagerImpl
protected
<T,X> void
ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean, BeanManagerImpl beanManager, WeldMethod<T,? super X> method, java.util.Set<ObserverMethodImpl<?,?>> observerMethods)
           
protected
<X> void
ExtensionBeanDeployer.createObserverMethods(RIBean<X> declaringBean, BeanManagerImpl beanManager, WeldClass<X> annotatedClass, java.util.Set<ObserverMethodImpl<?,?>> observerMethods)
           
 void Validator.validateBeanNames(BeanManagerImpl beanManager)
           
 void Validator.validateBeans(java.util.Collection<? extends javax.enterprise.inject.spi.Bean<?>> beans, java.util.Collection<RIBean<?>> specializedBeans, BeanManagerImpl manager)
           
 void Validator.validateDeployment(BeanManagerImpl manager, BeanDeployerEnvironment environment)
           
 void Validator.validateInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ij, BeanManagerImpl beanManager)
          Validate an injection point
 void Validator.validateInjectionPointPassivationCapable(javax.enterprise.inject.spi.InjectionPoint ij, javax.enterprise.inject.spi.Bean<?> resolvedBean, BeanManagerImpl beanManager)
           
 

Constructors in org.jboss.weld.bootstrap with parameters of type BeanManagerImpl
AbstractBeanDeployer(BeanManagerImpl manager, E environment)
           
BeanDeployer(BeanManagerImpl manager, EjbDescriptors ejbDescriptors)
           
BeanDeployerEnvironment(EjbDescriptors ejbDescriptors, BeanManagerImpl manager)
           
BeanDeployment(org.jboss.weld.bootstrap.spi.BeanDeploymentArchive beanDeploymentArchive, BeanManagerImpl deploymentManager, org.jboss.weld.bootstrap.api.ServiceRegistry deploymentServices)
           
ExtensionBeanDeployer(BeanManagerImpl manager, org.jboss.weld.bootstrap.spi.Deployment deployment, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
ExtensionBeanDeployerEnvironment(EjbDescriptors ejbDescriptors, BeanManagerImpl manager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.bootstrap.events
 

Methods in org.jboss.weld.bootstrap.events that return BeanManagerImpl
protected  BeanManagerImpl AbstractContainerEvent.getBeanManager()
           
 

Methods in org.jboss.weld.bootstrap.events with parameters of type BeanManagerImpl
static
<X> void
AbstractProcessInjectionTarget.fire(BeanManagerImpl beanManager, AbstractClassBean<X> bean)
           
static
<X,T> void
ProcessProducerImpl.fire(BeanManagerImpl beanManager, AbstractProducerBean<X,T,java.lang.reflect.Member> producer)
           
static
<X> javax.enterprise.inject.spi.InjectionTarget<X>
AbstractProcessInjectionTarget.fire(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType, javax.enterprise.inject.spi.InjectionTarget<X> injectionTarget)
           
static
<X> void
ProcessBeanImpl.fire(BeanManagerImpl beanManager, javax.enterprise.inject.spi.Bean<X> bean)
           
static void BeforeBeanDiscoveryImpl.fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
static void AfterBeanDiscoveryImpl.fire(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
static
<X> void
ProcessManagedBeanImpl.fire(BeanManagerImpl beanManager, ManagedBean<X> bean)
           
static void BeforeShutdownImpl.fire(BeanManagerImpl beanManager, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
static void AfterDeploymentValidationImpl.fire(BeanManagerImpl beanManager, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
static
<T,X> void
ProcessObserverMethodImpl.fire(BeanManagerImpl beanManager, ObserverMethodImpl<T,X> observer)
           
static
<X,T> void
ProcessProducerFieldImpl.fire(BeanManagerImpl beanManager, ProducerField<X,T> bean)
           
static
<X,T> void
ProcessProducerMethodImpl.fire(BeanManagerImpl beanManager, ProducerMethod<X,T> bean)
           
static
<X> void
ProcessSessionBeanImpl.fire(BeanManagerImpl beanManager, SessionBean<java.lang.Object> bean)
           
static
<X> ProcessAnnotatedTypeImpl<X>
ProcessAnnotatedTypeImpl.fire(BeanManagerImpl beanManager, WeldClass<X> clazz)
           
 

Constructors in org.jboss.weld.bootstrap.events with parameters of type BeanManagerImpl
AbstractBeanDiscoveryEvent(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments, org.jboss.weld.bootstrap.spi.Deployment deployment)
           
AbstractContainerEvent(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.lang.reflect.Type[] actualTypeArguments)
           
AbstractDefinitionContainerEvent(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.lang.reflect.Type[] actualTypeArguments)
           
AbstractDeploymentContainerEvent(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.lang.reflect.Type[] actualTypeArguments)
           
AbstractProcessClassBean(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.lang.reflect.Type[] actualTypeArguments, B bean)
           
AbstractProcessInjectionTarget(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType)
           
AbstractProcessProducerBean(BeanManagerImpl beanManager, java.lang.reflect.Type rawType, java.lang.reflect.Type[] actualTypeArguments, B bean)
           
AfterBeanDiscoveryImpl(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
AfterDeploymentValidationImpl(BeanManagerImpl beanManager)
           
BeforeBeanDiscoveryImpl(BeanManagerImpl beanManager, org.jboss.weld.bootstrap.spi.Deployment deployment, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments)
           
BeforeShutdownImpl(BeanManagerImpl beanManager)
           
ProcessAnnotatedTypeImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<X> annotatedType)
           
ProcessBeanImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.Bean<X> bean)
           
ProcessBeanInjectionTarget(BeanManagerImpl beanManager, AbstractClassBean<T> bean)
           
ProcessManagedBeanImpl(BeanManagerImpl beanManager, ManagedBean<X> bean)
           
ProcessObserverMethodImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedMethod<X> beanMethod, ObserverMethodImpl<T,X> observerMethod)
           
ProcessProducerFieldImpl(BeanManagerImpl beanManager, ProducerField<X,T> bean)
           
ProcessProducerImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedMember<X> annotatedMember, AbstractProducerBean<X,T,?> bean)
           
ProcessProducerMethodImpl(BeanManagerImpl beanManager, ProducerMethod<X,T> bean)
           
ProcessSessionBeanImpl(BeanManagerImpl beanManager, SessionBean<java.lang.Object> bean)
           
ProcessSimpleInjectionTarget(BeanManagerImpl beanManager, javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, javax.enterprise.inject.spi.InjectionTarget<T> injectionTarget)
           
 

Uses of BeanManagerImpl in org.jboss.weld.el
 

Methods in org.jboss.weld.el that return BeanManagerImpl
protected  BeanManagerImpl WeldELResolver.getManager(javax.el.ELContext context)
           
protected abstract  BeanManagerImpl AbstractWeldELResolver.getManager(javax.el.ELContext context)
           
 

Constructors in org.jboss.weld.el with parameters of type BeanManagerImpl
WeldELResolver(BeanManagerImpl beanManager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.event
 

Fields in org.jboss.weld.event declared as BeanManagerImpl
protected  BeanManagerImpl ObserverMethodImpl.manager
           
 

Methods in org.jboss.weld.event with parameters of type BeanManagerImpl
static
<T,X> ObserverMethodImpl<T,X>
ObserverFactory.create(WeldMethod<T,? super X> method, RIBean<X> declaringBean, BeanManagerImpl manager)
          Creates an observer
static
<E> EventImpl<E>
EventImpl.of(javax.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl beanManager)
           
 

Constructors in org.jboss.weld.event with parameters of type BeanManagerImpl
ObserverMethodImpl(WeldMethod<T,? super X> observer, RIBean<X> declaringBean, BeanManagerImpl manager)
          Creates an Observer which describes and encapsulates an observer method (8.5).
 

Uses of BeanManagerImpl in org.jboss.weld.injection
 

Methods in org.jboss.weld.injection with parameters of type BeanManagerImpl
protected  java.lang.Object[] ProxyClassConstructorInjectionPointWrapper.getParameterValues(java.util.List<ParameterInjectionPoint<?,T>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
protected  java.lang.Object[] ConstructorInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?,T>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
protected  java.lang.Object[] MethodInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?,X>> parameters, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, java.lang.Object specialVal, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
 T ParameterInjectionPoint.getValueToInject(BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 void FieldInjectionPoint.inject(java.lang.Object declaringInstance, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 T MethodInjectionPoint.invoke(java.lang.Object declaringInstance, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstance(java.lang.Object declaringInstance, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstanceWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T ConstructorInjectionPoint.newInstance(BeanManagerImpl manager, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
           
 

Constructors in org.jboss.weld.injection with parameters of type BeanManagerImpl
InjectionContextImpl(BeanManagerImpl beanManager, javax.enterprise.inject.spi.InjectionTarget<T> injectionTarget, T target)
           
 

Uses of BeanManagerImpl in org.jboss.weld.manager
 

Methods in org.jboss.weld.manager that return BeanManagerImpl
 BeanManagerImpl BeanManagerImpl.createActivity()
           
 BeanManagerImpl BeanManagerImpl.getCurrent()
           
static BeanManagerImpl BeanManagerImpl.newChildActivityManager(BeanManagerImpl parentManager)
          Create a new child manager
static BeanManagerImpl BeanManagerImpl.newManager(BeanManagerImpl rootManager, java.lang.String id, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Create a new, root, manager
static BeanManagerImpl BeanManagerImpl.newRootManager(java.lang.String id, org.jboss.weld.bootstrap.api.ServiceRegistry serviceRegistry)
          Create a new, root, manager
 BeanManagerImpl BeanManagerImpl.setCurrent(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
           
 

Methods in org.jboss.weld.manager with parameters of type BeanManagerImpl
 void BeanManagerImpl.addAccessibleBeanManager(BeanManagerImpl accessibleBeanManager)
           
static BeanManagerImpl BeanManagerImpl.newChildActivityManager(BeanManagerImpl parentManager)
          Create a new child manager
static BeanManagerImpl BeanManagerImpl.newManager(BeanManagerImpl rootManager, java.lang.String id, org.jboss.weld.bootstrap.api.ServiceRegistry services)
          Create a new, root, manager
 java.lang.Iterable<javax.enterprise.inject.spi.Bean<?>> BeanTransform.transform(BeanManagerImpl beanManager)
           
 

Constructors in org.jboss.weld.manager with parameters of type BeanManagerImpl
BeanTransform(BeanManagerImpl declaringBeanManager)
           
SimpleInjectionTarget(WeldClass<T> type, BeanManagerImpl beanManager)
           
 

Uses of BeanManagerImpl in org.jboss.weld.metadata.cache
 

Constructors in org.jboss.weld.metadata.cache with parameters of type BeanManagerImpl
MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations, BeanManagerImpl manager)
          Constructor
 

Uses of BeanManagerImpl in org.jboss.weld.resolution
 

Methods in org.jboss.weld.resolution that return BeanManagerImpl
protected  BeanManagerImpl TypeSafeBeanResolver.getBeanManager()
           
 BeanManagerImpl TypeSafeObserverResolver.getManager()
           
 BeanManagerImpl TypeSafeInterceptorResolver.getManager()
           
 BeanManagerImpl TypeSafeDisposerResolver.getManager()
           
 

Methods in org.jboss.weld.resolution with parameters of type BeanManagerImpl
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(javax.enterprise.inject.spi.InjectionPoint injectionPoint, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(java.lang.reflect.Member member, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(java.lang.reflect.Type type, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
static
<T> WeldAnnotated<T,java.lang.Class<T>>
ResolvableWeldClass.of(javax.enterprise.util.TypeLiteral<T> typeLiteral, java.lang.annotation.Annotation[] annotations, BeanManagerImpl manager)
           
 

Constructors in org.jboss.weld.resolution with parameters of type BeanManagerImpl
NameBasedResolver(BeanManagerImpl manager, java.lang.Iterable<? extends javax.enterprise.inject.spi.Bean<?>> allBeans)
          Constructor
TypeSafeBeanResolver(BeanManagerImpl beanManager, java.lang.Iterable<T> beans)
           
TypeSafeDecoratorResolver(BeanManagerImpl manager, java.lang.Iterable<javax.enterprise.inject.spi.Decorator<?>> decorators)
           
TypeSafeDisposerResolver(BeanManagerImpl manager, java.lang.Iterable<DisposalMethod<?,?>> disposers)
           
TypeSafeInterceptorResolver(BeanManagerImpl manager, java.lang.Iterable<javax.enterprise.inject.spi.Interceptor<?>> interceptors)
           
TypeSafeObserverResolver(BeanManagerImpl manager, java.lang.Iterable<javax.enterprise.inject.spi.ObserverMethod<?>> observers)
           
 

Uses of BeanManagerImpl in org.jboss.weld.servlet
 

Methods in org.jboss.weld.servlet that return BeanManagerImpl
static BeanManagerImpl ServletHelper.getModuleBeanManager(javax.servlet.ServletContext ctx)
           
 

Uses of BeanManagerImpl in org.jboss.weld.util
 

Methods in org.jboss.weld.util with parameters of type BeanManagerImpl
static
<T> void
Beans.callInitializers(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager, java.lang.Iterable<? extends MethodInjectionPoint<?,?>> initializerMethods)
          Calls all initializers of the bean
static boolean Beans.containsAllBindings(java.util.Set<java.lang.annotation.Annotation> bindings1, java.util.Set<java.lang.annotation.Annotation> bindings2, BeanManagerImpl manager)
          Checks if binding criteria fulfill all binding types
static boolean Beans.containsAllInterceptionBindings(java.util.Set<java.lang.annotation.Annotation> expectedBindings, java.util.Set<java.lang.annotation.Annotation> existingBindings, BeanManagerImpl manager)
           
static boolean Beans.findInterceptorBindingConflicts(BeanManagerImpl manager, java.util.Set<java.lang.annotation.Annotation> bindings)
           
static java.util.Set<MethodSignature> Decorators.getDecoratedMethodSignatures(BeanManagerImpl beanManager, java.util.Set<java.lang.reflect.Type> decoratedTypes)
           
static java.util.Set<WeldInjectionPoint<?,?>> Beans.getEjbInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldClass<?> type, BeanManagerImpl manager)
           
static BeanDeployment DeploymentStructures.getOrCreateBeanDeployment(org.jboss.weld.bootstrap.spi.Deployment deployment, BeanManagerImpl deploymentManager, java.util.Map<org.jboss.weld.bootstrap.spi.BeanDeploymentArchive,BeanDeployment> beanDeployments, java.lang.Class<?> clazz)
           
static java.util.Set<WeldInjectionPoint<?,?>> Beans.getPersistenceContextInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldClass<?> type, BeanManagerImpl manager)
           
static java.util.Set<WeldInjectionPoint<?,?>> Beans.getPersistenceUnitInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldClass<?> type, BeanManagerImpl manager)
           
static java.util.Set<WeldInjectionPoint<?,?>> Beans.getResourceInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean, WeldClass<?> type, BeanManagerImpl manager)
           
static WeldClass<?> Decorators.getWeldClassOfDecoratedType(BeanManagerImpl beanManager, java.lang.reflect.Type type)
           
static
<T> void
Beans.injectBoundFields(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext, BeanManagerImpl manager, java.lang.Iterable<? extends FieldInjectionPoint<?,?>> injectableFields)
          Injects bound fields
static
<T> void
Beans.injectEEFields(T beanInstance, BeanManagerImpl manager, java.lang.Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints, java.lang.Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints, java.lang.Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints, java.lang.Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
          Injects EJBs and common fields
static
<T> void
Beans.injectFieldsAndInitializers(T instance, javax.enterprise.context.spi.CreationalContext<T> ctx, BeanManagerImpl beanManager, java.util.List<? extends java.lang.Iterable<? extends FieldInjectionPoint<?,?>>> injectableFields, java.util.List<? extends java.lang.Iterable<? extends MethodInjectionPoint<?,?>>> initializerMethods)
           
static boolean Beans.isPassivatingScope(javax.enterprise.inject.spi.Bean<?> bean, BeanManagerImpl manager)
          Indicates if a bean's scope type is passivating
 



Copyright © 2008-2010 Seam Framework. All Rights Reserved.