Package net.mingsoft.basic.interceptor
Class BaseInterceptor
java.lang.Object
net.mingsoft.basic.interceptor.BaseInterceptor
- All Implemented Interfaces:
org.springframework.web.servlet.HandlerInterceptor
public abstract class BaseInterceptor
extends Object
implements org.springframework.web.servlet.HandlerInterceptor
基础拦截器
子模块的拦截器继承该类
- Version:
- 版本号:100-000-000
创建日期:2012年6月20日
历史修订: - Author:
- 铭飞开发团队
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.servlet.HandlerInterceptor
afterCompletion, postHandle, preHandle
-
Constructor Details
-
BaseInterceptor
public BaseInterceptor()
-