Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<WelcomeFileListType<WebAppDescriptor>> |
WebAppDescriptor.getAllWelcomeFileList()
Returns all
welcome-file-list elements |
Modifier and Type | Method and Description |
---|---|
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.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 |
Modifier and Type | Method and Description |
---|---|
List<WelcomeFileListType<WebAppType<T>>> |
WebAppType.getAllWelcomeFileList()
Returns all
welcome-file-list elements |
List<WelcomeFileListType<WebFragmentType<T>>> |
WebFragmentType.getAllWelcomeFileList()
Returns all
welcome-file-list elements |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
List<WelcomeFileListType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllWelcomeFileList()
Returns all
welcome-file-list elements |
Copyright © 2015 JBoss by Red Hat. All rights reserved.