Uses of Class
org.apache.webbeans.xml.WebBeansXMLConfigurator

Packages that use WebBeansXMLConfigurator
org.apache.webbeans.config   
org.apache.webbeans.container   
org.apache.webbeans.lifecycle   
org.apache.webbeans.xml   
 

Uses of WebBeansXMLConfigurator in org.apache.webbeans.config
 

Fields in org.apache.webbeans.config declared as WebBeansXMLConfigurator
protected  WebBeansXMLConfigurator BeansDeployer.xmlConfigurator
          XML Configurator
 

Constructors in org.apache.webbeans.config with parameters of type WebBeansXMLConfigurator
BeansDeployer(WebBeansXMLConfigurator xmlConfigurator)
          Creates a new deployer with given xml configurator.
 

Uses of WebBeansXMLConfigurator in org.apache.webbeans.container
 

Methods in org.apache.webbeans.container with parameters of type WebBeansXMLConfigurator
 void BeanManagerImpl.setXMLConfigurator(WebBeansXMLConfigurator xmlConfigurator)
          Sets the xml configurator instance.
 

Uses of WebBeansXMLConfigurator in org.apache.webbeans.lifecycle
 

Methods in org.apache.webbeans.lifecycle that return WebBeansXMLConfigurator
protected  WebBeansXMLConfigurator AbstractLifeCycle.getXmlDeployer()
           
 

Uses of WebBeansXMLConfigurator in org.apache.webbeans.xml
 

Methods in org.apache.webbeans.xml with parameters of type WebBeansXMLConfigurator
static
<T> XMLProducerBean<T>
XMLDefinitionUtil.defineXMLProducerMethod(WebBeansXMLConfigurator configurator, XMLManagedBean<T> component, Method producesMethod, Element producerMethodElement, String errorMessage)
          Returns newly created and configures xml webbeans producer component.
 



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