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 -
Method Summary
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
UcasProxyForm
public UcasProxyForm()Constructor
-
-
Method Details
-
clear
public void clear()Description of the Method -
getJson
-
setJson
-
prtln
Output a line of text to standard out, with datestamp, if debug is set to true.- Parameters:
s- The String that will be output.
-