摘要: 一、Action的类型 A、使用普通的类 必须有public的execute且返回值为String的方法。 ActionType.java B、实现Actin接口 实现com.opensymphony.xwork2.Action接口,并实现该接口中的execute()方法。 在实际开发中,actio 阅读全文
posted @ 2017-03-13 15:14 shyroke、 阅读(3954) 评论(0) 推荐(0)
作者:shyroke 博客地址:http://www.cnblogs.com/shyroke/ 转载注明来源~