Class DefaultContextService
java.lang.Object
com.hybris.merchandising.context.impl.DefaultContextService
- All Implemented Interfaces:
ContextService
Default implementation of
ContextService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the configuredContextRepository.voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
DefaultContextService
public DefaultContextService()
-
-
Method Details
-
getContextRepository
Description copied from interface:ContextServiceReturns the configuredContextRepository.- Specified by:
getContextRepositoryin interfaceContextService- Returns:
- the configured
ContextRepository.
-
setSessionService
-