Interface ThemeClientLib
-
public interface ThemeClientLib
Sling model for Theme client library
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBaseCategory()
java.lang.String
getCategory()
java.lang.String
getCss()
java.lang.String
getPath()
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.
-
-