Uses of Class
org.apache.commons.latka.jelly.validators.HttpValidatorTagSupport

Packages that use HttpValidatorTagSupport
org.apache.commons.latka.jelly.validators   
 

Uses of HttpValidatorTagSupport in org.apache.commons.latka.jelly.validators
 

Subclasses of HttpValidatorTagSupport in org.apache.commons.latka.jelly.validators
 class ByteLengthTag
          A class to check the size of an HTTP response
 class CookieTag
          A class to check for the existence and value of cookies
 class GoldenFileTag
          A class to compare an HTTP response to a golden file
 class MaxRequestTimeTag
          Class to validate the request time
 class RegexpTag
          A class to match some part of the response body to a regular expression
 class ResponseHeaderTag
          Validator tag class
 class StatusCodeTag
          Validator tag class
 class StatusTextTag
          Validator tag class
 class XPathTag
          Validator tag class
 



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