类的使用
cn.taketoday.session.SessionEventDispatcher
使用SessionEventDispatcher的程序包
-
cn.taketoday.session中SessionEventDispatcher的使用
修饰符和类型字段说明protected final SessionEventDispatcherAbstractWebSession.eventDispatcherprivate final SessionEventDispatcherInMemorySessionRepository.eventDispatcher修饰符和类型方法说明(专用程序包) static SessionEventDispatcherMapSession.getEventDispatcher(WebSession session) 参数类型为SessionEventDispatcher的cn.taketoday.session中的构造器限定符构造器说明protectedAbstractWebSession(SessionEventDispatcher eventDispatcher) InMemorySessionRepository(SessionEventDispatcher eventDispatcher, SessionIdGenerator idGenerator) MapSession(String id, SessionEventDispatcher eventDispatcher) -
cn.taketoday.session.config中SessionEventDispatcher的使用
修饰符和类型方法说明(专用程序包) static SessionEventDispatcherWebSessionConfiguration.sessionEventDispatcher(List<WebSessionListener> webSessionListeners, List<WebSessionAttributeListener> webSessionAttributeListeners) 修饰符和类型方法说明(专用程序包) static SessionRepositoryWebSessionConfiguration.sessionRepository(SessionProperties properties, SessionEventDispatcher eventDispatcher, SessionIdGenerator idGenerator, SessionPersister sessionPersister, cn.taketoday.core.ApplicationTemp applicationTemp) defaultSessionRepositorybean