Class ConfigViewerAction

java.lang.Object
org.apache.struts.action.Action
org.apache.struts.actions.BaseAction
org.apache.struts.actions.DispatchAction
org.kuali.rice.ksb.messaging.web.KSBAction
org.kuali.rice.ksb.messaging.web.ConfigViewerAction

public class ConfigViewerAction extends KSBAction
  • Field Summary

    Fields inherited from class org.apache.struts.actions.DispatchAction

    clazz, log, methods, types

    Fields inherited from class org.apache.struts.actions.BaseAction

    messages

    Fields inherited from class org.apache.struts.action.Action

    servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.struts.action.ActionMessages
    establishRequiredState(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionForm actionForm)
     
    protected List<org.kuali.rice.core.api.util.KeyValue>
     
    org.kuali.rice.core.api.security.PropertySuppressionService
     
    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)
     

    Methods inherited from class org.apache.struts.actions.DispatchAction

    cancelled, dispatchMethod, getMethod, getMethodName, getParameter, unspecified

    Methods inherited from class org.apache.struts.action.Action

    addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigViewerAction

      public ConfigViewerAction()
  • Method Details

    • establishRequiredState

      public org.apache.struts.action.ActionMessages establishRequiredState(javax.servlet.http.HttpServletRequest request, org.apache.struts.action.ActionForm actionForm) throws Exception
      Specified by:
      establishRequiredState in class KSBAction
      Throws:
      Exception
    • getFilteredConfigList

      protected List<org.kuali.rice.core.api.util.KeyValue> getFilteredConfigList()
    • 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
      Specified by:
      start in class KSBAction
      Throws:
      Exception
    • getPropertySuppressionService

      public org.kuali.rice.core.api.security.PropertySuppressionService getPropertySuppressionService()