org.jboss.deployment.spi.beans |
|
Java Source File Name | Type | Comment |
AbstractJBossConfigBean.java | Class | |
ConfigBeanXPaths.java | Class | |
JBossConfigBeanProxy.java | Class | This class serves entirely as a proxy for ConfigBeanRoot types, which create
an actual bean of a specified type. |
JBossExample1ConfigBeanRoot.java | Class | This class is an example of how to build config beans based on a number of
required xpaths for a deployment descriptor.
The required xpaths for this example class are: root-element/sub-element[@id]
root-element/sub-element/name root-element/sub-element/class
root-element/other-sub/name root-element/other-sub/description
This example class will return the xpaths as ONE list. |
JBossExample2ConfigBeanRoot.java | Class | This class is an example of how to build config beans based on a number of
required xpaths for a deployment descriptor.
The required xpaths for this example class are: root-element/sub-element[@id]
root-element/sub-element/name root-element/sub-element/class
root-element/other-sub/name root-element/other-sub/description
This example class will return the xpaths as ONE list. |
JBossWebConfigBeanRoot.java | Class | |
TestBeans.java | Class | |
WarConfigBeanRoot.java | Class | This class is a jboss-web config bean with only one required xpaths for its
deployment descriptor. |