| Constructor and Description |
|---|
AnnotationManager(WebBeansContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected WebBeansContext |
AbstractOwbBean.webBeansContext |
| Modifier and Type | Method and Description |
|---|---|
WebBeansContext |
OwbBean.getWebBeansContext() |
WebBeansContext |
AbstractOwbBean.getWebBeansContext()
Get the web beans context this bean is associated with
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BuildInOwbBean.initBuildInBeanConfig(WebBeansContext webBeansContext)
Parse the custom property.
|
| Constructor and Description |
|---|
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) |
| Constructor and Description |
|---|
ThirdpartyBeanImpl(javax.enterprise.inject.spi.Bean<T> bean,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
static <T> javax.enterprise.inject.spi.Bean<T> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebBeansFinder.setSingletonService(SingletonService<WebBeansContext> singletonSvc) |
| Constructor and Description |
|---|
BeansDeployer(WebBeansXMLConfigurator xmlConfigurator,
WebBeansContext webBeansContext)
Creates a new deployer with given xml configurator.
|
DefinitionUtil(WebBeansContext webBeansContext) |
ManagedBeanConfigurator(WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
BeanManagerImpl(WebBeansContext webBeansContext)
Creates a new
BeanManager instance. |
InjectionResolver(WebBeansContext webBeansContext)
Creates a new injection resolve for given bean manager.
|
ResolutionUtil(WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
ContextFactory(WebBeansContext webBeansContext)
Deprecated.
|
| Constructor and Description |
|---|
CreationalContextFactory(WebBeansContext webBeansContext)
Creates a new
CreationalContextFactory instance. |
| Constructor and Description |
|---|
ConversationImpl(String sessionId,
WebBeansContext webBeansContext)
Creates a new conversation instance.
|
ConversationImpl(WebBeansContext webBeansContext) |
ConversationManager(WebBeansContext webBeansContext)
Creates new conversation manager
|
| Modifier and Type | Method and Description |
|---|---|
WebBeansContext |
DefaultSingletonService.get(Object key)
Gets singleton instance for deployment.
|
| Constructor and Description |
|---|
DecoratorComparator(WebBeansContext webBeansContext) |
DecoratorsManager(WebBeansContext webBeansContext) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
protected WebBeansContext |
ObserverMethodImpl.getWebBeansContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
EventUtil.checkEventBindings(WebBeansContext webBeansContext,
Annotation... annotations) |
| Constructor and Description |
|---|
EventImpl(Annotation[] injectedBindings,
Type eventType,
WebBeansContext webBeansContext)
Creates a new event.
|
NotificationManager(WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
AlternativesManager(WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
InjectionPointFactory(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
static <T> javax.enterprise.inject.Instance<T> |
InstanceFactory.getInstance(Type injectedType,
Class<?> injectionPointClass,
WebBeansContext webBeansContext,
javax.enterprise.context.spi.CreationalContext<?> creationalContext,
Object ownerInstance,
Annotation... annotations) |
| Modifier and Type | Field and Description |
|---|---|
protected WebBeansContext |
InterceptorHandler.webBeansContext |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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,
javax.enterprise.inject.spi.InterceptionType type)
Initializes the invocation context.
|
WebBeansInterceptorConfig(WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
EJBInterceptorConfig(WebBeansContext webBeansContext) |
| Modifier and Type | Field and Description |
|---|---|
protected WebBeansContext |
AbstractLifeCycle.webBeansContext |
| Modifier and Type | Method and Description |
|---|---|
WebBeansContext |
AbstractLifeCycle.getWebBeansContext() |
| Constructor and Description |
|---|
AbstractLifeCycle(Properties properties,
WebBeansContext webBeansContext) |
| Constructor and Description |
|---|
AnnotatedElementFactory(WebBeansContext webBeansContext)
No instantiate.
|
| Constructor and Description |
|---|
ExtensionLoader(WebBeansContext webBeansContext)
Creates a new loader instance.
|
| Constructor and Description |
|---|
AfterBeanDiscoveryImpl(WebBeansContext webBeansContext) |
BeforeBeanDiscoveryImpl(WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
static Field[] |
ClassUtil.getFieldsWithType(WebBeansContext webBeansContext,
Class<?> clazz,
Type type) |
static <T> Set<javax.enterprise.inject.spi.InjectionPoint> |
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) |
| Constructor and Description |
|---|
WebBeansAnnotatedTypeUtil(WebBeansContext webBeansContext) |
WebBeansUtil(WebBeansContext webBeansContext) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.