|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WebBeansContext in org.apache.webbeans.annotation |
|---|
| Constructors in org.apache.webbeans.annotation with parameters of type WebBeansContext | |
|---|---|
AnnotationManager(WebBeansContext context)
|
|
| Uses of WebBeansContext in org.apache.webbeans.component |
|---|
| Methods in org.apache.webbeans.component that return WebBeansContext | |
|---|---|
WebBeansContext |
OwbBean.getWebBeansContext()
|
WebBeansContext |
AbstractOwbBean.getWebBeansContext()
Get the web beans context this bean is associated with |
| Methods in org.apache.webbeans.component with parameters of type WebBeansContext | |
|---|---|
protected boolean |
BuildInOwbBean.initBuildInBeanConfig(WebBeansContext webBeansContext)
Parse the custom property. |
| Constructors in org.apache.webbeans.component with parameters of type WebBeansContext | |
|---|---|
AbstractInjectionTargetBean(WebBeansType webBeansType,
Class<T> returnType,
WebBeansContext webBeansContext)
Creates a new observer owner component. |
|
AbstractOwbBean(WebBeansType webBeansType,
Class<T> returnType,
WebBeansContext webBeansContext)
Constructor definiton. |
|
AbstractOwbBean(WebBeansType webBeanType,
WebBeansContext webBeansContext)
Creates a new instance. |
|
BeanManagerBean(WebBeansContext webBeansContext)
|
|
ConversationBean(WebBeansContext webBeansContext)
Default constructor. |
|
EventBean(WebBeansContext webBeansContext)
Creates a new instance of event bean. |
|
ExtensionBean(Class<T> returnType,
WebBeansContext webBeansContext)
Creates a new extesion bean. |
|
InjectionPointBean(WebBeansContext webBeansContext)
|
|
InstanceBean(WebBeansContext webBeansContext)
|
|
ManagedBean(Class<T> returnType,
WebBeansContext webBeansContext)
|
|
ManagedBean(Class<T> returnType,
WebBeansType type,
WebBeansContext webBeansContext)
Creates a new instance. |
|
NewManagedBean(Class<T> returnType,
WebBeansType definedType,
WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.component.third |
|---|
| Constructors in org.apache.webbeans.component.third with parameters of type WebBeansContext | |
|---|---|
ThirdpartyBeanImpl(javax.enterprise.inject.spi.Bean<T> bean,
WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.config |
|---|
| Methods in org.apache.webbeans.config that return WebBeansContext | |
|---|---|
static WebBeansContext |
WebBeansContext.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 WebBeansContext |
WebBeansContext.getInstance()
Deprecated. |
static WebBeansContext |
WebBeansFinder.getSingletonInstance()
|
| Methods in org.apache.webbeans.config with parameters of type WebBeansContext | ||
|---|---|---|
static
|
EJBWebBeansConfigurator.defineEjbBean(Class<T> clazz,
javax.enterprise.inject.spi.ProcessAnnotatedType<T> processAnnotatedTypeEvent,
WebBeansContext webBeansContext)
Returns ejb bean. |
|
static boolean |
EJBWebBeansConfigurator.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 | |
|---|---|
static void |
WebBeansFinder.setSingletonService(SingletonService<WebBeansContext> singletonSvc)
|
| Constructors in org.apache.webbeans.config with parameters of type WebBeansContext | |
|---|---|
BeansDeployer(WebBeansXMLConfigurator xmlConfigurator,
WebBeansContext webBeansContext)
Creates a new deployer with given xml configurator. |
|
DefinitionUtil(WebBeansContext webBeansContext)
|
|
ManagedBeanConfigurator(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.container |
|---|
| Constructors in org.apache.webbeans.container with parameters of type WebBeansContext | |
|---|---|
BeanManagerImpl(WebBeansContext webBeansContext)
Creates a new BeanManager instance. |
|
InjectionResolver(WebBeansContext webBeansContext)
Creates a new injection resolve for given bean manager. |
|
ResolutionUtil(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.context |
|---|
| Constructors in org.apache.webbeans.context with parameters of type WebBeansContext | |
|---|---|
ContextFactory(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.context.creational |
|---|
| Constructors in org.apache.webbeans.context.creational with parameters of type WebBeansContext | |
|---|---|
CreationalContextFactory(WebBeansContext webBeansContext)
Creates a new CreationalContextFactory instance. |
|
| Uses of WebBeansContext in org.apache.webbeans.conversation |
|---|
| Constructors in org.apache.webbeans.conversation with parameters of type WebBeansContext | |
|---|---|
ConversationImpl(String sessionId,
WebBeansContext webBeansContext)
Creates a new conversation instance. |
|
ConversationImpl(WebBeansContext webBeansContext)
|
|
ConversationManager(WebBeansContext webBeansContext)
Creates new conversation manager |
|
| Uses of WebBeansContext in org.apache.webbeans.corespi |
|---|
| Methods in org.apache.webbeans.corespi that return WebBeansContext | |
|---|---|
WebBeansContext |
DefaultSingletonService.get(Object key)
Gets singleton instance for deployment. |
| Uses of WebBeansContext in org.apache.webbeans.decorator |
|---|
| Constructors in org.apache.webbeans.decorator with parameters of type WebBeansContext | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected WebBeansContext |
ObserverMethodImpl.getWebBeansContext()
|
| Methods in org.apache.webbeans.event with parameters of type WebBeansContext | |
|---|---|
static void |
EventUtil.checkEventBindings(WebBeansContext webBeansContext,
Annotation... annotations)
|
| Constructors in org.apache.webbeans.event with parameters of type WebBeansContext | |
|---|---|
EventImpl(Annotation[] injectedBindings,
Type eventType,
WebBeansContext webBeansContext)
Creates a new event. |
|
NotificationManager(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.inject |
|---|
| Constructors in org.apache.webbeans.inject with parameters of type WebBeansContext | |
|---|---|
AlternativesManager(WebBeansContext webBeansContext)
|
|
OWBInjector(WebBeansContext webBeansContext)
Creates a new instance |
|
| Uses of WebBeansContext in org.apache.webbeans.inject.impl |
|---|
| Constructors in org.apache.webbeans.inject.impl with parameters of type WebBeansContext | |
|---|---|
InjectionPointFactory(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.inject.instance |
|---|
| Methods in org.apache.webbeans.inject.instance with parameters of type WebBeansContext | ||
|---|---|---|
static
|
InstanceFactory.getInstance(Type injectedType,
Class<?> injectionPointClass,
WebBeansContext webBeansContext,
javax.enterprise.context.spi.CreationalContext<?> creationalContext,
Object ownerInstance,
Annotation... annotations)
|
|
| Uses of WebBeansContext in org.apache.webbeans.intercept |
|---|
| Fields in org.apache.webbeans.intercept declared as WebBeansContext | |
|---|---|
protected WebBeansContext |
InterceptorHandler.webBeansContext
|
| Methods in org.apache.webbeans.intercept with parameters of type WebBeansContext | |
|---|---|
Object |
InterceptorUtil.callAroundInvokes(WebBeansContext webBeansContext,
InjectionTargetBean<?> bean,
Object instance,
CreationalContextImpl<?> creationalContext,
Method proceed,
Object[] arguments,
List<InterceptorData> stack,
javax.interceptor.InvocationContext ejbInvocationContext,
Object altKey)
|
Set<javax.enterprise.inject.spi.Interceptor<?>> |
WebBeansInterceptorConfig.findDeployedWebBeansInterceptor(Annotation[] anns,
WebBeansContext webBeansContext)
|
| Constructors in org.apache.webbeans.intercept with parameters of type WebBeansContext | |
|---|---|
InterceptorComparator(WebBeansContext webBeansContext)
|
|
InterceptorDataComparator(WebBeansContext webBeansContext)
|
|
InterceptorDataImpl(boolean isDefinedWithWebBeansInterceptor,
WebBeansContext webBeansContext)
|
|
InterceptorDataImpl(boolean isDefinedWithWebBeansInterceptor,
WebBeansDecoratorInterceptor decoratorInterceptor,
WebBeansContext webBeansContext)
|
|
InterceptorsManager(WebBeansContext webBeansContext)
|
|
InterceptorUtil(WebBeansContext webBeansContext)
|
|
InvocationContextImpl(WebBeansContext webBeansContext,
OwbBean<?> bean,
Object instance,
Method method,
Object[] parameters,
List<InterceptorData> datas,
InterceptorType type)
Initializes the invocation context. |
|
WebBeansInterceptorConfig(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.intercept.ejb |
|---|
| Constructors in org.apache.webbeans.intercept.ejb with parameters of type WebBeansContext | |
|---|---|
EJBInterceptorConfig(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.lifecycle |
|---|
| Fields in org.apache.webbeans.lifecycle declared as WebBeansContext | |
|---|---|
protected WebBeansContext |
AbstractLifeCycle.webBeansContext
|
| Methods in org.apache.webbeans.lifecycle that return WebBeansContext | |
|---|---|
WebBeansContext |
AbstractLifeCycle.getWebBeansContext()
|
| Constructors in org.apache.webbeans.lifecycle with parameters of type WebBeansContext | |
|---|---|
AbstractLifeCycle(Properties properties,
WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.portable |
|---|
| Constructors in org.apache.webbeans.portable with parameters of type WebBeansContext | |
|---|---|
AnnotatedElementFactory(WebBeansContext webBeansContext)
No instantiate. |
|
| Uses of WebBeansContext in org.apache.webbeans.portable.events |
|---|
| Constructors in org.apache.webbeans.portable.events with parameters of type WebBeansContext | |
|---|---|
ExtensionLoader(WebBeansContext webBeansContext)
Creates a new loader instance. |
|
| Uses of WebBeansContext in org.apache.webbeans.portable.events.discovery |
|---|
| Constructors in org.apache.webbeans.portable.events.discovery with parameters of type WebBeansContext | |
|---|---|
AfterBeanDiscoveryImpl(WebBeansContext webBeansContext)
|
|
BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext)
|
|
| Uses of WebBeansContext in org.apache.webbeans.util |
|---|
| Methods in org.apache.webbeans.util with parameters of type WebBeansContext | ||
|---|---|---|
static Field[] |
ClassUtil.getFieldsWithType(WebBeansContext webBeansContext,
Class<?> clazz,
Type type)
|
|
static
|
WebBeansAnnotatedTypeUtil.getJavaEeComponentInstanceInjectionPoints(WebBeansContext webBeansContext,
javax.enterprise.inject.spi.AnnotatedType<T> type)
Gets injection points for the given javaee component annotated type. |
|
static Object |
ClassUtil.newInstance(WebBeansContext webBeansContext,
Class<?> clazz)
|
|
| Constructors in org.apache.webbeans.util with parameters of type WebBeansContext | |
|---|---|
WebBeansAnnotatedTypeUtil(WebBeansContext webBeansContext)
|
|
WebBeansUtil(WebBeansContext webBeansContext)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||