| Modifier and Type | Class and Description |
|---|---|
class |
ConversationBean
Conversation bean implementation.
|
class |
ExtensionBean<T>
Extension service bean definition.
|
class |
ManagedBean<T>
Managed bean implementation of the
Bean. |
class |
NewManagedBean<T>
Component definition with
New binding annotation. |
| Modifier and Type | Method and Description |
|---|---|
AbstractInjectionTargetBean<T> |
AbstractInjectedTargetBeanCreator.getBean()
Return type-safe bean instance.
|
| Constructor and Description |
|---|
AbstractInjectedTargetBeanCreator(AbstractInjectionTargetBean<T> bean)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebBeansDecorator<T>
Defines decorators.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DecoratorUtil.checkManagedBeanDecoratorConditions(AbstractInjectionTargetBean<?> bean,
List<javax.enterprise.inject.spi.Decorator<?>> decoratorList) |
static <T> void |
WebBeansDecoratorConfig.configureDecoratorClass(AbstractInjectionTargetBean<T> delegate) |
static void |
WebBeansDecoratorConfig.configureDecorators(AbstractInjectionTargetBean<?> component) |
| Constructor and Description |
|---|
WebBeansDecorator(AbstractInjectionTargetBean<T> wrappedBean)
Creates a new decorator bean instance with the given wrapped bean.
|
WebBeansDecorator(AbstractInjectionTargetBean<T> wrappedBean,
javax.enterprise.inject.spi.Decorator<T> customDecorator)
Creates a new decorator bean instance with the given wrapped bean and custom decorator bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBeansInterceptorConfig.configure(AbstractInjectionTargetBean<?> component,
List<InterceptorData> stack)
Configures the given class for applicable interceptors.
|
<T> void |
WebBeansInterceptorConfig.configureInterceptorClass(AbstractInjectionTargetBean<T> delegate,
Annotation[] interceptorBindingTypes)
Configures WebBeans specific interceptor class.
|
| Constructor and Description |
|---|
CustomInterceptor(AbstractInjectionTargetBean<T> delegateBean,
javax.enterprise.inject.spi.Interceptor<T> actualInterceptor) |
| Constructor and Description |
|---|
WebBeansInterceptor(AbstractInjectionTargetBean<T> delegateBean) |
| Modifier and Type | Method and Description |
|---|---|
<T> GProcessInjectionTarget |
WebBeansUtil.createProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean) |
<X> void |
WebBeansAnnotatedTypeUtil.defineDisposalMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType) |
static <X> void |
WebBeansAnnotatedTypeUtil.defineInjectedFields(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType) |
<X> void |
WebBeansAnnotatedTypeUtil.defineInjectedMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType) |
<X> Set<javax.enterprise.inject.spi.ObserverMethod<?>> |
WebBeansAnnotatedTypeUtil.defineObserverMethods(AbstractInjectionTargetBean<X> bean,
javax.enterprise.inject.spi.AnnotatedType<X> annotatedType) |
<T> GProcessInjectionTarget |
WebBeansUtil.fireProcessInjectionTargetEvent(AbstractInjectionTargetBean<T> bean)
Returns
ProcessInjectionTarget event. |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.