DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.action.form
Class UcasProxyForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by 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:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
UcasProxyForm()
          Constructor
 
Method Summary
 void clear()
          Description of the Method
 String getJson()
           
protected  void prtln(String s)
          Output a line of text to standard out, with datestamp, if debug is set to true.
 void setJson(String json)
           
 
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 Detail

UcasProxyForm

public UcasProxyForm()
Constructor

Method Detail

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.

DLESE Tools
v1.6.0