Package | Description |
---|---|
org.jboss.as.ee.deployment.spi.beans |
Modifier and Type | Field and Description |
---|---|
protected ConfigBeanXPaths |
AbstractJBossConfigBean.myPath |
Modifier and Type | Method and Description |
---|---|
protected ConfigBeanXPaths |
WarConfigBeanRoot.JbossWebConfigBean.buildXPathList() |
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
|
ConfigBeanXPaths |
ConfigBeanXPaths.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigBeanXPaths.addChild(ConfigBeanXPaths path) |
void |
ConfigBeanXPaths.setParent(ConfigBeanXPaths parent) |
Constructor and Description |
---|
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 © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.