|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.webcommon30.WelcomeFileListTypeImpl<T>
public class WelcomeFileListTypeImpl<T>
This class implements the welcome-file-listType
xsd type
Original Documentation:
The welcome-file-list contains an ordered list of welcome
files elements.
Used in: web-app
Constructor Summary | |
---|---|
WelcomeFileListTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
WelcomeFileListTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getWelcomeFileList()
Returns all welcome-file elements |
WelcomeFileListType<T> |
removeAllWelcomeFile()
Removes the welcome-file element |
WelcomeFileListType<T> |
setWelcomeFile(java.lang.String welcomeFile)
Creates a new welcome-file element |
WelcomeFileListType<T> |
setWelcomeFileList(java.lang.String... values)
Creates for all String objects representing welcome-file elements,
a new welcome-file element |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WelcomeFileListTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public WelcomeFileListTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public WelcomeFileListType<T> setWelcomeFile(java.lang.String welcomeFile)
welcome-file
element
setWelcomeFile
in interface WelcomeFileListType<T>
WelcomeFileListType
public WelcomeFileListType<T> setWelcomeFileList(java.lang.String... values)
welcome-file
elements,
a new welcome-file
element
setWelcomeFileList
in interface WelcomeFileListType<T>
list
- of welcome-file
objects
WelcomeFileListType
public WelcomeFileListType<T> removeAllWelcomeFile()
welcome-file
element
removeAllWelcomeFile
in interface WelcomeFileListType<T>
WelcomeFileListType
public java.util.List<java.lang.String> getWelcomeFileList()
welcome-file
elements
getWelcomeFileList
in interface WelcomeFileListType<T>
welcome-file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |