xdoclet.modules.web

Class WebXmlSubTask.WelcomeFile

Enclosing Class:
WebXmlSubTask
Implemented Interfaces:
java.io.Serializable

public static class WebXmlSubTask.WelcomeFile
extends java.lang.Object
implements java.io.Serializable

The welcomefile element contains file name to use as a default welcome file, such as index.html.
Author:
Aslak Hellesxy
See Also:
Serialized Form
created
Sep 18, 2001

Method Summary

String
getFile()
Gets the File attribute of the WelcomeFile object
void
setFile(String file)
The welcomefile element contains file name to use as a default welcome file, such as index.html.

Method Details

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