| com.ivata.mask.web.demo.struts.LoadDataAction
LoadDataAction | public class LoadDataAction extends Action (Code) | |
If you have no data in your Http Session, you are redirected here to create
some.
since: ivata masks 0.1 (2004-04-30) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.10 $ |
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 optional 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 exception: Exception - if the application business logic throws an exception this method returns a "success" ActionForward every time. |
|
|