struts2拦截器

时间:2015-11-02 05:07:59
【文件属性】:

文件名称:struts2拦截器

文件大小:3KB

文件格式:XML

更新时间:2015-11-02 05:07:59

struts2 拦截器配置

/WEB-INF/page/message.jsp /index.jsp /* 需要继承Interceptor接口以及实现接口里边的方法 */ public class MyInterceptor implements Interceptor{ public void destroy() { } public void init() { } public String intercept(ActionInvocation invocation) throws Exception { } }


网友评论

相关文章