Class LinkedStyle
java.lang.Object
io.john.amiscaray.stir.domain.elements.CacheableElement
io.john.amiscaray.stir.domain.elements.AbstractUIElement
io.john.amiscaray.stir.domain.elements.LinkedStyle
public class LinkedStyle extends AbstractUIElement
A pojo representing a linked stylesheet
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLinkedStyle.LinkedStyleBuilderNested classes/interfaces inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
CacheableElement.CacheStatus -
Field Summary
Fields Modifier and Type Field Description private StringcrossOriginThe crossorigin attribute of the link elementprivate StringhrefThe href of the stylesheetprivate StringintegrityThe rel attribute of the link elementprivate StringrelThe rel attribute of the link element (always stylesheet)Fields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, styleFields inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
cacheDisabled, cacheStatus, propertyChangeSupport -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static LinkedStyle.LinkedStyleBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCrossOrigin()StringgetHref()StringgetIntegrity()StringgetRel()inthashCode()voidsetCrossOrigin(String crossOrigin)voidsetIntegrity(String integrity)Methods inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyleMethods inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
addPropertyChangeListener, emptyCache, getCacheContents, getCacheStatus, isCacheDisabled, isHasChildren, setCacheContents, setCacheDisabled, setHasChildren
-
Field Details
-
href
The href of the stylesheet -
rel
The rel attribute of the link element (always stylesheet)- See Also:
- Constant Field Values
-
integrity
The rel attribute of the link element -
crossOrigin
The crossorigin attribute of the link element
-
-
Constructor Details
-
LinkedStyle
-
LinkedStyle
-
LinkedStyle
-
-
Method Details