edu.iastate.reload.ui
Class HelpResource

java.lang.Object
  extended by edu.iastate.reload.ui.HelpResource

public class HelpResource
extends java.lang.Object

store the help resource in this class

Author:
Jie Li

Constructor Summary
HelpResource()
           
 
Method Summary
 java.util.Map getHelpResource()
           
 java.lang.String getLink(java.lang.String className, java.lang.String actionName)
          get the help document for specific help
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpResource

public HelpResource()
Method Detail

getLink

public java.lang.String getLink(java.lang.String className,
                                java.lang.String actionName)
get the help document for specific help

Parameters:
className - the class name
actionName - the action name
Returns:
the link of the help document

getHelpResource

public java.util.Map getHelpResource()
Returns:
the helpResource