org.jboss.deployment.spi.beans
Class WarConfigBeanRoot
java.lang.Object
org.jboss.deployment.spi.beans.JBossConfigBeanProxy
org.jboss.deployment.spi.beans.WarConfigBeanRoot
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.DConfigBean, javax.enterprise.deploy.spi.DConfigBeanRoot
public class WarConfigBeanRoot
- extends JBossConfigBeanProxy
- implements javax.enterprise.deploy.spi.DConfigBeanRoot
This class is a jboss-web config bean with only one required xpaths for its
deployment descriptor.
The required xpath for this descriptor are: jboss-web/context-root
- Version:
- $Revision: 1.3.2.2 $
- Author:
- Rob Stryker
Constructor Summary |
WarConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot standard,
javax.enterprise.deploy.model.DeployableObject deployable)
|
Method Summary |
javax.enterprise.deploy.spi.DConfigBean |
getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot arg0)
This is the only abstract method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.enterprise.deploy.spi.DConfigBean |
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener |
jbossWebXml
public static final String jbossWebXml
- See Also:
- Constant Field Values
jbossWebLocation
public static final String jbossWebLocation
- See Also:
- Constant Field Values
jbossWebLocationTrimmed
public static final String jbossWebLocationTrimmed
- See Also:
- Constant Field Values
deployPlanElement
public static final String deployPlanElement
- See Also:
- Constant Field Values
contextRoot
public static final String contextRoot
- See Also:
- Constant Field Values
archiveName
public static final String archiveName
- See Also:
- Constant Field Values
WarConfigBeanRoot
public WarConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot standard,
javax.enterprise.deploy.model.DeployableObject deployable)
getDConfigBean
public javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBeanRoot arg0)
- Description copied from class:
JBossConfigBeanProxy
- This is the only abstract method.
- Specified by:
getDConfigBean
in interface javax.enterprise.deploy.spi.DConfigBeanRoot
- Specified by:
getDConfigBean
in class JBossConfigBeanProxy
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.