Interface MessageCreator
-
- All Known Implementing Classes:
MessageCreatorMessageSource
public interface MessageCreator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringcreate(Map<String,String> args, Locale locale)
-
-
-
Method Detail
-
create
String create(Map<String,String> args, Locale locale) throws IOException
- Throws:
IOException
-
-