Uses of Interface
org.apache.geronimo.xbeans.geronimo.web.tomcat.TomcatEmptyType

Packages that use TomcatEmptyType
org.apache.geronimo.xbeans.geronimo.web.tomcat   
org.apache.geronimo.xbeans.geronimo.web.tomcat.impl   
 

Uses of TomcatEmptyType in org.apache.geronimo.xbeans.geronimo.web.tomcat
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat that return TomcatEmptyType
 TomcatEmptyType TomcatWebAppType.addNewCrossContext()
          Appends and returns a new empty "cross-context" element
 TomcatEmptyType TomcatWebAppType.addNewDisableCookies()
          Appends and returns a new empty "disable-cookies" element
 TomcatEmptyType TomcatWebAppType.getCrossContext()
          Gets the "cross-context" element
 TomcatEmptyType TomcatWebAppType.getDisableCookies()
          Gets the "disable-cookies" element
static TomcatEmptyType TomcatEmptyType.Factory.newInstance()
           
static TomcatEmptyType TomcatEmptyType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(File file)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(InputStream is)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(Node node)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(Reader r)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(String xmlAsString)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(URL u)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static TomcatEmptyType TomcatEmptyType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static TomcatEmptyType TomcatEmptyType.Factory.parse(XMLStreamReader sr)
           
static TomcatEmptyType TomcatEmptyType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat with parameters of type TomcatEmptyType
 void TomcatWebAppType.setCrossContext(TomcatEmptyType crossContext)
          Sets the "cross-context" element
 void TomcatWebAppType.setDisableCookies(TomcatEmptyType disableCookies)
          Sets the "disable-cookies" element
 

Uses of TomcatEmptyType in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
 

Classes in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that implement TomcatEmptyType
 class TomcatEmptyTypeImpl
          An XML emptyType(@http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0.1).
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl that return TomcatEmptyType
 TomcatEmptyType TomcatWebAppTypeImpl.addNewCrossContext()
          Appends and returns a new empty "cross-context" element
 TomcatEmptyType TomcatWebAppTypeImpl.addNewDisableCookies()
          Appends and returns a new empty "disable-cookies" element
 TomcatEmptyType TomcatWebAppTypeImpl.getCrossContext()
          Gets the "cross-context" element
 TomcatEmptyType TomcatWebAppTypeImpl.getDisableCookies()
          Gets the "disable-cookies" element
 

Methods in org.apache.geronimo.xbeans.geronimo.web.tomcat.impl with parameters of type TomcatEmptyType
 void TomcatWebAppTypeImpl.setCrossContext(TomcatEmptyType crossContext)
          Sets the "cross-context" element
 void TomcatWebAppTypeImpl.setDisableCookies(TomcatEmptyType disableCookies)
          Sets the "disable-cookies" element
 



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