File
Doc
Category
Size
Date
Package
EditGangsterAction.java
API Doc
Apache Struts 2.0.9 Apps
1822
Mon Jul 23 13:43:26 BST 2007
org.apache.struts2.showcase.integration
EditGangsterAction
java.lang.Object
org.apache.struts.action.Action
public class EditGangsterAction extends org.apache.struts.action.Action
Fields Summary
Constructors Summary
Methods Summary
public
org.apache.struts.action.ActionForward
execute
(
org.apache.struts.action.ActionMapping
mapping,
org.apache.struts.action.ActionForm
form,
javax.servlet.http.HttpServletRequest
request,
javax.servlet.http.HttpServletResponse
response)
// Some code to load the gangster from the db as necessary return mapping.findForward("success");
Java Code Source