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

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

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

Methods in org.apache.geronimo.xbeans.web that return WelcomeFileListType
 WelcomeFileListType WebAppType.getWelcomeFileList()
          Gets the "welcome-file-list" element
 WelcomeFileListType WebAppType.addNewWelcomeFileList()
          Appends and returns a new empty "welcome-file-list" element
static WelcomeFileListType WelcomeFileListType.Factory.newInstance()
           
static WelcomeFileListType WelcomeFileListType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(String s)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(String s, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(File f)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(File f, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(URL u)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(InputStream is)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(Reader r)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(Node node)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
           
static WelcomeFileListType WelcomeFileListType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.geronimo.xbeans.web with parameters of type WelcomeFileListType
 void WebAppType.setWelcomeFileList(WelcomeFileListType welcomeFileList)
          Sets the "welcome-file-list" element
 

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

Classes in org.apache.geronimo.xbeans.web.impl that implement WelcomeFileListType
 class WelcomeFileListTypeImpl
          An XML welcome-file-listType(@http://java.sun.com/xml/ns/j2ee).
 

Methods in org.apache.geronimo.xbeans.web.impl that return WelcomeFileListType
 WelcomeFileListType WebAppTypeImpl.getWelcomeFileList()
          Gets the "welcome-file-list" element
 WelcomeFileListType WebAppTypeImpl.addNewWelcomeFileList()
          Appends and returns a new empty "welcome-file-list" element
 

Methods in org.apache.geronimo.xbeans.web.impl with parameters of type WelcomeFileListType
 void WebAppTypeImpl.setWelcomeFileList(WelcomeFileListType welcomeFileList)
          Sets the "welcome-file-list" element
 



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