public class PersonalizationBeforeViewHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PERSONALIZATION_ACTIONS |
static java.lang.String |
PERSONALIZATION_SEGMENTS |
| Constructor and Description |
|---|
PersonalizationBeforeViewHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeView(HttpServletRequest request,
HttpServletResponse response,
ModelAndView modelAndView) |
protected CxViewActionResult |
encodeActionResult(CxAbstractActionResult action) |
protected SegmentData |
encodeSegmentData(SegmentData segment) |
void |
setCustomerSegmentationFacade(CustomerSegmentationFacade customerSegmentationFacade) |
void |
setCxService(CxService cxService) |
void |
setCxViewValueCoder(CxViewValueCoder cxViewValueCoder) |
void |
setUserService(UserService userService) |
public static final java.lang.String PERSONALIZATION_ACTIONS
public static final java.lang.String PERSONALIZATION_SEGMENTS
public void beforeView(HttpServletRequest request,
HttpServletResponse response,
ModelAndView modelAndView)
throws java.lang.Exception
java.lang.Exceptionprotected CxViewActionResult encodeActionResult(CxAbstractActionResult action)
protected SegmentData encodeSegmentData(SegmentData segment)
public void setCxService(CxService cxService)
public void setUserService(UserService userService)
public void setCustomerSegmentationFacade(CustomerSegmentationFacade customerSegmentationFacade)
public void setCxViewValueCoder(CxViewValueCoder cxViewValueCoder)
Copyright © 2018 SAP SE. All Rights Reserved.