org.apache.geronimo.web.deployment
Class WebAppDConfigBean

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.deployment.plugin.DConfigBeanSupport
          extended by org.apache.geronimo.web.deployment.WebAppDConfigBean
All Implemented Interfaces:
DConfigBean

public class WebAppDConfigBean
extends DConfigBeanSupport


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Method Summary
 String getContextRoot()
           
 DConfigBean getDConfigBean(DDBean ddBean)
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 String[] getXpaths()
           
 void removeDConfigBean(DConfigBean dcBean)
           
 void setContextRoot(String contextRoot)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.DConfigBeanSupport
getDDBean, getXPathsForJ2ee_1_4, getXPathsFromNamespace, getXPathsWithPrefix, notifyDDChange, setParent
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
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, removePropertyChangeListener
 

Method Detail

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String contextRoot)

getDConfigBean

public DConfigBean getDConfigBean(DDBean ddBean)
                           throws ConfigurationException
Specified by:
getDConfigBean in interface DConfigBean
Overrides:
getDConfigBean in class DConfigBeanSupport
Throws:
ConfigurationException

removeDConfigBean

public void removeDConfigBean(DConfigBean dcBean)
                       throws BeanNotFoundException
Specified by:
removeDConfigBean in interface DConfigBean
Overrides:
removeDConfigBean in class DConfigBeanSupport
Throws:
BeanNotFoundException

getXpaths

public String[] getXpaths()
Specified by:
getXpaths in interface DConfigBean
Overrides:
getXpaths in class DConfigBeanSupport

getSchemaTypeLoader

protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.