au.com.whitesquare.waf.action
Class Action
java.lang.Object
au.com.whitesquare.waf.command.ParameterRetriever
au.com.whitesquare.waf.action.Action
- public abstract class Action
- extends ParameterRetriever
Last Modified $Date: 2004/11/13 05:01:02 $
- Version:
- $Revision: 1.4 $
- Author:
- Steve Mactaggart
|
Method Summary |
abstract void |
perform()
A handling method created to wrap the call to actualPerform.
|
| Methods inherited from class au.com.whitesquare.waf.command.ParameterRetriever |
addPostParseParameter, addRequestParameter, addRequestParameter, getBoolean, getFloat, getInteger, getLong, getObject, getPostParseParams, getRequestParameterCode, getRequestParameterCount, getRequestParameters, getRequestParameterValue, getSession, getString, isAddedToCommand, setupPostParseFields, setValidatedCommand, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action()
perform
public abstract void perform()
throws ActionPerformException
- A handling method created to wrap the call to actualPerform.
This method checks the return result of actualPerform for errors and
if one is found an ActionPerformException is raised.
- Throws:
ActionPerformException - Raised when any error is noticed in the
actualPerform function, the user should
check the value of ErrorCode to get
more information.
Copyright © 2004 Whitesquare Software. All Rights Reserved.