atg.remote.promotion.template.translators
Class TranslatorUtils

java.lang.Object
  extended by atg.remote.promotion.template.translators.TranslatorUtils

public class TranslatorUtils
extends java.lang.Object

Provide common methods for all translators


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
TranslatorUtils()
           
 
Method Summary
static java.lang.String getResourceErrorMessage(java.lang.String pResourceKey)
          Retrieves a resource string.
 
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

Constructor Detail

TranslatorUtils

public TranslatorUtils()
Method Detail

getResourceErrorMessage

public static java.lang.String getResourceErrorMessage(java.lang.String pResourceKey)
Retrieves a resource string. If the bundle isn't set or the key isn't found then the key is returned instead.

Parameters:
pResourceKey - String resource key
Returns:
String resourced message