类 PersistenceSessionRepository.PersisterDestructionCallback
java.lang.Object
cn.taketoday.session.PersistenceSessionRepository.PersisterDestructionCallback
- 所有已实现的接口:
WebSessionListener,EventListener
static class PersistenceSessionRepository.PersisterDestructionCallback
extends Object
implements WebSessionListener
-
字段详细资料
-
sessionPersister
-
-
构造器详细资料
-
PersisterDestructionCallback
-
-
方法详细资料
-
sessionDestroyed
从接口复制的说明:WebSessionListenerReceives notification that a session is about to be invalidated.The default implementation takes no action.
- 指定者:
sessionDestroyed在接口中WebSessionListener- 参数:
se- the WebSessionEvent containing the session
-