Class PreviewOccPersonalizationHandler
- java.lang.Object
-
- de.hybris.platform.personalizationservices.occ.handlers.impl.DefaultOccPersonalizationHandler
-
- de.hybris.platform.personalizationcms.occ.handlers.impl.PreviewOccPersonalizationHandler
-
- All Implemented Interfaces:
PersonalizationHandler
public class PreviewOccPersonalizationHandler extends DefaultOccPersonalizationHandler
Personalization handler for occ filter which enable personalization if preview ticket is available
-
-
Constructor Summary
Constructors Constructor Description PreviewOccPersonalizationHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisPersonalizationEnabled()protected booleanisPreviewEnabled()-
Methods inherited from class de.hybris.platform.personalizationservices.occ.handlers.impl.DefaultOccPersonalizationHandler
activatePersonalization, afterVoteExecution, beforeGetVote, beforeVoteExecution, createRecalculateActionList, executeVote, getCombinedInterceptorVote, getCombinedVote, getCxConfigurationService, getCxOccAttributesStrategy, getCxRecalculationService, getDefaultInterceptorVote, getDefaultVote, getInterceptors, getPersonalizationIdValidator, getSessionService, getTokenService, getVote, getVoters, handlePersonalization, handlePersonalizationId, ignoreRecalculation, isPersonalizationIdValid, setCxConfigurationService, setCxOccAttributesStrategy, setCxRecalculationService, setInterceptors, setPersonalizationIdValidator, setSessionService, setTokenService, setVoters, shouldPersonalizeRequest
-
-
-
-
Method Detail
-
isPersonalizationEnabled
protected boolean isPersonalizationEnabled()
- Overrides:
isPersonalizationEnabledin classDefaultOccPersonalizationHandler
-
isPreviewEnabled
protected boolean isPreviewEnabled()
-
-