org.eclipse.jst.j2ee.webapplication
Interface WelcomeFile

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

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

Method Summary
 WelcomeFileList getFileList()
           
 java.lang.String getWelcomeFile()
           
 void setFileList(WelcomeFileList value)
           
 void setWelcomeFile(java.lang.String value)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getWelcomeFile

java.lang.String getWelcomeFile()
Returns:
The value of the WelcomeFile attribute

setWelcomeFile

void setWelcomeFile(java.lang.String value)
Parameters:
value - The new value of the WelcomeFile attribute

getFileList

WelcomeFileList getFileList()
Returns:
The FileList reference

setFileList

void setFileList(WelcomeFileList value)
Parameters:
value - The new value of the FileList reference