Class BaseInterceptor

java.lang.Object
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
net.mingsoft.basic.interceptor.BaseInterceptor
All Implemented Interfaces:
org.springframework.web.servlet.AsyncHandlerInterceptor, org.springframework.web.servlet.HandlerInterceptor

public abstract class BaseInterceptor extends org.springframework.web.servlet.handler.HandlerInterceptorAdapter
基础拦截器 子模块的拦截器继承该类
Version:
版本号:100-000-000
创建日期:2012年6月20日
历史修订:
Author:
铭飞开发团队
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.servlet.AsyncHandlerInterceptor

    afterConcurrentHandlingStarted

    Methods inherited from interface org.springframework.web.servlet.HandlerInterceptor

    afterCompletion, postHandle, preHandle
  • Constructor Details

    • BaseInterceptor

      public BaseInterceptor()