|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectActionForm
com.aurel.track.report.ReportForm
public final class ReportForm
Form bean for the report item page. This form has the following fields, with default values in square brackets:
| Constructor Summary | |
|---|---|
ReportForm()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Return the maintenance action. |
void |
reset(ActionMapping mapping,
HttpServletRequest request)
Reset all properties to their default values. |
void |
setAction(java.lang.String action)
Set the action. |
ActionErrors |
validate(ActionMapping mapping,
HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportForm()
| Method Detail |
|---|
public java.lang.String getAction()
public void setAction(java.lang.String action)
action - The new action.
public void reset(ActionMapping mapping,
HttpServletRequest request)
mapping - The mapping used to select this instancerequest - The servlet request we are processing
public ActionErrors validate(ActionMapping mapping,
HttpServletRequest request)
ActionErrors object that encapsulates any
validation errors that have been found. If no errors are found, return
null or an ActionErrors object with no
recorded error messages.
mapping - The mapping used to select this instancerequest - The servlet request we are processing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||