
public interface WelcomeFileListType<T> extends Child<T>, JavaeeWelcomeFileListCommonType<T,WelcomeFileListType<T>>
welcome-file-listType xsd type| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllWelcomeFile()
Returns all
welcome-file elements |
String |
getId()
Returns the
id attribute |
WelcomeFileListType<T> |
id(String id)
Sets the
id attribute |
WelcomeFileListType<T> |
removeAllWelcomeFile()
Removes the
welcome-file element |
WelcomeFileListType<T> |
removeId()
Removes the
id attribute |
WelcomeFileListType<T> |
welcomeFile(String... values)
Creates for all String objects representing
welcome-file elements,
a new welcome-file element |
WelcomeFileListType<T> welcomeFile(String... values)
welcome-file elements,
a new welcome-file elementvalues - list of welcome-file objectsWelcomeFileListTypeList<String> getAllWelcomeFile()
welcome-file elementswelcome-fileWelcomeFileListType<T> removeAllWelcomeFile()
welcome-file elementWelcomeFileListTypeWelcomeFileListType<T> id(String id)
id attributeid - the value for the attribute idWelcomeFileListTypeString getId()
id attributeidWelcomeFileListType<T> removeId()
id attributeWelcomeFileListTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.