Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.WelcomeFileListType

Packages that use WelcomeFileListType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return WelcomeFileListType
 WelcomeFileListType<WebApp30Descriptor> WebApp30Descriptor.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebApp30Descriptor>> WebApp30Descriptor.getWelcomeFileListList()
          Returns all welcome-file-list elements
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return WelcomeFileListType
 WelcomeFileListType<T> WelcomeFileListType.removeAllWelcomeFile()
          Removes the welcome-file element
 WelcomeFileListType<T> WelcomeFileListType.setWelcomeFile(java.lang.String welcomeFile)
          Creates a new welcome-file element
 WelcomeFileListType<T> WelcomeFileListType.setWelcomeFileList(java.lang.String... values)
          Creates for all String objects representing welcome-file elements, a new welcome-file element
 WelcomeFileListType<WebFragmentType<T>> WebFragmentType.welcomeFileList()
          Returns the welcome-file-list element
 WelcomeFileListType<WebAppType<T>> WebAppType.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebFragmentType<T>>> WebFragmentType.getWelcomeFileListList()
          Returns all welcome-file-list elements
 java.util.List<WelcomeFileListType<WebAppType<T>>> WebAppType.getWelcomeFileListList()
          Returns all welcome-file-list elements
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return WelcomeFileListType
 WelcomeFileListType<WebFragment30Descriptor> WebFragment30Descriptor.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebFragment30Descriptor>> WebFragment30Descriptor.getWelcomeFileListList()
          Returns all welcome-file-list elements
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return WelcomeFileListType
 WelcomeFileListType<WebApp30Descriptor> WebApp30DescriptorImpl.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebApp30Descriptor>> WebApp30DescriptorImpl.getWelcomeFileListList()
          Returns all welcome-file-list elements
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement WelcomeFileListType
 class WelcomeFileListTypeImpl<T>
          This class implements the welcome-file-listType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return WelcomeFileListType
 WelcomeFileListType<T> WelcomeFileListTypeImpl.removeAllWelcomeFile()
          Removes the welcome-file element
 WelcomeFileListType<T> WelcomeFileListTypeImpl.setWelcomeFile(java.lang.String welcomeFile)
          Creates a new welcome-file element
 WelcomeFileListType<T> WelcomeFileListTypeImpl.setWelcomeFileList(java.lang.String... values)
          Creates for all String objects representing welcome-file elements, a new welcome-file element
 WelcomeFileListType<WebFragmentType<T>> WebFragmentTypeImpl.welcomeFileList()
          Returns the welcome-file-list element
 WelcomeFileListType<WebAppType<T>> WebAppTypeImpl.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebFragmentType<T>>> WebFragmentTypeImpl.getWelcomeFileListList()
          Returns all welcome-file-list elements
 java.util.List<WelcomeFileListType<WebAppType<T>>> WebAppTypeImpl.getWelcomeFileListList()
          Returns all welcome-file-list elements
 

Uses of WelcomeFileListType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return WelcomeFileListType
 WelcomeFileListType<WebFragment30Descriptor> WebFragment30DescriptorImpl.welcomeFileList()
          Returns the welcome-file-list element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type WelcomeFileListType
 java.util.List<WelcomeFileListType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getWelcomeFileListList()
          Returns all welcome-file-list elements