Interface ValidationMessageResolver
-
- All Known Subinterfaces:
ProviderValidationMessageResolver,UserValidationMessagesResolver
- All Known Implementing Classes:
CustomValidationMessagesResolver,NullUserValidationMessageResolver
public interface ValidationMessageResolverUsers and Validation providers implement this to resolve ValidationMessages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringget(String key)Lookup the value of the given key.
-