Uses of Interface
de.hybris.platform.servicelayer.web.session.persister.SessionPersister
Packages that use SessionPersister
Package
Description
-
Uses of SessionPersister in de.hybris.platform.servicelayer.web.session
Methods in de.hybris.platform.servicelayer.web.session that return SessionPersisterModifier and TypeMethodDescriptionprotected SessionPersisterDefaultHybrisSpringSessionRepositoryFactory.getConfiguredSessionPersister(String extension) Methods in de.hybris.platform.servicelayer.web.session with parameters of type SessionPersisterModifier and TypeMethodDescriptionvoidDefaultHybrisSpringSessionRepositoryFactory.setAsynchronousSessionPersister(SessionPersister asynchronousSessionPersister) voidDefaultHybrisSpringSessionRepositoryFactory.setSynchronousSessionPersister(SessionPersister synchronousSessionPersister) Constructors in de.hybris.platform.servicelayer.web.session with parameters of type SessionPersisterModifierConstructorDescriptionCachedPersistedSessionRepository(org.springframework.core.serializer.Deserializer deserializer, SessionPersister sessionPersister, String extension, String contextRoot) -
Uses of SessionPersister in de.hybris.platform.servicelayer.web.session.persister
Classes in de.hybris.platform.servicelayer.web.session.persister that implement SessionPersister