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 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return WelcomeFileListType
 WelcomeFileListType<WebAppDescriptor> WebAppDescriptor.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebAppDescriptor> WebAppDescriptor.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type WelcomeFileListType
 List<WelcomeFileListType<WebAppDescriptor>> WebAppDescriptor.getAllWelcomeFileList()
          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<WebAppType<T>> WebAppType.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebFragmentType<T>> WebFragmentType.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebAppType<T>> WebAppType.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 WelcomeFileListType<WebFragmentType<T>> WebFragmentType.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 WelcomeFileListType<T> WelcomeFileListType.id(String id)
          Sets the id attribute
 WelcomeFileListType<T> WelcomeFileListType.removeAllWelcomeFile()
          Removes the welcome-file element
 WelcomeFileListType<T> WelcomeFileListType.removeId()
          Removes the id attribute
 WelcomeFileListType<T> WelcomeFileListType.welcomeFile(String... values)
          Creates for all String objects representing welcome-file elements, a new welcome-file element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type WelcomeFileListType
 List<WelcomeFileListType<WebAppType<T>>> WebAppType.getAllWelcomeFileList()
          Returns all welcome-file-list elements
 List<WelcomeFileListType<WebFragmentType<T>>> WebFragmentType.getAllWelcomeFileList()
          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<WebFragmentDescriptor> WebFragmentDescriptor.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.