Uses of Class
org.apache.webbeans.inject.xml.XMLInjectionPointModel

Packages that use XMLInjectionPointModel
org.apache.webbeans.component.xml   
org.apache.webbeans.decorator   
org.apache.webbeans.decorator.xml   
org.apache.webbeans.event.xml   
org.apache.webbeans.inject.impl   
org.apache.webbeans.inject.xml   
org.apache.webbeans.xml   
 

Uses of XMLInjectionPointModel in org.apache.webbeans.component.xml
 

Methods in org.apache.webbeans.component.xml with parameters of type XMLInjectionPointModel
 void XMLProducerBean.addDisposalMethodInjectionPointModel(XMLInjectionPointModel model)
           
 void XMLManagedBean.addFieldInjectionPoint(Field field, XMLInjectionPointModel model)
          Adds new field injection point
 void XMLManagedBean.addMethodInjectionPoint(Method method, XMLInjectionPointModel model)
          Adds new method injection point
 void XMLProducerBean.addProducerMethodInjectionPointModel(XMLInjectionPointModel model)
           
 

Uses of XMLInjectionPointModel in org.apache.webbeans.decorator
 

Methods in org.apache.webbeans.decorator with parameters of type XMLInjectionPointModel
static
<T> void
WebBeansDecoratorConfig.configureXMLDecoratorClass(AbstractInjectionTargetBean<T> delegate, XMLInjectionPointModel model)
           
 

Uses of XMLInjectionPointModel in org.apache.webbeans.decorator.xml
 

Constructors in org.apache.webbeans.decorator.xml with parameters of type XMLInjectionPointModel
WebBeansXMLDecorator(AbstractInjectionTargetBean<T> delegateComponent, XMLInjectionPointModel model)
           
 

Uses of XMLInjectionPointModel in org.apache.webbeans.event.xml
 

Methods in org.apache.webbeans.event.xml with parameters of type XMLInjectionPointModel
 void BeanObserverXMLImpl.addXMLInjectionObservesParameter(XMLInjectionPointModel model)
           
 

Uses of XMLInjectionPointModel in org.apache.webbeans.inject.impl
 

Methods in org.apache.webbeans.inject.impl with parameters of type XMLInjectionPointModel
static InjectionPoint InjectionPointFactory.getXMLInjectionPointData(Bean<?> owner, XMLInjectionPointModel xmlInjectionModel)
          Deprecated.  
 

Uses of XMLInjectionPointModel in org.apache.webbeans.inject.xml
 

Methods in org.apache.webbeans.inject.xml with parameters of type XMLInjectionPointModel
 void XMLInjectableConstructor.addInjectionPointModel(XMLInjectionPointModel model)
          Adds new constructor parameter injection model.
 

Constructors in org.apache.webbeans.inject.xml with parameters of type XMLInjectionPointModel
XMLInjectableField(Field field, Object instance, AbstractOwbBean<?> owner, XMLInjectionPointModel model, CreationalContext<?> creationalContext)
           
 

Constructor parameters in org.apache.webbeans.inject.xml with type arguments of type XMLInjectionPointModel
XMLInjectableMethods(Method m, Object instance, AbstractOwbBean<?> owner, List<XMLInjectionPointModel> injectionPointModelList, CreationalContext<?> creationalContext)
           
 

Uses of XMLInjectionPointModel in org.apache.webbeans.xml
 

Methods in org.apache.webbeans.xml that return XMLInjectionPointModel
static XMLInjectionPointModel XMLUtil.getArrayInjectionPointModel(Element typeElement, String errorMessage)
          Injection point with array type.
static XMLInjectionPointModel XMLUtil.getInjectionPointModel(Element typeElement, String errorMessage)
          Creates new xml injection point model.
 

Methods in org.apache.webbeans.xml with parameters of type XMLInjectionPointModel
static InjectionPoint XMLDefinitionUtil.getXMLMethodInjectionPoint(AbstractOwbBean<?> component, XMLInjectionPointModel model, Method method)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.