Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.GerContainerConfigType

Packages that use GerContainerConfigType
org.apache.geronimo.xbeans.geronimo.web   
org.apache.geronimo.xbeans.geronimo.web.impl   
 

Uses of GerContainerConfigType in org.apache.geronimo.xbeans.geronimo.web
 

Methods in org.apache.geronimo.xbeans.geronimo.web that return GerContainerConfigType
 GerContainerConfigType GerWebAppType.addNewContainerConfig()
          Appends and returns a new empty "container-config" element
 GerContainerConfigType GerWebAppType.getContainerConfig()
          Gets the "container-config" element
static GerContainerConfigType GerContainerConfigType.Factory.newInstance()
           
static GerContainerConfigType GerContainerConfigType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(File file)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(InputStream is)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(Node node)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(Reader r)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(String xmlAsString)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(URL u)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GerContainerConfigType GerContainerConfigType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GerContainerConfigType GerContainerConfigType.Factory.parse(XMLStreamReader sr)
           
static GerContainerConfigType GerContainerConfigType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerContainerConfigType
 void GerWebAppType.setContainerConfig(GerContainerConfigType containerConfig)
          Sets the "container-config" element
 

Uses of GerContainerConfigType in org.apache.geronimo.xbeans.geronimo.web.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.impl that implement GerContainerConfigType
 class GerContainerConfigTypeImpl
          An XML container-configType(@http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1).
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return GerContainerConfigType
 GerContainerConfigType GerWebAppTypeImpl.addNewContainerConfig()
          Appends and returns a new empty "container-config" element
 GerContainerConfigType GerWebAppTypeImpl.getContainerConfig()
          Gets the "container-config" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerContainerConfigType
 void GerWebAppTypeImpl.setContainerConfig(GerContainerConfigType containerConfig)
          Sets the "container-config" element
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.