public class InitParam extends WebXmlElement
web.xml
file.Constructor and Description |
---|
InitParam(WebXmlTag tag)
Constructor.
|
InitParam(WebXmlTag tag,
String name,
String value)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getParamName() |
String |
getParamValue() |
void |
setParamName(String paramName) |
void |
setParamValue(String paramValue) |
child
getTag, setTag
addContent, 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, toString
detach, equals, getDocument, getParent, getParentElement, hashCode, setParent
public InitParam(WebXmlTag tag)
tag
- Web XML Tag definitionpublic String getParamName()
public String getParamValue()
public void setParamName(String paramName)
paramName
- param namepublic void setParamValue(String paramValue)
paramValue
- param valueCopyright © 2004-2013 Codehaus. All Rights Reserved.