Class QuestionPromptAction

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.QuestionPromptAction

@Deprecated public class QuestionPromptAction extends KualiAction
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class handles Actions for QuestionPromp.
  • Constructor Details

    • QuestionPromptAction

      public QuestionPromptAction()
      Deprecated.
  • Method Details

    • checkAuthorization

      protected void checkAuthorization(org.apache.struts.action.ActionForm form, String methodToCall) throws org.kuali.rice.krad.exception.AuthorizationException
      Deprecated.
      Description copied from class: KualiAction
      Override this method to provide action-level access controls to the application.
      Overrides:
      checkAuthorization in class KualiAction
      Throws:
      org.kuali.rice.krad.exception.AuthorizationException
    • start

      public org.apache.struts.action.ActionForward start(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.
      This method is the entry point action for the question prompt component.
      Parameters:
      mapping -
      form -
      request -
      response -
      Returns:
      ActionForward
      Throws:
      Exception
    • processAnswer

      public org.apache.struts.action.ActionForward processAnswer(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.
      This method handles gathering all input and passing control back to the caller action.
      Parameters:
      mapping -
      form -
      request -
      response -
      Returns:
      ActionForward
      Throws:
      Exception