xdoclet.modules.web
Class WebXmlSubTask.ContextParam
java.lang.Object
xdoclet.modules.web.WebXmlSubTask.ContextParam
- WebXmlSubTask
- 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.
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.
|
getDescription
public String getDescription()
Gets the Description attribute of the ContextParam object
getName
public String getName()
Gets the Name attribute of the ContextParam object
getValue
public String getValue()
Gets the Value attribute of the ContextParam object
setDescription
public void setDescription(String desc)
An optional description of the parameter.
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.
name
- The new Name value
setValue
public void setValue(String value)
The value of the parameter.
value
- The new Value value