webxmlsubtask.contextparam

The declaration of a web application's servlet context initialization parameter.

Implementing Class

xdoclet.modules.web.WebXmlSubTask.ContextParam

Attributes

AttributeDescriptionRequired
nameThe name of the parameter. Each parameter name must be unique in the web application. No.
valueThe value of the parameter. No.
descriptionAn optional description of the parameter. No.