org.codehaus.waffle.validation
Class DefaultValidator

java.lang.Object
  extended by org.codehaus.waffle.validation.DefaultValidator
All Implemented Interfaces:
Validator

public class DefaultValidator
extends java.lang.Object
implements Validator


Field Summary
protected static java.lang.String VALIDATOR_SUFFIX
           
 
Constructor Summary
DefaultValidator()
           
 
Method Summary
 void validate(ControllerDefinition controllerDefinition, ErrorsContext errorsContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATOR_SUFFIX

protected static final java.lang.String VALIDATOR_SUFFIX
See Also:
Constant Field Values
Constructor Detail

DefaultValidator

public DefaultValidator()
Method Detail

validate

public void validate(ControllerDefinition controllerDefinition,
                     ErrorsContext errorsContext)
Specified by:
validate in interface Validator


Copyright © 2007 null. All Rights Reserved.