org.apache.tapestry.form.validator
Class ValidatorUtils

java.lang.Object
  extended by org.apache.tapestry.form.validator.ValidatorUtils

public class ValidatorUtils
extends java.lang.Object

Contains common code used by the different implementations of Validator.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
ValidatorUtils()
           
 
Method Summary
static java.lang.String escapeReservedCharacters(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidatorUtils

public ValidatorUtils()
Method Detail

escapeReservedCharacters

public static java.lang.String escapeReservedCharacters(java.lang.String message)