org.hibernate.jsr303.tck.tests.xmlconfiguration
Class ConfigurationDefinedMessageInterpolator

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface javax.validation.MessageInterpolator
javax.validation.MessageInterpolator.Context
 
Field Summary
static String STATIC_INTERPOLATION_STRING
           
 
Constructor Summary
ConfigurationDefinedMessageInterpolator()
           
 
Method Summary
 String interpolate(String messageTemplate, javax.validation.MessageInterpolator.Context context)
           
 String interpolate(String messageTemplate, javax.validation.MessageInterpolator.Context context, Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC_INTERPOLATION_STRING

public static final String STATIC_INTERPOLATION_STRING
See Also:
Constant Field Values
Constructor Detail

ConfigurationDefinedMessageInterpolator

public ConfigurationDefinedMessageInterpolator()
Method Detail

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.