Interface SkinURL


public interface SkinURL
The URL of a skin.
Version:
$Revision$
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setOrientation(org.exoplatform.services.resources.Orientation orientation)
    Sets the orientation on the skin URL.
    This method is used to compute the path of a CSS.
    default String
    toString(org.exoplatform.services.resources.Orientation orientation)
    This method is used to compute the path of a CSS.
  • Method Details

    • setOrientation

      void setOrientation(org.exoplatform.services.resources.Orientation orientation)
      Sets the orientation on the skin URL.
      Parameters:
      orientation - the orientation
    • toString

      String toString()
      This method is used to compute the path of a CSS.
      Overrides:
      toString in class Object
      Returns:
      the CSS path, containing the orientation parameter.
    • toString

      default String toString(org.exoplatform.services.resources.Orientation orientation)
      This method is used to compute the path of a CSS.
      Parameters:
      orientation - Orientation
      Returns:
      the CSS path, containing the orientation parameter.