xdoclet.modules.web

Class WebXmlSubTask.ContextParam

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

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

The declaration of a web application's servlet context initialization parameter.
Author:
Aslak Hellesxy
See Also:
Serialized Form
created
July 28, 2001

Method Summary

String
getDescription()
Gets the Description attribute of the ContextParam object
String
getName()
Gets the Name attribute of the ContextParam object
String
getValue()
Gets the Value attribute of the ContextParam object
void
setDescription(String desc)
An optional description of the parameter.
void
setName(String name)
The name of the parameter.
void
setValue(String value)
The value of the parameter.

Method Details

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