org.apache.geronimo.jetty.deployment
Class WebAppDConfigBean
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.deployment.plugin.DConfigBeanSupport
org.apache.geronimo.jetty.deployment.WebAppDConfigBean
- All Implemented Interfaces:
- javax.enterprise.deploy.spi.DConfigBean
- public class WebAppDConfigBean
- extends org.apache.geronimo.deployment.plugin.DConfigBeanSupport
- Version:
- $Revision: 1.14 $ $Date: 2004/03/10 09:58:56 $
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
pcs |
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, fromXML, getXmlObject, 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 |
getContextRoot
public String getContextRoot()
setContextRoot
public void setContextRoot(String contextRoot)
getContextPriorityClassLoader
public boolean getContextPriorityClassLoader()
- getContextPriorityClassLoader.
- Returns:
- True if this context should give web application class in preference over the containers
classes, as per the servlet specification recommendations.
setContextPriorityClassLoader
public void setContextPriorityClassLoader(boolean contextPriority)
- setContextPriorityClassLoader.
- Parameters:
contextPriority
- True if this context should give web application class in preference over the containers
classes, as per the servlet specification recommendations.
getDConfigBean
public javax.enterprise.deploy.spi.DConfigBean getDConfigBean(javax.enterprise.deploy.model.DDBean ddBean)
throws javax.enterprise.deploy.spi.exceptions.ConfigurationException
- Throws:
javax.enterprise.deploy.spi.exceptions.ConfigurationException
removeDConfigBean
public void removeDConfigBean(javax.enterprise.deploy.spi.DConfigBean dcBean)
throws javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
- Throws:
javax.enterprise.deploy.spi.exceptions.BeanNotFoundException
getXpaths
public String[] getXpaths()
getSchemaTypeLoader
protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.