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<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 |
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 © 2019 JBoss by Red Hat. All rights reserved.