Uses of Class
org.jboss.deployment.spi.beans.ConfigBeanXPaths

Packages that use ConfigBeanXPaths
org.jboss.deployment.spi.beans   
 

Uses of ConfigBeanXPaths in org.jboss.deployment.spi.beans
 

Fields in org.jboss.deployment.spi.beans declared as ConfigBeanXPaths
protected  ConfigBeanXPaths AbstractJBossConfigBean.myPath
           
 

Methods in org.jboss.deployment.spi.beans that return ConfigBeanXPaths
protected  ConfigBeanXPaths WarConfigBeanRoot.JbossWebConfigBean.buildXPathList()
           
 ConfigBeanXPaths ConfigBeanXPaths.getParent()
           
protected  ConfigBeanXPaths JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean.buildXPathList()
          The required xpaths for this example class are: root-element/sub-element[@id] root-element/sub-element/name root-element/sub-element/class However this class is a sub-element type, so we only need
protected  ConfigBeanXPaths JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean.buildXPathList()
          The required xpaths for this example class are: root-element/other-sub/name root-element/other-sub/description However this class is a sub-element type, so we only need name description
protected abstract  ConfigBeanXPaths AbstractJBossConfigBean.buildXPathList()
           
protected  ConfigBeanXPaths AbstractJBossConfigBean.JBossNullConfigBean.buildXPathList()
          This bean requires no other xpaths.
 

Methods in org.jboss.deployment.spi.beans with parameters of type ConfigBeanXPaths
 void ConfigBeanXPaths.setParent(ConfigBeanXPaths parent)
           
 void ConfigBeanXPaths.addChild(ConfigBeanXPaths path)
           
 

Constructors in org.jboss.deployment.spi.beans with parameters of type ConfigBeanXPaths
WarConfigBeanRoot.JbossWebConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths cPath)
           
ConfigBeanXPaths(String relativePath, ConfigBeanXPaths parent)
           
JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
AbstractJBossConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
AbstractJBossConfigBean.JBossNullConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.