Interface ThemeClientLib
-
public interface ThemeClientLibSling model for Theme client library
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBaseCategory()java.lang.StringgetCategory()java.lang.StringgetCss()java.lang.StringgetPath()Returns the path of the clientlib of theme configured during authoring.
-
-
-
Method Detail
-
getCss
java.lang.String getCss()
-
getCategory
java.lang.String getCategory()
-
getBaseCategory
java.lang.String getBaseCategory()
-
getPath
java.lang.String getPath()
Returns the path of the clientlib of theme configured during authoring.- Returns:
- String representing path of clientlib of theme. If path not found return empty String.
-
-