Package org.exoplatform.portal.resource
Interface Skin
- All Known Subinterfaces:
SkinConfig
public interface Skin
A skin.
- Version:
- $Revision$
- Author:
- Julien Viet
-
Method Summary
-
Method Details
-
getId
String getId()Returns the skin id.- Returns:
- the skin id
-
createURL
Creates and return a skin URL.- Parameters:
context- the controller context- Returns:
- the skin URL
- Throws:
NullPointerException- if the controller context argument is null
-
getCSSPriority
default int getCSSPriority()Returns the priority number- Returns:
- the priority number
-
getType
-