org.jboss.deployment.spi.beans
Class WarConfigBeanRoot

java.lang.Object
  extended by org.jboss.deployment.spi.beans.JBossConfigBeanProxy
      extended by 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

Nested Class Summary
 class WarConfigBeanRoot.JbossWebConfigBean
           
 
Field Summary
static String archiveName
           
static String contextRoot
           
static String deployPlanElement
           
static String jbossWebLocation
           
static String jbossWebLocationTrimmed
           
static String jbossWebXml
           
 
Fields inherited from class org.jboss.deployment.spi.beans.JBossConfigBeanProxy
myBean, myDeployable
 
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 org.jboss.deployment.spi.beans.JBossConfigBeanProxy
addPropertyChangeListener, getDConfigBean, getDDBean, getXpaths, notifyDDChange, removeDConfigBean, removePropertyChangeListener, save, setBean
 
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
 

Field Detail

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
Constructor Detail

WarConfigBeanRoot

public WarConfigBeanRoot(javax.enterprise.deploy.model.DDBeanRoot standard,
                         javax.enterprise.deploy.model.DeployableObject deployable)
Method Detail

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.