Interface SkinConfig

All Superinterfaces:
Skin
All Known Implementing Classes:
SimpleSkin

public interface SkinConfig extends 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

      default List<String> getAdditionalModules()
      Returns:
      the dependent PortalSkins to load with the current Skin
    • isFiltered

      default boolean isFiltered()
      Returns:
      true is the current PortalSkin is filtered
    • setType

      default void setType(String type)
      Sets Skin type
      Parameters:
      type -
    • setCSSPath

      default void setCSSPath(String cssPath)
      Parameters:
      cssPath -
    • setPriority

      default void setPriority(int priority)
      Parameters:
      priority -