net.sf.yavtags
Class YavValidator

java.lang.Object
  extended by net.sf.yavtags.YavValidator

public class YavValidator
extends java.lang.Object


Constructor Summary
YavValidator(javax.servlet.ServletContext servletContext, RequestDecorator request, java.util.List<YavRule> yavRules)
           
 
Method Summary
 java.util.List<YavError> validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

YavValidator

public YavValidator(javax.servlet.ServletContext servletContext,
                    RequestDecorator request,
                    java.util.List<YavRule> yavRules)
Method Detail

validate

public java.util.List<YavError> validate()
Returns:
empty list (not null) if there are no errors.