Package org.exoplatform.portal.resource
Interface SkinConfig
- All Superinterfaces:
Skin
Extends a skin with additional information.
Created by The eXo Platform SAS Jan 19, 2007
-
Method Details
-
getName
String getName()Returns the skin name- Returns:
- the skin name
-
getModule
String getModule()Returns the skin module.- Returns:
- the module
-
getCSSPath
String getCSSPath()Returns the css path.- Returns:
- the css path
-
getAdditionalModules
- Returns:
- the dependent PortalSkins to load with the current Skin
-
isFiltered
default boolean isFiltered()- Returns:
- true is the current PortalSkin is filtered
-
setType
Sets Skin type- Parameters:
type-
-