|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxdoclet.modules.web.WebXmlSubTask.ContextParam
public static class WebXmlSubTask.ContextParam
The declaration of a web application's servlet context initialization parameter.
| 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 |
|---|
public WebXmlSubTask.ContextParam()
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getDescription()
public void setName(java.lang.String name)
name - The new Name valuepublic void setValue(java.lang.String value)
value - The new Value valuepublic void setDescription(java.lang.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 | |||||||||