类 SessionHandlerInterceptor
java.lang.Object
cn.taketoday.session.SessionManagerOperations
cn.taketoday.session.SessionHandlerInterceptor
- 所有已实现的接口:
HandlerInterceptor
public abstract class SessionHandlerInterceptor
extends SessionManagerOperations
implements HandlerInterceptor
SessionManager supported HandlerInterceptor
- 从以下版本开始:
- 2020-04-20 20:58
- 作者:
- Harry Yang
-
字段概要
从接口继承的字段 cn.taketoday.web.HandlerInterceptor
EMPTY_ARRAY, NONE_RETURN_VALUE -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.session.SessionManagerOperations
getAttribute, getAttribute, getSession, getSession, getSessionManager, removeAttribute, setAttribute从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.taketoday.web.HandlerInterceptor
afterProcess, beforeProcess, intercept
-
构造器详细资料
-
SessionHandlerInterceptor
-