org.jasig.cas.util
Class SpringAwareMessageMessageInterpolator
java.lang.Object
org.jasig.cas.util.SpringAwareMessageMessageInterpolator
- All Implemented Interfaces:
- javax.validation.MessageInterpolator, org.springframework.beans.factory.Aware, org.springframework.context.MessageSourceAware
public final class SpringAwareMessageMessageInterpolator
- extends Object
- implements javax.validation.MessageInterpolator, org.springframework.context.MessageSourceAware
Configures the Validator to check the Spring Messages.
- Since:
- 3.4
- Version:
- $Revision$ $Date$
- Author:
- Scott Battaglia
| Nested classes/interfaces inherited from interface javax.validation.MessageInterpolator |
javax.validation.MessageInterpolator.Context |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringAwareMessageMessageInterpolator
public SpringAwareMessageMessageInterpolator()
setMessageSource
public void setMessageSource(org.springframework.context.MessageSource messageSource)
- Specified by:
setMessageSource in interface org.springframework.context.MessageSourceAware
interpolate
public String interpolate(String s,
javax.validation.MessageInterpolator.Context context)
- Specified by:
interpolate in interface javax.validation.MessageInterpolator
interpolate
public String interpolate(String s,
javax.validation.MessageInterpolator.Context context,
Locale locale)
- Specified by:
interpolate in interface javax.validation.MessageInterpolator
Copyright © 2004-2013 Jasig. All Rights Reserved.