org.dlese.dpc.schemedit.action.form
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 ActionForm
ActionForm for stashing info from UcasProxyAction
- Author:
- ostwald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UcasProxyForm
public UcasProxyForm()
- Constructor
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.