ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface WelcomeFileListType<T>

All Superinterfaces:
Child<T>

public interface WelcomeFileListType<T>
extends Child<T>

This interface defines the contract for the welcome-file-listType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 List<String> getAllWelcomeFile()
          Returns all welcome-file elements
 WelcomeFileListType<T> removeAllWelcomeFile()
          Removes the welcome-file element
 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

welcomeFile

WelcomeFileListType<T> welcomeFile(String... values)
Creates for all String objects representing welcome-file elements, a new welcome-file element

Parameters:
values - list of welcome-file objects
Returns:
the current instance of WelcomeFileListType

getAllWelcomeFile

List<String> getAllWelcomeFile()
Returns all welcome-file elements

Returns:
list of welcome-file

removeAllWelcomeFile

WelcomeFileListType<T> removeAllWelcomeFile()
Removes the welcome-file element

Returns:
the current instance of WelcomeFileListType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.