public class Filter extends WebXmlElement
| Constructor and Description |
|---|
Filter(WebXmlTag tag)
Constructor.
|
Filter(WebXmlTag tag,
String filterName,
String filterClass)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilterClass()
Get the filter class.
|
String |
getFilterName()
Get the filter name.
|
InitParam |
getInitParam(String name) |
List |
getInitParams() |
void |
setFilterClass(String filterClass)
Set the filter class.
|
void |
setFilterName(String filterName) |
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 Filter(WebXmlTag tag)
tag - XML tag definitionpublic String getFilterClass()
public void setFilterClass(String filterClass)
filterClass - The classname to usepublic String getFilterName()
public void setFilterName(String filterName)
filterName - Name of the filter to usepublic List getInitParams()
Copyright © 2004-2013 Codehaus. All Rights Reserved.