org.apache.struts.action
Class TcrForm
org.apache.struts.action.TcrForm
- Direct Known Subclasses:
- SchemaForm, SchemasForm, TableForm
- public class TcrForm
An instance of the subclass of this class is being passed to a
newly created instance of the Tcr
subclass.
Please see the UML class diagram
and the UML sequence diagram
for details on how the subclasses of Tcr
,
TcrForm
, and TcrAction
classes
interact with each other to implement the wait page functionality.
- Author:
- Alec Missine
Field Summary |
private int |
etcMs
|
private java.lang.String |
progress
|
javax.servlet.http.HttpSession |
session
|
Method Summary |
int |
getEtcMs()
|
java.lang.String |
getProgress()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setEtcMs(int etcMs)
|
void |
setProgress(java.lang.String progress)
|
etcMs
private int etcMs
progress
private java.lang.String progress
session
public javax.servlet.http.HttpSession session
TcrForm
public TcrForm()
getEtcMs
public int getEtcMs()
setEtcMs
public void setEtcMs(int etcMs)
getProgress
public java.lang.String getProgress()
setProgress
public void setProgress(java.lang.String progress)
reset
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Copyright © 2000-2002 - Apache Software Foundation