|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WelcomeFileListType<T>
This interface defines the contract for the welcome-file-listType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WelcomeFileListType<T> welcomeFile(String... values)
welcome-file
elements,
a new welcome-file
element
values
- list of welcome-file
objects
WelcomeFileListType
List<String> getAllWelcomeFile()
welcome-file
elements
welcome-file
WelcomeFileListType<T> removeAllWelcomeFile()
welcome-file
element
WelcomeFileListType
WelcomeFileListType<T> id(String id)
id
attribute
id
- the value for the attribute id
WelcomeFileListType
String getId()
id
attribute
id
WelcomeFileListType<T> removeId()
id
attribute
WelcomeFileListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |