Interface Skin

All Known Subinterfaces:
SkinConfig

public interface Skin
A skin.
Version:
$Revision$
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    createURL(org.exoplatform.web.ControllerContext context)
    Creates and return a skin URL.
    default int
    Returns the priority number
    Returns the skin id.
    default String
     
  • Method Details

    • getId

      String getId()
      Returns the skin id.
      Returns:
      the skin id
    • createURL

      SkinURL createURL(org.exoplatform.web.ControllerContext context) throws NullPointerException
      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

      default String getType()