Package org.exoplatform.portal.resource
Class SimpleSkin
java.lang.Object
org.exoplatform.portal.resource.SimpleSkin
- All Implemented Interfaces:
Skin,SkinConfig
An implementation of the skin config. Created by The eXo Platform SAS Jan 19,
2007
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimpleSkin(String module, String name, String cssPath) SimpleSkin(String module, String name, String cssPath, int cssPriority) SimpleSkin(String module, String name, String cssPath, int cssPriority, boolean filtered) SimpleSkin(String module, String name, String cssPath, int cssPriority, boolean filtered, List<String> additionalModules) SimpleSkin(String module, String name, String cssPath, int cssPriority, List<String> additionalModules) -
Method Summary
Modifier and TypeMethodDescriptionCreates and return a skin URL.Returns the css path.intReturns the priority numberintvoidsetCSSPath(String cssPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.portal.resource.SkinConfig
getAdditionalModules, getModule, getName, isFiltered, setPriority, setType
-
Field Details
-
ORIENTATION_QUERY_PARAM
- See Also:
-
MINIFY_QUERY_PARAM
- See Also:
-
HASH_QUERY_PARAM
- See Also:
-
-
Constructor Details
-
SimpleSkin
-
SimpleSkin
-
SimpleSkin
-
SimpleSkin
-
SimpleSkin
-
-
Method Details
-
getCSSPath
Description copied from interface:SkinConfigReturns the css path.- Specified by:
getCSSPathin interfaceSkinConfig- Returns:
- the css path
-
setCSSPath
- Specified by:
setCSSPathin interfaceSkinConfig- Parameters:
cssPath-
-
getCSSPriority
public int getCSSPriority()Description copied from interface:SkinReturns the priority number- Specified by:
getCSSPriorityin interfaceSkin- Returns:
- the priority number
-
getFileContentHash
public int getFileContentHash()- Specified by:
getFileContentHashin interfaceSkin- Returns:
-
createURL
Description copied from interface:SkinCreates and return a skin URL.
-