//要自定义拦截器需要实现com.opensymphony.xwork2.interceptor.Interceptor接口:
public class PermissionInterceptor implements Interceptor {
public void destroy() {
}
public void init() {
}
public String intercept(ActionInvocation invocation)
Struts-自定义拦截器
最新推荐文章于 2024-10-15 09:53:24 发布
