org.apache.commons.latka.jelly.validators
Class GoldenFileTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport
          extended by org.apache.commons.latka.jelly.validators.GoldenFileTag
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class GoldenFileTag
extends HttpValidatorTagSupport

A class to compare an HTTP response to a golden file

Version:
$Id: GoldenFileTag.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange

Field Summary
protected  String _fileName
           
protected  boolean _ignoreWhitespace
           
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
GoldenFileTag()
           
 
Method Summary
 Validator getValidator()
          return the golden file validator
 void setFileName(String fileName)
          set the file name for the golden file
 void setIgnoreWhitespace(boolean ignoreWhitespace)
          whether or not to ignore whitespace
 
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

_fileName

protected String _fileName

_ignoreWhitespace

protected boolean _ignoreWhitespace

_log

protected static final org.apache.log4j.Category _log
Constructor Detail

GoldenFileTag

public GoldenFileTag()
Method Detail

getValidator

public Validator getValidator()
return the golden file validator

Specified by:
getValidator in class HttpValidatorTagSupport
Returns:
golden file validator

setIgnoreWhitespace

public void setIgnoreWhitespace(boolean ignoreWhitespace)
whether or not to ignore whitespace

Parameters:
ignoreWhitespace - whether or not to ignore whitespace

setFileName

public void setFileName(String fileName)
set the file name for the golden file

Parameters:
fileName - golden file name


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.