Package org.apache.wicket.validation
Interface IErrorMessageSource
-
public interface IErrorMessageSourceInterface representing a message source that stores messages by key and can perform variable substitution.- Since:
- 1.2.6
- Author:
- Igor Vaynberg (ivaynberg)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetMessage(java.lang.String key, java.util.Map<java.lang.String,java.lang.Object> vars)Retrieves a message with the givenkey.
-