Interface PageStyleService
-
public interface PageStyleService
Computes the style for the given page path.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCSSStyle(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
-
-