org.jboss.deployment.spi.beans
Class JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean

java.lang.Object
  extended by org.jboss.deployment.spi.beans.AbstractJBossConfigBean
      extended by org.jboss.deployment.spi.beans.JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
All Implemented Interfaces:
javax.enterprise.deploy.spi.DConfigBean
Enclosing class:
JBossExample2ConfigBeanRoot

public class JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean
extends AbstractJBossConfigBean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.deployment.spi.beans.AbstractJBossConfigBean
AbstractJBossConfigBean.JBossNullConfigBean
 
Field Summary
 
Fields inherited from class org.jboss.deployment.spi.beans.AbstractJBossConfigBean
children, myBean, myPath, myPropertyListeners, myRoot, xpaths
 
Constructor Summary
JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean(javax.enterprise.deploy.model.DDBean bean, javax.enterprise.deploy.spi.DConfigBeanRoot root, ConfigBeanXPaths path)
           
 
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 org.jboss.deployment.spi.beans.AbstractJBossConfigBean
addPropertyChangeListener, death, getDConfigBean, getDDBean, getPath, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean

public JBossExample2ConfigBeanRoot.JBossExample2OtherSubConfigBean(javax.enterprise.deploy.model.DDBean bean,
                                                                   javax.enterprise.deploy.spi.DConfigBeanRoot root,
                                                                   ConfigBeanXPaths path)
Method Detail

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.