|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.modules.web.WebXmlSubTask.ContextParam
The declaration of a web application's servlet context initialization parameter.
Constructor Summary | |
WebXmlSubTask.ContextParam()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebXmlSubTask.ContextParam()
Method Detail |
public String getName()
public String getValue()
public String getDescription()
public void setName(String name)
name
- The new Name valuepublic void setValue(String value)
value
- The new Value valuepublic void setDescription(String desc)
desc
- The new Description value
|
http://xdoclet.sourceforge.net/ | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |