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

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

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

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

Methods in org.apache.geronimo.xbeans.geronimo.web with parameters of type GerWebAppType
 void GerWebAppDocument.setWebApp(GerWebAppType webApp)
          Sets the "web-app" element
 

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

Classes in org.apache.geronimo.xbeans.geronimo.web.impl that implement GerWebAppType
 class GerWebAppTypeImpl
          An XML web-appType(@http://geronimo.apache.org/xml/ns/j2ee/web-2.0.1).
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl that return GerWebAppType
 GerWebAppType GerWebAppDocumentImpl.addNewWebApp()
          Appends and returns a new empty "web-app" element
 GerWebAppType GerWebAppDocumentImpl.getWebApp()
          Gets the "web-app" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.impl with parameters of type GerWebAppType
 void GerWebAppDocumentImpl.setWebApp(GerWebAppType webApp)
          Sets the "web-app" element
 



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