|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
org.apache.commons.latka.jelly.validators.RegexpTag
public class RegexpTag
A class to match some part of the response body to a regular expression
| Field Summary | |
|---|---|
protected static org.apache.log4j.Category |
_log
|
| Fields inherited from class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport |
|---|
_label, _listener, _response |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
RegexpTag()
|
|
| Method Summary | |
|---|---|
Validator |
getValidator()
|
void |
setCond(boolean condition)
|
void |
setIgnoreCase(boolean ignoreCase)
Setter for property ignoreCase. |
void |
setPattern(String pattern)
Setter for property pattern. |
| Methods inherited from class org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport |
|---|
doTag, getResponse, init, setLabel, validate |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.log4j.Category _log
| Constructor Detail |
|---|
public RegexpTag()
| Method Detail |
|---|
public Validator getValidator()
getValidator in class HttpValidatorTagSupportpublic void setIgnoreCase(boolean ignoreCase)
ignoreCase - New value of property ignoreCase.public void setPattern(String pattern)
pattern - New value of property pattern.public void setCond(boolean condition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||