public class ContextParam extends WebXmlElement
web.xml file.| Constructor and Description |
|---|
ContextParam(WebXmlTag tag)
Constructor.
|
ContextParam(WebXmlTag tag,
String name,
String value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getParamName() |
String |
getParamValue() |
void |
setParamName(String paramName)
Set the parameter name.
|
void |
setParamValue(String paramValue)
Set the parameter value.
|
childgetTag, setTagaddContent, addContent, addContent, addContent, addContent, addNamespaceDeclaration, clone, cloneContent, getAdditionalNamespaces, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getAttributeValue, getAttributeValue, getChild, getChild, getChildren, getChildren, getChildren, getChildText, getChildText, getChildTextNormalize, getChildTextNormalize, getChildTextTrim, getChildTextTrim, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getName, getNamespace, getNamespace, getNamespacePrefix, getNamespaceURI, getQualifiedName, getText, getTextNormalize, getTextTrim, getValue, indexOf, isAncestor, isRootElement, removeAttribute, removeAttribute, removeAttribute, removeChild, removeChild, removeChildren, removeChildren, removeContent, removeContent, removeContent, removeContent, removeNamespaceDeclaration, setAttribute, setAttribute, setAttribute, setAttributes, setAttributes, setContent, setContent, setContent, setContent, setName, setNamespace, setText, toStringdetach, equals, getDocument, getParent, getParentElement, hashCode, setParentpublic ContextParam(WebXmlTag tag)
tag - web xml tagpublic String getParamName()
public String getParamValue()
public void setParamName(String paramName)
paramName - Name of the parameterpublic void setParamValue(String paramValue)
paramValue - Value for the parameterCopyright © 2004-2013 Codehaus. All Rights Reserved.