org.eclipse.jst.j2ee.webapplication
Interface WelcomeFile
- All Superinterfaces:
- J2EEEObject
- public interface WelcomeFile
- extends J2EEEObject
The welcome-file element contains file name to use as a default welcome file, such as index.html
- Since:
- 1.0
getWelcomeFile
public java.lang.String getWelcomeFile()
- Returns:
- The value of the WelcomeFile attribute
setWelcomeFile
public void setWelcomeFile(java.lang.String value)
- Parameters:
value
- The new value of the WelcomeFile attribute
getFileList
public WelcomeFileList getFileList()
- Returns:
- The FileList reference
setFileList
public void setFileList(WelcomeFileList value)
- Parameters:
value
- The new value of the FileList reference