public class LiveEditResourceBeforeViewHandler
extends AbstractConditionalResourceBeforeHandler
| Constructor and Description |
|---|
LiveEditResourceBeforeViewHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
beforeView(HttpServletRequest request,
HttpServletResponse response,
ModelMap model,
String viewName) |
CMSPageContextService |
getCmsPageContextService() |
protected String |
getCommonCssPathKey() |
protected String |
getJavaScriptPathsKey() |
LiveEditVariant |
getLiveEditVariant() |
String |
getPathPropertyPrefix() |
protected String |
getThemeCssPathKey() |
boolean |
isIncludeResource(HttpServletRequest request,
HttpServletResponse response,
ModelMap model,
String viewName) |
void |
setLiveEditVariant(LiveEditVariant liveEditVariant) |
void |
setLiveEditVariantCode(String liveEditModeCode) |
void |
setPathPropertyPrefix(String pathPropertyPrefix) |
public boolean isIncludeResource(HttpServletRequest request,
HttpServletResponse response,
ModelMap model,
String viewName)
public String beforeView(HttpServletRequest request, HttpServletResponse response, ModelMap model, String viewName) throws Exception
Exceptionpublic void setPathPropertyPrefix(String pathPropertyPrefix)
public CMSPageContextService getCmsPageContextService()
public String getPathPropertyPrefix()
protected String getCommonCssPathKey()
protected String getThemeCssPathKey()
protected String getJavaScriptPathsKey()
public LiveEditVariant getLiveEditVariant()
public void setLiveEditVariant(LiveEditVariant liveEditVariant)
public void setLiveEditVariantCode(String liveEditModeCode)
Copyright © 2017 SAP SE. All Rights Reserved.