Package org.exoplatform.portal.resource
Interface SkinConfig
- All Superinterfaces:
Skin
- All Known Implementing Classes:
SimpleSkin
Extends a skin with additional information. Created by The eXo Platform SAS
Jan 19, 2007
-
Method Summary
Modifier and TypeMethodDescriptionReturns the css path.Returns the skin module.getName()Returns the skin namedefault booleandefault voidsetCSSPath(String cssPath) default voidsetPriority(int priority) default voidSets Skin typeMethods inherited from interface org.exoplatform.portal.resource.Skin
createURL, createURL, getCSSPriority, getFileContentHash, getId, getType
-
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-
-
setCSSPath
- Parameters:
cssPath-
-
setPriority
default void setPriority(int priority) - Parameters:
priority-
-