Interface Skin

All Known Subinterfaces:
SkinConfig
All Known Implementing Classes:
SimpleSkin

public interface Skin
A skin.
  • Method Summary

    Modifier and Type
    Method
    Description
    default SkinURL
    Creates and return a skin URL.
    default SkinURL
    createURL(org.exoplatform.web.ControllerContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
    use #createURL() instead
    default int
    Returns the priority number
    default int
     
    Returns the skin id.
    default String
     
  • 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() instead
      Creates and return a skin URL.
      Parameters:
      context - the controller context
      Returns:
      the skin URL
    • createURL

      default SkinURL createURL()
      Creates and return a skin URL.
      Returns:
      the skin URL
    • getCSSPriority

      default int getCSSPriority()
      Returns the priority number
      Returns:
      the priority number
    • getType

      default String getType()
    • getFileContentHash

      default int getFileContentHash()
      Returns: