com.waveset.msgcat
Class HelpCatalog

java.lang.Object
  extended bycom.waveset.msgcat.HelpCatalog

public class HelpCatalog
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
HelpCatalog()
           
 
Method Summary
static java.lang.String getHelp(java.lang.String key, java.util.Locale locale, java.lang.String ext)
          Primary interface method.
static java.lang.String getHelp(java.lang.String key, java.lang.String language, java.lang.String country, java.lang.String ext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code_id

public static final java.lang.String code_id
See Also:
Constant Field Values
Constructor Detail

HelpCatalog

public HelpCatalog()
Method Detail

getHelp

public static java.lang.String getHelp(java.lang.String key,
                                       java.util.Locale locale,
                                       java.lang.String ext)
Primary interface method. Take an abstract help file key, locale, ext and convert them to a resource path, and return the contents of the resource.

Could introduce a cache since the resource files will never change.


getHelp

public static java.lang.String getHelp(java.lang.String key,
                                       java.lang.String language,
                                       java.lang.String country,
                                       java.lang.String ext)