com.rocketsoftware.mvapi.i18n
Class Resources

java.lang.Object
  extended by com.rocketsoftware.mvapi.i18n.Resources

public class Resources
extends java.lang.Object


Constructor Summary
Resources()
           
 
Method Summary
static java.lang.String getText(java.lang.String key)
          Retrieves a text fragment by key.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resources

public Resources()
Method Detail

getText

public static java.lang.String getText(java.lang.String key)
Retrieves a text fragment by key.

Parameters:
key - The key for the desired piece of text.
Returns:
The corresponding text.
Since:
1.0