public class XPathTag extends HttpValidatorTagSupport
Modifier and Type | Field and Description |
---|---|
protected boolean |
_condition |
protected static org.apache.log4j.Category |
_log |
protected java.lang.String |
_select |
protected java.lang.String |
_value |
_label, _listener, _response
Constructor and Description |
---|
XPathTag() |
Modifier and Type | Method and Description |
---|---|
Validator |
getValidator()
return the validator
|
void |
setCond(boolean condition) |
void |
setSelect(java.lang.String select) |
void |
setValue(java.lang.String value) |
doTag, getResponse, init, setLabel, validate
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
protected java.lang.String _select
protected java.lang.String _value
protected boolean _condition
protected static final org.apache.log4j.Category _log
public Validator getValidator()
getValidator
in class HttpValidatorTagSupport
public void setSelect(java.lang.String select)
public void setValue(java.lang.String value)
public void setCond(boolean condition)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.