public class RegexpTag extends HttpValidatorTagSupport
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Category |
_log |
_label, _listener, _response| Constructor and Description |
|---|
RegexpTag() |
| Modifier and Type | Method and Description |
|---|---|
Validator |
getValidator() |
void |
setCond(boolean condition) |
void |
setIgnoreCase(boolean ignoreCase)
Setter for property ignoreCase.
|
void |
setPattern(java.lang.String pattern)
Setter for property pattern.
|
doTag, getResponse, init, setLabel, validatefindAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBodypublic Validator getValidator()
getValidator in class HttpValidatorTagSupportpublic void setIgnoreCase(boolean ignoreCase)
ignoreCase - New value of property ignoreCase.public void setPattern(java.lang.String pattern)
pattern - New value of property pattern.public void setCond(boolean condition)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.