Class ConfigViewerForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.ksb.messaging.web.ConfigViewerForm
All Implemented Interfaces:
Serializable

public class ConfigViewerForm extends org.apache.struts.action.ActionForm
See Also:
  • Field Summary

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

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.kuali.rice.core.api.util.KeyValue>
     
    void
    setProperties(List<org.kuali.rice.core.api.util.KeyValue> properties)
     

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

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

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

    • ConfigViewerForm

      public ConfigViewerForm()
  • Method Details

    • getProperties

      public List<org.kuali.rice.core.api.util.KeyValue> getProperties()
    • setProperties

      public void setProperties(List<org.kuali.rice.core.api.util.KeyValue> properties)