com.sapportals.admin.wizardframework.components.localization
Class LanguageResourceKey

java.lang.Object
  |
  +--com.sapportals.admin.wizardframework.components.localization.LanguageResourceKey

public class LanguageResourceKey
extends java.lang.Object

Wrapper class for the key to a resource bundle.


Constructor Summary
LanguageResourceKey(java.lang.String iKey, java.lang.String iResourceBundlePrefix)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getLocalizedResource(IWizardContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageResourceKey

public LanguageResourceKey(java.lang.String iKey,
                           java.lang.String iResourceBundlePrefix)
Method Detail

getKey

public java.lang.String getKey()

getLocalizedResource

public java.lang.String getLocalizedResource(IWizardContext context)