Class LinkedStyle


public class LinkedStyle
extends AbstractUIElement
A pojo representing a linked stylesheet
  • Field Details

    • href

      private String href
      The href of the stylesheet
    • rel

      private final String rel
      The rel attribute of the link element (always stylesheet)
      See Also:
      Constant Field Values
    • integrity

      private String integrity
      The rel attribute of the link element
    • crossOrigin

      private String crossOrigin
      The crossorigin attribute of the link element
  • Constructor Details

  • Method Details

    • builder

      public static LinkedStyle.LinkedStyleBuilder builder()
    • setIntegrity

      public void setIntegrity​(String integrity)
    • setCrossOrigin

      public void setCrossOrigin​(String crossOrigin)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual​(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getHref

      public String getHref()
    • getRel

      public String getRel()
    • getIntegrity

      public String getIntegrity()
    • getCrossOrigin

      public String getCrossOrigin()