Class UcasProxyForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.schemedit.action.form.UcasProxyForm
All Implemented Interfaces:
Serializable

public class UcasProxyForm extends org.apache.struts.action.ActionForm
ActionForm for stashing info from UcasProxyAction
Author:
ostwald
See Also:
  • Field Summary

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

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Description of the Method
     
    protected final void
    Output a line of text to standard out, with datestamp, if debug is set to true.
    void
     

    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

    • UcasProxyForm

      public UcasProxyForm()
      Constructor
  • Method Details

    • clear

      public void clear()
      Description of the Method
    • getJson

      public String getJson()
    • setJson

      public void setJson(String json)
    • prtln

      protected final void prtln(String s)
      Output a line of text to standard out, with datestamp, if debug is set to true.
      Parameters:
      s - The String that will be output.