码迷,mamicode.com
首页 > 其他好文 > 详细

strust2自定义拦截器

时间:2018-06-23 22:56:33      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:throws   intercept   bsp   void   rac   TE   cti   AC   str   

  自定义需要实现三个方法

 init();

destroy();

和string intercept(ActionInvocation invocation) throws Exception;

具体可用方法如下

public abstract class AbstractIntecepter implements interceptor{

public void init(){}

public void destory(){}

public abstract String intercept(ActionInvocation invocation) throws Exception;}

 

strust2自定义拦截器

标签:throws   intercept   bsp   void   rac   TE   cti   AC   str   

原文地址:https://www.cnblogs.com/woxiang8023ni/p/8622298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!