org.ikasan.framework.web.command
Class WiretapSearchCriteriaValidator

java.lang.Object
  extended by org.ikasan.framework.web.command.WiretapSearchCriteriaValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class WiretapSearchCriteriaValidator
extends Object
implements org.springframework.validation.Validator

The search criteria validator for wire tap searches

Author:
Ikasan Development Team

Constructor Summary
WiretapSearchCriteriaValidator()
          Constructor
 
Method Summary
 boolean supports(Class clazz)
           
 void validate(Object object, org.springframework.validation.Errors errors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiretapSearchCriteriaValidator

public WiretapSearchCriteriaValidator()
Constructor

Method Detail

supports

public boolean supports(Class clazz)
Specified by:
supports in interface org.springframework.validation.Validator

validate

public void validate(Object object,
                     org.springframework.validation.Errors errors)
Specified by:
validate in interface org.springframework.validation.Validator


Copyright © 2007-2011 Ikasan. All Rights Reserved.