atg.rest
Class Messages

java.lang.Object
  extended by atg.rest.Messages

public class Messages
extends java.lang.Object


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String SPACE
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
          Retrieves the resource specified by the key argument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


SPACE

public static final java.lang.String SPACE
See Also:
Constant Field Values
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Retrieves the resource specified by the key argument

Parameters:
key - the resource key
Returns:
the resource specified by the key argument
Throws:
java.util.MissingResourceException - if the resource specified by the key argument cannot be found