ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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<WebFragmentType<T>> WebFragmentType.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebAppType<T>> WebAppType.createWelcomeFileList()
          Creates a new welcome-file-list element
 WelcomeFileListType<WebFragmentType<T>> WebFragmentType.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 WelcomeFileListType<WebAppType<T>> WebAppType.getOrCreateWelcomeFileList()
          If not already created, a new welcome-file-list element will be created and returned.
 WelcomeFileListType<T> WelcomeFileListType.removeAllWelcomeFile()
          Removes the welcome-file element
 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<WebFragmentType<T>>> WebFragmentType.getAllWelcomeFileList()
          Returns all welcome-file-list elements
 List<WelcomeFileListType<WebAppType<T>>> WebAppType.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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.