开心每一天

随笔分类 -  struts

struts1 and struts2 framework
摘要:ServletAction继承于HttpServlet,是struts1.x中和核心控制器。配置于web.xml文件中,指定config属性,该config属性用于指定formBean和actionMapping节点,即绑定指定的javaBean到Action中,以及定义Action处理完业务逻辑之... 阅读全文
posted @ 2014-12-19 10:30 雄鹰在天 阅读(277) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-12-19 09:35 雄鹰在天 阅读(188) 评论(0) 推荐(0)
摘要:public ActionForward index(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Excepti... 阅读全文
posted @ 2014-12-19 08:46 雄鹰在天 阅读(103) 评论(0) 推荐(0)