org.jasig.portlets.FeedbackPortlet.web
Class FeedbackValidator

java.lang.Object
  extended by org.jasig.portlets.FeedbackPortlet.web.FeedbackValidator
All Implemented Interfaces:
org.springframework.validation.Validator

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


Constructor Summary
FeedbackValidator()
           
 
Method Summary
 void setFeedbackMaxChars(int feedbackMaxChars)
           
 boolean supports(Class givenClass)
           
 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

FeedbackValidator

public FeedbackValidator()
Method Detail

setFeedbackMaxChars

public void setFeedbackMaxChars(int feedbackMaxChars)

supports

public boolean supports(Class givenClass)
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 © 2012 Jasig. All Rights Reserved.