package example;

import com.opensymphony.xwork2.interceptor.Interceptor;
import com.opensymphony.xwork2.ActionInvocation;

@SuppressWarnings("serial")
public class Test implements Interceptor  {

    public void destroy () {}

    public void init() {}

    public String intercept(ActionInvocation actionInvocation) throws Exception {
    	
        System.out.println( "����" );
        
        boolean pass = true;
        if ( !pass ) {
            return "input";            
        }else {
            return actionInvocation.invoke();
        }

    }
}
最近下载更多
Qolmen  LV12 2024年1月9日
1306878374  LV13 2022年4月11日
阳夏居士  LV1 2021年5月10日
AlanYang  LV5 2021年1月20日
a294056932  LV1 2020年10月24日
yang2001  LV5 2020年9月16日
zms525853  LV1 2020年7月9日
y6622576  LV9 2020年6月7日
cz206616  LV10 2020年5月29日
tttttt1  LV2 2020年4月15日
最近浏览更多
34282551 6月14日
暂无贡献等级
Qolmen  LV12 2024年1月9日
yiming223 2022年12月2日
暂无贡献等级
1938953205  LV1 2022年5月18日
1306878374  LV13 2022年4月11日
王勇是你爹爹  LV1 2021年11月5日
飞翔的面包片  LV13 2021年7月3日
好的好的  LV8 2021年6月22日
北冥有猫  LV2 2021年6月14日
chengyan1984  LV2 2021年5月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友