org.jboss.deployment.spi.beans
Class JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
java.lang.Object
org.jboss.deployment.spi.beans.AbstractJBossConfigBean
org.jboss.deployment.spi.beans.JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.DConfigBean
- Enclosing class:
- JBossExample2ConfigBeanRoot
public class JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
- extends AbstractJBossConfigBean
Method Summary |
protected ConfigBeanXPaths |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
public JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean(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/other-sub/name
root-element/other-sub/description
However this class is a sub-element type, so we only need name
description
- Specified by:
buildXPathList
in class AbstractJBossConfigBean
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.