com.waveset.util
Class WebHelpCatalog

java.lang.Object
  extended bycom.waveset.util.WebHelpCatalog

public class WebHelpCatalog
extends java.lang.Object


Field Summary
static java.lang.String code_id
           
 
Constructor Summary
WebHelpCatalog(java.lang.String jspFilePath)
           
 
Method Summary
 java.lang.String getHelpText(java.lang.String key)
          Get the requested help text from the catalog.
 
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

WebHelpCatalog

public WebHelpCatalog(java.lang.String jspFilePath)
               throws WavesetException,
                      java.io.IOException
Method Detail

getHelpText

public java.lang.String getHelpText(java.lang.String key)
Get the requested help text from the catalog.

Returns:
content, or null if not found.