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 class
LinkedStyle.LinkedStyleBuilder
Nested classes/interfaces inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
CacheableElement.CacheStatus
-
Field Summary
Fields Modifier and Type Field Description private String
crossOrigin
The crossorigin attribute of the link elementprivate String
href
The href of the stylesheetprivate String
integrity
The rel attribute of the link elementprivate String
rel
The rel attribute of the link element (always stylesheet)Fields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, style
Fields inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
cacheDisabled, cacheStatus, propertyChangeSupport
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static LinkedStyle.LinkedStyleBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getCrossOrigin()
String
getHref()
String
getIntegrity()
String
getRel()
int
hashCode()
void
setCrossOrigin(String crossOrigin)
void
setIntegrity(String integrity)
Methods inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyle
Methods 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