net.lessy.util.resource
Interface MessageResolver
- All Known Implementing Classes:
- ResourceManager
public interface MessageResolver
Interface to get a string by it's message key. Used by the ResourceManager
- Author:
- Hans Lesmeister
getString
String getString(String key,
Object[] insets)
- Gets a String by it's key
- Parameters:
key - Key of the resource stringinsets - optional insets
- Returns:
- String from the resource. If the string can not be determined, then the key as such is returned
Copyright © 2012. All Rights Reserved.