public class UcasProxyForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
UcasProxyForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Description of the Method
|
java.lang.String |
getJson() |
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
void |
setJson(java.lang.String json) |
public void clear()
public java.lang.String getJson()
public void setJson(java.lang.String json)
protected final void prtln(java.lang.String s)
s
- The String that will be output.