org.jboss.deployment.spi.beans
Class JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean
java.lang.Object
org.jboss.deployment.spi.beans.AbstractJBossConfigBean
org.jboss.deployment.spi.beans.JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.DConfigBean
- Enclosing class:
- JBossExample2ConfigBeanRoot
public class JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean
- extends AbstractJBossConfigBean
Method Summary |
protected ConfigBeanXPaths |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean
public JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean(javax.enterprise.deploy.model.DDBean bean,
javax.enterprise.deploy.spi.DConfigBeanRoot root,
ConfigBeanXPaths path)
buildXPathList
protected ConfigBeanXPaths 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
- Specified by:
buildXPathList
in class AbstractJBossConfigBean
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.