Class Anchor.AnchorBuilder
java.lang.Object
io.john.amiscaray.stir.domain.elements.Anchor.AnchorBuilder
- Enclosing class:
- Anchor
public static class Anchor.AnchorBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private ArrayList<String>
cssClasses
private ArrayList<String>
customAttributes$key
private ArrayList<String>
customAttributes$value
private String
download
private boolean
hidden
private String
href
private String
hrefLang
private String
id
private String
label
private String
media
private String
ping
private String
referrerPolicy
private String
rel
private String
style
private String
target
private String
type
-
Constructor Summary
Constructors Constructor Description AnchorBuilder()
-
Method Summary
-
Field Details
-
id
-
cssClasses
-
style
-
label
-
href
-
download
-
hrefLang
-
media
-
ping
-
referrerPolicy
-
rel
-
target
-
type
-
customAttributes$key
-
customAttributes$value
-
-
Constructor Details
-
AnchorBuilder
AnchorBuilder()
-
-
Method Details
-
id
-
cssClass
-
cssClasses
-
clearCssClasses
-
style
-
label
-
href
-
download
-
hrefLang
-
media
-
ping
-
referrerPolicy
-
rel
-
target
-
type
-
customAttribute
public Anchor.AnchorBuilder customAttribute(String customAttributeKey, String customAttributeValue) -
customAttributes
public Anchor.AnchorBuilder customAttributes(Map<? extends String,? extends String> customAttributes) -
clearCustomAttributes
-
build
-
toString
-