| com.ivata.mask.web.struts.SuccessAction
SuccessAction | final public class SuccessAction extends Action (Code) | |
Simple action to always return successfully.
since: ivata masks 0.4 (2004-04-30) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.3 $ |
execute | public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | |
Generic method called by the Struts interface. Always
returns success. .
Parameters: mapping - The ActionMapping used to select this instance Parameters: form - The ActionForm bean for this request (if any) Parameters: request - The non-HTTP request we are processing Parameters: response - The non-HTTP response we are creating this method returns a "success" ActionForward every time. throws: Exception - if the application business logic throws an exception |
|
|