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 abstract  ConfigBeanXPaths AbstractJBossConfigBean.buildXPathList()
           
protected  ConfigBeanXPaths AbstractJBossConfigBean.JBossNullConfigBean.buildXPathList()
          This bean requires no other xpaths.
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  ConfigBeanXPaths WarConfigBeanRoot.JbossWebConfigBean.buildXPathList()
           
 ConfigBeanXPaths ConfigBeanXPaths.getParent()
           
 

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

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



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