Uses of Class
org.apache.webbeans.config.WebBeansContext
-
-
Uses of WebBeansContext in org.apache.webbeans.annotation
Constructors in org.apache.webbeans.annotation with parameters of type WebBeansContext Constructor Description AnnotationManager(WebBeansContext context) -
Uses of WebBeansContext in org.apache.webbeans.component
Fields in org.apache.webbeans.component declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextAbstractOwbBean. webBeansContextMethods in org.apache.webbeans.component that return WebBeansContext Modifier and Type Method Description WebBeansContextAbstractOwbBean. getWebBeansContext()Get the web beans context this bean is associated withWebBeansContextOwbBean. getWebBeansContext()Gets the context instance in which this bean belongs to.Constructors in org.apache.webbeans.component with parameters of type WebBeansContext Constructor Description AbstractOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<?> beanClass)BeanManagerBean(WebBeansContext webBeansContext)BeanMetadataBean(WebBeansContext webBeansContext)BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<T> producerFactory)BuiltInOwbBean(WebBeansContext webBeansContext, WebBeansType webBeansType, BeanAttributesImpl<T> beanAttributes, Class<T> returnType, jakarta.enterprise.inject.spi.ProducerFactory<T> producerFactory)CdiInterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Set<Annotation> interceptorBindings, boolean enabled, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods)ConversationBean(WebBeansContext webBeansContext)Default constructor.DecoratorBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)DecoratorMetadataBean(WebBeansContext webBeansContext)EjbInterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods)EventBean(WebBeansContext webBeansContext)Creates a new instance of event bean.EventMetadataBean(WebBeansContext webBeansContext)ExtensionBean(WebBeansContext webBeansContext, Class<T> returnType)Creates a new extesion bean.ExtensionProducerFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)InjectionPointBean(WebBeansContext webBeansContext)InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)InjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, jakarta.enterprise.inject.spi.InjectionTargetFactory<T> factory)Initializes the InjectionTarget Bean part.InstanceBean(WebBeansContext webBeansContext)InterceptedOrDecoratedBeanMetadataBean(WebBeansContext webBeansContext)InterceptionFactoryBean(WebBeansContext webBeansContext)InterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods)InterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods, InjectionTargetFactoryImpl<T> factory)InterceptorMetadataBean(WebBeansContext webBeansContext)ManagedBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.AnnotatedType<T> annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass)PrincipalBean(WebBeansContext webBeansContext, boolean proxy)PrincipalProvider(WebBeansContext webBeansContext)ProducerAwareInjectionTargetBean(WebBeansContext webBeansContext, WebBeansType webBeansType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<?> beanClass, jakarta.enterprise.inject.spi.ProducerFactory<?> factory)ResourceProvider(org.apache.webbeans.spi.api.ResourceReference<T,?> resourceReference, WebBeansContext webBeansContext)SelfInterceptorBean(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, Class<T> beanClass, Map<jakarta.enterprise.inject.spi.InterceptionType,Method[]> interceptionMethods) -
Uses of WebBeansContext in org.apache.webbeans.component.creation
Fields in org.apache.webbeans.component.creation declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextBaseProducerFactory. webBeansContextprotected WebBeansContextBeanAttributesBuilder. webBeansContextprotected WebBeansContextDecoratorBeanBuilder. webBeansContextprotected WebBeansContextExtensionBeanBuilder. webBeansContextprotected WebBeansContextInterceptorBeanBuilder. webBeansContextprotected WebBeansContextManagedBeanBuilder. webBeansContextprotected WebBeansContextObserverMethodsBuilder. webBeansContextprotected WebBeansContextProducerFieldBeansBuilder. webBeansContextprotected WebBeansContextProducerMethodBeansBuilder. webBeansContextMethods in org.apache.webbeans.component.creation with parameters of type WebBeansContext Modifier and Type Method Description static BeanAttributesBuilder.BeanAttributesBuilderFactoryBeanAttributesBuilder. forContext(WebBeansContext webBeansContext)Constructors in org.apache.webbeans.component.creation with parameters of type WebBeansContext Constructor Description BaseProducerFactory(jakarta.enterprise.inject.spi.Bean<P> parent, WebBeansContext webBeansContext)BeanAttributesBuilder(WebBeansContext webBeansContext, A annotated)Creates a bean instance.CdiInterceptorBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)DecoratorBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)EjbInterceptorBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes)ExtensionBeanBuilder(WebBeansContext webBeansContext, T extension)FieldProducerFactory(jakarta.enterprise.inject.spi.AnnotatedField<? super P> producerField, jakarta.enterprise.inject.spi.Bean<P> parent, WebBeansContext webBeansContext)InterceptorBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes)ManagedBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> beanAttributes, boolean ignoreFinalMethods)Creates a new creator.MethodProducerFactory(jakarta.enterprise.inject.spi.AnnotatedMethod<? super P> producerMethod, jakarta.enterprise.inject.spi.Bean<P> parent, WebBeansContext webBeansContext)ObserverMethodsBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)Creates a new instance.ProducerFieldBeansBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)Creates a new instance.ProducerMethodBeansBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType)Creates a new instance.ResourceProducerFactory(boolean dependent, jakarta.enterprise.inject.spi.Bean<P> owner, ResourceProvider<P> provider, Class<P> clazz, WebBeansContext wbc, jakarta.enterprise.inject.spi.AnnotatedField<? super P> annotatedMember, org.apache.webbeans.spi.api.ResourceReference<?,?> resourceRef)SelfInterceptorBeanBuilder(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, BeanAttributesImpl<T> beanAttributes) -
Uses of WebBeansContext in org.apache.webbeans.component.third
Constructors in org.apache.webbeans.component.third with parameters of type WebBeansContext Constructor Description PassivationCapableThirdpartyBeanImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Bean<T> bean)ThirdpartyBeanImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Bean<T> bean) -
Uses of WebBeansContext in org.apache.webbeans.config
Methods in org.apache.webbeans.config that return WebBeansContext Modifier and Type Method Description static WebBeansContextWebBeansContext. currentInstance()Method to be used when static use is truely unavoidable, such as serialization Ideally this method would never lazily create a WebBeansContext and as we don't want to do any deployment of new apps during deserialization, we want to rehydrate objects from an existing WebBeansContext which should be the active context.static WebBeansContextWebBeansContext. getInstance()static WebBeansContextWebBeansFinder. getSingletonInstance()Methods in org.apache.webbeans.config that return types with arguments of type WebBeansContext Modifier and Type Method Description static org.apache.webbeans.spi.SingletonService<WebBeansContext>WebBeansFinder. getSingletonService()Methods in org.apache.webbeans.config with parameters of type WebBeansContext Modifier and Type Method Description static <T> jakarta.enterprise.inject.spi.Bean<T>EJBWebBeansConfigurator. defineEjbBean(Class<T> clazz, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.BeanAttributes<T> attributes, WebBeansContext webBeansContext)Returns ejb bean.static booleanEJBWebBeansConfigurator. isSessionBean(Class<?> clazz, WebBeansContext webBeansContext)Returns true if given class is an deployed ejb bean class, false otherwise.Method parameters in org.apache.webbeans.config with type arguments of type WebBeansContext Modifier and Type Method Description static voidWebBeansFinder. setSingletonService(org.apache.webbeans.spi.SingletonService<WebBeansContext> singletonSvc)Constructors in org.apache.webbeans.config with parameters of type WebBeansContext Constructor Description BeansDeployer(WebBeansContext webBeansContext)Creates a new deployer with given xml configurator.DeploymentValidationService(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.configurator
Methods in org.apache.webbeans.configurator that return WebBeansContext Modifier and Type Method Description WebBeansContextBeanConfiguratorImpl.ConstructedBean. getWebBeansContext()Constructors in org.apache.webbeans.configurator with parameters of type WebBeansContext Constructor Description AnnotatedTypeConfiguratorImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<T> originalAnnotatedType)BeanAttributesConfiguratorImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.BeanAttributes<T> originalBeanAttribute)BeanConfiguratorImpl(WebBeansContext webBeansContext)ObserverMethodConfiguratorImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Extension extension)ObserverMethodConfiguratorImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Extension extension, jakarta.enterprise.inject.spi.ObserverMethod<T> observerMethod)Used for ProcessObserverMethod and ProcessSyntheticObserverMethod. -
Uses of WebBeansContext in org.apache.webbeans.container
Methods in org.apache.webbeans.container that return WebBeansContext Modifier and Type Method Description WebBeansContextBeanManagerImpl. getWebBeansContext()protected WebBeansContextInjectionTargetFactoryImpl. getWebBeansContext()Constructors in org.apache.webbeans.container with parameters of type WebBeansContext Constructor Description BeanManagerImpl(WebBeansContext webBeansContext)Creates a newBeanManagerinstance.DecoratorInjectionTargetFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)InjectionResolver(WebBeansContext webBeansContext)Creates a new injection resolve for given bean manager.InjectionTargetFactoryImpl(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)InterceptionFactoryImpl(WebBeansContext context, jakarta.enterprise.inject.spi.AnnotatedType<T> at, Set<Annotation> qualifiers, CreationalContextImpl<T> cc)InterceptorInjectionTargetFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)ValidatingInjectionTargetFactory(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.context
Fields in org.apache.webbeans.context declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextAbstractContextsService. webBeansContextConstructors in org.apache.webbeans.context with parameters of type WebBeansContext Constructor Description AbstractContextsService(WebBeansContext webBeansContext)ConversationContext(WebBeansContext webBeansContext)Constructor -
Uses of WebBeansContext in org.apache.webbeans.context.control
Constructors in org.apache.webbeans.context.control with parameters of type WebBeansContext Constructor Description ActivateRequestContextInterceptorBean(WebBeansContext webBeansContext)RequestContextControllerBean(WebBeansContext webBeansContext)RequestContextControllerProducer(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.context.creational
Methods in org.apache.webbeans.context.creational that return WebBeansContext Modifier and Type Method Description WebBeansContextCreationalContextImpl. getWebBeansContext()Constructors in org.apache.webbeans.context.creational with parameters of type WebBeansContext Constructor Description CreationalContextFactory(WebBeansContext webBeansContext)Creates a newCreationalContextFactoryinstance. -
Uses of WebBeansContext in org.apache.webbeans.conversation
Constructors in org.apache.webbeans.conversation with parameters of type WebBeansContext Constructor Description ConversationImpl(WebBeansContext webBeansContext)ConversationManager(WebBeansContext webBeansContext)Creates new conversation managerConversationStorageBean(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.corespi
Methods in org.apache.webbeans.corespi that return WebBeansContext Modifier and Type Method Description WebBeansContextDefaultSingletonService. get(Object key)Gets singleton instance for deployment.Methods in org.apache.webbeans.corespi with parameters of type WebBeansContext Modifier and Type Method Description voidDefaultSingletonService. register(ClassLoader key, WebBeansContext context) -
Uses of WebBeansContext in org.apache.webbeans.corespi.scanner
Fields in org.apache.webbeans.corespi.scanner declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextAbstractMetaDataDiscovery. webBeansContextMethods in org.apache.webbeans.corespi.scanner that return WebBeansContext Modifier and Type Method Description protected WebBeansContextAbstractMetaDataDiscovery. webBeansContext() -
Uses of WebBeansContext in org.apache.webbeans.corespi.se
Constructors in org.apache.webbeans.corespi.se with parameters of type WebBeansContext Constructor Description BaseSeContextsService(WebBeansContext webBeansContext)DefaultContextsService(WebBeansContext webBeansContext)StandaloneContextsService(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.decorator
Constructors in org.apache.webbeans.decorator with parameters of type WebBeansContext Constructor Description DecoratorComparator(WebBeansContext webBeansContext)DecoratorsManager(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.deployment
Constructors in org.apache.webbeans.deployment with parameters of type WebBeansContext Constructor Description StereoTypeModel(WebBeansContext webBeansContext, Class<? extends Annotation> clazz)Creates a new instance of the stereotype model for given class.StereoTypeModel(WebBeansContext webBeansContext, Class<? extends Annotation> clazz, Annotation[] annotationDefs) -
Uses of WebBeansContext in org.apache.webbeans.event
Methods in org.apache.webbeans.event that return WebBeansContext Modifier and Type Method Description protected WebBeansContextObserverMethodImpl. getWebBeansContext()Methods in org.apache.webbeans.event with parameters of type WebBeansContext Modifier and Type Method Description static voidEventUtil. checkEventBindings(WebBeansContext webBeansContext, Set<Annotation> annotations)Constructors in org.apache.webbeans.event with parameters of type WebBeansContext Constructor Description EventImpl(jakarta.enterprise.inject.spi.EventMetadata metadata, WebBeansContext webBeansContext)Creates a new event.EventMetadataImpl(Type selectType, Type type, jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Annotation[] qualifiers, WebBeansContext context)NotificationManager(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.inject
Methods in org.apache.webbeans.inject that return WebBeansContext Modifier and Type Method Description protected WebBeansContextAbstractInjectable. getWebBeansContext()Constructors in org.apache.webbeans.inject with parameters of type WebBeansContext Constructor Description AlternativesManager(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.inject.impl
Constructors in org.apache.webbeans.inject.impl with parameters of type WebBeansContext Constructor Description InjectionPointFactory(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.inject.instance
Constructors in org.apache.webbeans.inject.instance with parameters of type WebBeansContext Constructor Description InstanceImpl(Type injectionClazz, jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, WebBeansContext webBeansContext, Annotation... qualifiers)Creates new instance. -
Uses of WebBeansContext in org.apache.webbeans.intercept
Constructors in org.apache.webbeans.intercept with parameters of type WebBeansContext Constructor Description InterceptorComparator(WebBeansContext webBeansContext)InterceptorResolutionService(WebBeansContext webBeansContext)InterceptorsManager(WebBeansContext webBeansContext)InterceptorUtil(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.lifecycle
Fields in org.apache.webbeans.lifecycle declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextAbstractLifeCycle. webBeansContextMethods in org.apache.webbeans.lifecycle that return WebBeansContext Modifier and Type Method Description WebBeansContextAbstractLifeCycle. getWebBeansContext()Constructors in org.apache.webbeans.lifecycle with parameters of type WebBeansContext Constructor Description AbstractLifeCycle(Properties properties, WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.portable
Fields in org.apache.webbeans.portable declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextBaseProducerProducer. webBeansContextprotected WebBeansContextInjectionTargetImpl. webBeansContextprotected WebBeansContextProviderBasedProducerFactory. webBeansContextMethods in org.apache.webbeans.portable that return WebBeansContext Modifier and Type Method Description protected WebBeansContextAbstractAnnotated. getWebBeansContext()Methods in org.apache.webbeans.portable with parameters of type WebBeansContext Modifier and Type Method Description voidAbstractProducer. defineInterceptorStack(jakarta.enterprise.inject.spi.Bean<T> bean, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)Configure bean instance interceptor stack.voidBaseProducerProducer. defineInterceptorStack(jakarta.enterprise.inject.spi.Bean<T> bean, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)protected voidAbstractProducer. defineLifecycleInterceptors(jakarta.enterprise.inject.spi.Bean<T> bean, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)protected voidInjectionTargetImpl. defineLifecycleInterceptors(jakarta.enterprise.inject.spi.Bean<T> bean, jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)Constructors in org.apache.webbeans.portable with parameters of type WebBeansContext Constructor Description AbstractAnnotated(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Annotated annotated)Copy consturctorAbstractAnnotated(WebBeansContext webBeansContext, Type baseType)Creates a new annotated element.AbstractDecoratorInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)AbstractEjbInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, WebBeansContext webBeansContext)AnnotatedConstructorImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedConstructor<X> annotatedConstructor, jakarta.enterprise.inject.spi.AnnotatedType<X> declaringType)AnnotatedConstructorImpl(WebBeansContext webBeansContext, Constructor<X> javaMember, jakarta.enterprise.inject.spi.AnnotatedType<X> declaringType)Create a ew instance.AnnotatedElementFactory(WebBeansContext webBeansContext)No instantiate.AnnotatedTypeImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType otherAnnotatedType)Copy constructorBaseProducerProducer(jakarta.enterprise.inject.spi.Bean<P> owner, jakarta.enterprise.inject.spi.AnnotatedMethod<? super P> disposerMethod, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, Set<jakarta.enterprise.inject.spi.InjectionPoint> disposalIPs, WebBeansContext webBeansContext)BeanManagerProducer(WebBeansContext webBeansContext)ConversationProducer(jakarta.enterprise.inject.spi.AnnotatedType<ConversationImpl> annotatedType, WebBeansContext webBeansContext)EventProducer(WebBeansContext webBeansContext)ExtensionProducer(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, jakarta.enterprise.inject.spi.Bean<T> owner, WebBeansContext webBeansContext)InjectionTargetImpl(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)InstanceProducer(WebBeansContext webBeansContext)LazyInterceptorDefinedInjectionTarget(jakarta.enterprise.inject.spi.AnnotatedType<T> annotatedType, Set<jakarta.enterprise.inject.spi.InjectionPoint> injectionPoints, WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> postConstructMethods, List<jakarta.enterprise.inject.spi.AnnotatedMethod<?>> preDestroyMethods)ProducerFieldProducer(jakarta.enterprise.inject.spi.Bean<P> owner, jakarta.enterprise.inject.spi.AnnotatedField<? super P> producerField, jakarta.enterprise.inject.spi.AnnotatedMethod<? super P> disposerMethod, Set<jakarta.enterprise.inject.spi.InjectionPoint> disposalIPs, WebBeansContext webBeansContext)ProducerMethodProducer(jakarta.enterprise.inject.spi.Bean<P> owner, jakarta.enterprise.inject.spi.AnnotatedMethod<? super P> producerMethod, jakarta.enterprise.inject.spi.AnnotatedMethod<? super P> disposerMethod, Set<jakarta.enterprise.inject.spi.InjectionPoint> points, Set<jakarta.enterprise.inject.spi.InjectionPoint> disposalIPs, WebBeansContext webBeansContext)ProviderBasedProducer(WebBeansContext webBeansContext, Class<T> returnType, jakarta.inject.Provider<T> provider, boolean proxy)ProviderBasedProducerFactory(boolean proxy, jakarta.inject.Provider<?> provider, Class<?> providerType, WebBeansContext context)ResourceProducer(jakarta.enterprise.inject.spi.Bean<P> owner, jakarta.enterprise.inject.spi.AnnotatedField<? super P> producerField, WebBeansContext webBeansContext, org.apache.webbeans.spi.api.ResourceReference<?,?> ref)SubClassAnnotatedConstructorImpl(WebBeansContext webBeansContext, Constructor<T> parentConstructor, Constructor<T> javaMember, jakarta.enterprise.inject.spi.AnnotatedType<T> declaringType) -
Uses of WebBeansContext in org.apache.webbeans.portable.events
Constructors in org.apache.webbeans.portable.events with parameters of type WebBeansContext Constructor Description ExtensionLoader(WebBeansContext webBeansContext)Creates a new loader instance.ProcessAnnotatedTypeImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<X> annotatedType)Creates a new instance with the given annotated type.ProcessBeanAttributesImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Annotated annotated, jakarta.enterprise.inject.spi.BeanAttributes<T> attributes)ProcessObserverMethodImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedMethod<X> annotatedMethod, jakarta.enterprise.inject.spi.ObserverMethod<T> observerMethod)ProcessSyntheticAnnotatedTypeImpl(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType<X> annotatedType, jakarta.enterprise.inject.spi.Extension source) -
Uses of WebBeansContext in org.apache.webbeans.portable.events.discovery
Constructors in org.apache.webbeans.portable.events.discovery with parameters of type WebBeansContext Constructor Description AfterBeanDiscoveryImpl(WebBeansContext webBeansContext)AfterTypeDiscoveryImpl(WebBeansContext webBeansContext, List<jakarta.enterprise.inject.spi.AnnotatedType<?>> newAt, List<Class<?>> sortedInterceptors, List<Class<?>> sortedDecorators, List<Class<?>> sortedAlternatives)BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.portable.events.generics
Constructors in org.apache.webbeans.portable.events.generics with parameters of type WebBeansContext Constructor Description GProcessAnnotatedType(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedType annotatedType)GProcessBeanAttributes(WebBeansContext webBeansContext, Class<?> type, jakarta.enterprise.inject.spi.Annotated annotated, jakarta.enterprise.inject.spi.BeanAttributes attributes)GProcessObserverMethod(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod, jakarta.enterprise.inject.spi.ObserverMethod<?> observerMethod)GProcessSyntheticAnnotatedType(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.Extension source, jakarta.enterprise.inject.spi.AnnotatedType annotatedType)GProcessSyntheticObserverMethod(WebBeansContext webBeansContext, jakarta.enterprise.inject.spi.AnnotatedMethod<?> annotatedMethod, jakarta.enterprise.inject.spi.ObserverMethod<?> observerMethod, jakarta.enterprise.inject.spi.Extension source) -
Uses of WebBeansContext in org.apache.webbeans.proxy
Fields in org.apache.webbeans.proxy declared as WebBeansContext Modifier and Type Field Description protected WebBeansContextAbstractProxyFactory. webBeansContextConstructors in org.apache.webbeans.proxy with parameters of type WebBeansContext Constructor Description AbstractProxyFactory(WebBeansContext webBeansContext)InterceptorDecoratorProxyFactory(WebBeansContext webBeansContext)NormalScopeProxyFactory(WebBeansContext webBeansContext)SubclassProxyFactory(WebBeansContext webBeansContext) -
Uses of WebBeansContext in org.apache.webbeans.service
Constructors in org.apache.webbeans.service with parameters of type WebBeansContext Constructor Description ClassLoaderProxyService(WebBeansContext context)DefaultInjectionPointService(WebBeansContext context)LoadFirst(WebBeansContext context)Spy(WebBeansContext context) -
Uses of WebBeansContext in org.apache.webbeans.util
Constructors in org.apache.webbeans.util with parameters of type WebBeansContext Constructor Description SpecializationUtil(WebBeansContext webBeansContext)WebBeansUtil(WebBeansContext webBeansContext)
-