org.hibernate.jsr303.tck.tests.xmlconfiguration
Class ConfigurationDefinedMessageInterpolator
java.lang.Object
org.hibernate.jsr303.tck.tests.xmlconfiguration.ConfigurationDefinedMessageInterpolator
- All Implemented Interfaces:
- javax.validation.MessageInterpolator
public class ConfigurationDefinedMessageInterpolator
- extends Object
- implements javax.validation.MessageInterpolator
- Author:
- Hardy Ferentschik
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 |
STATIC_INTERPOLATION_STRING
public static final String STATIC_INTERPOLATION_STRING
- See Also:
- Constant Field Values
ConfigurationDefinedMessageInterpolator
public ConfigurationDefinedMessageInterpolator()
interpolate
public String interpolate(String messageTemplate,
javax.validation.MessageInterpolator.Context context)
- Specified by:
interpolate
in interface javax.validation.MessageInterpolator
interpolate
public String interpolate(String messageTemplate,
javax.validation.MessageInterpolator.Context context,
Locale locale)
- Specified by:
interpolate
in interface javax.validation.MessageInterpolator
Copyright © 2008-2011. All Rights Reserved.