FileDocCategorySizeDatePackage
DoNothingAction.javaAPI DocExample581Thu Dec 04 08:19:26 GMT 2003org.springframework.samples.jpetstore.web.struts

DoNothingAction

public class DoNothingAction extends BaseAction

Fields Summary
Constructors Summary
Methods Summary
public org.apache.struts.action.ActionForwardexecute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)

    return mapping.findForward("success");