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

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

public class JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean
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.JBossExample2SubElementConfigBean(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/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 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.JBossExample2SubElementConfigBean

public JBossExample2ConfigBeanRoot.JBossExample2SubElementConfigBean(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/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.