xdoclet.modules.web

Class WebXmlSubTask.WelcomeFile

public static class WebXmlSubTask.WelcomeFile extends Object implements Serializable

The welcomefile element contains file name to use as a default welcome file, such as index.html.

Author: Aslak Hellesxy

UNKNOWN: Sep 18, 2001

Method Summary
StringgetFile()
Gets the File attribute of the WelcomeFile object
voidsetFile(String file)
The welcomefile element contains file name to use as a default welcome file, such as index.html.

Method Detail

getFile

public String getFile()
Gets the File attribute of the WelcomeFile object

Returns: The File value

setFile

public void setFile(String file)
The welcomefile element contains file name to use as a default welcome file, such as index.html.

Parameters: file The new File value