public class GoldenFileTag extends HttpValidatorTagSupport
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
_fileName |
protected boolean |
_ignoreWhitespace |
protected static org.apache.log4j.Category |
_log |
_label, _listener, _response
Constructor and Description |
---|
GoldenFileTag() |
Modifier and Type | Method and Description |
---|---|
Validator |
getValidator()
return the golden file validator
|
void |
setFileName(java.lang.String fileName)
set the file name for the golden file
|
void |
setIgnoreWhitespace(boolean ignoreWhitespace)
whether or not to ignore whitespace
|
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 _fileName
protected boolean _ignoreWhitespace
protected static final org.apache.log4j.Category _log
public Validator getValidator()
getValidator
in class HttpValidatorTagSupport
public void setIgnoreWhitespace(boolean ignoreWhitespace)
ignoreWhitespace
- whether or not to ignore whitespacepublic void setFileName(java.lang.String fileName)
fileName
- golden file nameCopyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.