org.apache.webbeans.decorator.xml
Class WebBeansXMLDecorator<T>
java.lang.Object
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.AbstractInjectionTargetBean<T>
org.apache.webbeans.decorator.WebBeansDecorator<T>
org.apache.webbeans.decorator.xml.WebBeansXMLDecorator<T>
- All Implemented Interfaces:
- Contextual<T>, Bean<T>, Decorator<T>, InjectionTargetBean<T>, InterceptedMarker, OwbBean<T>, OwbDecorator<T>
public class WebBeansXMLDecorator<T>
- extends WebBeansDecorator<T>
| Fields inherited from class org.apache.webbeans.component.AbstractOwbBean |
apiTypes, enabled, implQualifiers, implScopeType, injectionPoints, logger, name, nullable, passivatingId, returnType, scopeClass, serializable, specializedBean, stereoTypeClasses, stereoTypes, webBeansType |
| Methods inherited from class org.apache.webbeans.decorator.WebBeansDecorator |
createInstance, getBeanClass, getClazz, getDecoratedTypes, getDelegateComponent, getDelegateQualifiers, getDelegateType, getInjectionPoints, getName, getQualifiers, getScope, getStereotypes, getTypes, init, isAlternative, isDecoratorMatch, isNullable, isPassivationCapable, isSerializable, setDelegate, setInjections, validatePassivationDependencies |
| Methods inherited from class org.apache.webbeans.component.AbstractInjectionTargetBean |
addInjectedField, addInjectedFieldToSuper, addInjectedMethod, addInjectedMethodToSuper, addObservableMethod, afterConstructor, beforeConstructor, createComponentInstance, createDefaultInstance, destroyComponentInstance, destroyInstance, getAnnotatedType, getDecoratorStack, getInheritedMetaData, getInjectedFields, getInjectedFromSuperFields, getInjectedFromSuperMethods, getInjectedMethods, getInterceptorStack, getLogger, getObservableMethods, injectFields, injectMethods, injectResources, injectSuperFields, injectSuperMethods, postConstruct, postConstructDefault, preDestroy, preDestroyDefault, setAnnotatedType, setInheritedMetaData |
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
addApiType, addInjectionPoint, addQualifier, addStereoType, create, createNewInstance, destroy, destroyCreatedInstance, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getManager, getOwbStereotypes, getReturnType, getWebBeansType, isDependent, isEnabled, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean, toString |
| Methods inherited from interface org.apache.webbeans.component.OwbBean |
addApiType, addInjectionPoint, addQualifier, addStereoType, createNewInstance, destroyCreatedInstance, getId, getImplQualifiers, getImplScopeType, getInjectionPoint, getOwbStereotypes, getReturnType, getWebBeansType, isDependent, isEnabled, isSpecializedBean, setEnabled, setImplScopeType, setName, setNullable, setSerializable, setSpecializedBean |
WebBeansXMLDecorator
public WebBeansXMLDecorator(AbstractInjectionTargetBean<T> delegateComponent,
XMLInjectionPointModel model)
initDelegate
protected void initDelegate()
-
- Overrides:
initDelegate in class WebBeansDecorator<T>
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.