Class DefaultContextService
- java.lang.Object
-
- com.hybris.merchandising.context.impl.DefaultContextService
-
- All Implemented Interfaces:
ContextService
public class DefaultContextService extends java.lang.Object implements ContextService
Default implementation ofContextService
-
-
Constructor Summary
Constructors Constructor Description DefaultContextService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextRepositorygetContextRepository()Returns the configuredContextRepository.voidsetSessionService(SessionService sessionService)
-
-
-
Method Detail
-
getContextRepository
public ContextRepository getContextRepository()
Description copied from interface:ContextServiceReturns the configuredContextRepository.- Specified by:
getContextRepositoryin interfaceContextService- Returns:
- the configured
ContextRepository.
-
setSessionService
public void setSessionService(SessionService sessionService)
-
-