Interface PageStyleService
-
public interface PageStyleServiceComputes the style for the given page path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCSSStyle(ResourceResolver resourceResolver, java.lang.String pagePath, java.lang.String contextPath)Computes the css style for the given page path.
-
-
-
Method Detail
-
getCSSStyle
java.lang.String getCSSStyle(ResourceResolver resourceResolver, java.lang.String pagePath, java.lang.String contextPath)
Computes the css style for the given page path.- Returns:
- {
String} the css style string. - Since:
- 6.6
-
-