Class KualiHelpAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.kns.web.struts.action.KualiAction
org.kuali.rice.kns.web.struts.action.KualiHelpAction

@Deprecated public class KualiHelpAction extends KualiAction
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class handles requests for help text.
  • Constructor Details

    • KualiHelpAction

      public KualiHelpAction()
      Deprecated.
  • Method Details

    • getAttributeHelpText

      public org.apache.struts.action.ActionForward getAttributeHelpText(org.apache.struts.action.ActionMapping mapping, KualiHelpForm helpForm, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from the data dictionary for the business object attribute.
      Returns:
      ActionForward
      Throws:
      Exception
    • getAttributeHelpText

      public org.apache.struts.action.ActionForward getAttributeHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from the data dictionary for the business object attribute.
      Returns:
      ActionForward
      Throws:
      Exception
    • getDocumentHelpText

      public org.apache.struts.action.ActionForward getDocumentHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from the data dictionary for the document type.
      Throws:
      Exception
    • getBusinessObjectHelpText

      public org.apache.struts.action.ActionForward getBusinessObjectHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from the data dictionary for the document type.
      Throws:
      Exception
    • getPageHelpText

      public org.apache.struts.action.ActionForward getPageHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from the data dictionary for the document type.
      Throws:
      Exception
    • getStoredHelpUrl

      public org.apache.struts.action.ActionForward getStoredHelpUrl(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help content to link to based on security group/parameter
      Throws:
      Exception
    • getResourceHelpText

      public org.apache.struts.action.ActionForward getResourceHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help information from resources by key.
      Throws:
      Exception
    • populateHelpFormForResourceText

      protected void populateHelpFormForResourceText(KualiHelpForm helpForm, String resourceKey)
      Deprecated.
      Utility method that populates a KualiHelpForm with the description from a given resource key
      Parameters:
      helpForm - the KualiHelpForm to populate with help text
      resourceKey - the resource key to use as help text
    • getLookupHelpText

      public org.apache.struts.action.ActionForward getLookupHelpText(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help for a lookup
      Throws:
      Exception
    • getDefaultLookupHelpResourceKey

      protected String getDefaultLookupHelpResourceKey()
      Deprecated.
      Returns:
      the key of the default lookup help resource text
    • getHelpUrlByNamespace

      public org.apache.struts.action.ActionForward getHelpUrlByNamespace(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
      Deprecated.
      Retrieves help content to link to based on parameterNamespace and parameterName
      Throws:
      Exception