xdoclet.modules.web
Class WebXmlSubTask.ContextParam

java.lang.Object
  extended by xdoclet.modules.web.WebXmlSubTask.ContextParam
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WebXmlSubTask

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 Helles?y
See Also:
Serialized Form
created
July 28, 2001

Constructor Summary
WebXmlSubTask.ContextParam()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the Description attribute of the ContextParam object
 java.lang.String getName()
          Gets the Name attribute of the ContextParam object
 java.lang.String getValue()
          Gets the Value attribute of the ContextParam object
 void setDescription(java.lang.String desc)
          An optional description of the parameter.
 void setName(java.lang.String name)
          The name of the parameter.
 void setValue(java.lang.String value)
          The value of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlSubTask.ContextParam

public WebXmlSubTask.ContextParam()
Method Detail

getName

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

Returns:
The Name value

getValue

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

Returns:
The Value value

getDescription

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

Returns:
The Description value

setName

public void setName(java.lang.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(java.lang.String value)
The value of the parameter.

Parameters:
value - The new Value value

setDescription

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

Parameters:
desc - The new Description value

http://xdoclet.sourceforge.net/