Package org.exoplatform.portal.resource
Interface Skin
- All Known Subinterfaces:
SkinConfig
- All Known Implementing Classes:
SimpleSkin
public interface Skin
A skin.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptiondefault SkinURLCreates and return a skin URL.default SkinURLcreateURL(org.exoplatform.web.ControllerContext context) Deprecated, for removal: This API element is subject to removal in a future version.use #createURL() insteaddefault intReturns the priority numberdefault intgetId()Returns the skin id.default StringgetType()
-
Method Details
-
getId
String getId()Returns the skin id.- Returns:
- the skin id
-
createURL
@Deprecated(forRemoval=true, since="7.0") default SkinURL createURL(org.exoplatform.web.ControllerContext context) Deprecated, for removal: This API element is subject to removal in a future version.use #createURL() insteadCreates and return a skin URL.- Parameters:
context- the controller context- Returns:
- the skin URL
-
createURL
Creates and return a skin URL.- Returns:
- the skin URL
-
getCSSPriority
default int getCSSPriority()Returns the priority number- Returns:
- the priority number
-
getType
-
getFileContentHash
default int getFileContentHash()- Returns:
-