FileDocCategorySizeDatePackage
TestSecureAction.javaAPI DocExample673Tue Aug 31 14:53:24 BST 2004com.oreilly.strutsckbk.ch11

TestSecureAction

public class TestSecureAction extends SecureAction

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

        // do real work here
        
        return mapping.findForward("success");