xdoclet.modules.web

Class WebXmlSubTask.ContextParam

public static class WebXmlSubTask.ContextParam extends Object implements Serializable

The declaration of a web application's servlet context initialization parameter.

Author: Aslak Hellesxy

UNKNOWN: July 28, 2001

Method Summary
StringgetDescription()
Gets the Description attribute of the ContextParam object
StringgetName()
Gets the Name attribute of the ContextParam object
StringgetValue()
Gets the Value attribute of the ContextParam object
voidsetDescription(String desc)
An optional description of the parameter.
voidsetName(String name)
The name of the parameter.
voidsetValue(String value)
The value of the parameter.

Method Detail

getDescription

public String getDescription()
Gets the Description attribute of the ContextParam object

Returns: The Description value

getName

public String getName()
Gets the Name attribute of the ContextParam object

Returns: The Name value

getValue

public String getValue()
Gets the Value attribute of the ContextParam object

Returns: The Value value

setDescription

public void setDescription(String desc)
An optional description of the parameter.

Parameters: desc The new Description value

setName

public void setName(String name)
The name of the parameter. Each parameter name must be unique in the web application.

Parameters: name The new Name value

setValue

public void setValue(String value)
The value of the parameter.

Parameters: value The new Value value