Package io.john.amiscaray.stir.domain
Class HTMLDocument.HTMLDocumentBuilder
java.lang.Object
io.john.amiscaray.stir.domain.HTMLDocument.HTMLDocumentBuilder
- Enclosing class:
- HTMLDocument
public static class HTMLDocument.HTMLDocumentBuilder extends Object
-
Field Summary
Fields Modifier and Type Field Description private ArrayList<AbstractUIElement>
elements
private ArrayList<Script>
footerScripts
private String
format
private ArrayList<String>
formatArgs$key
private ArrayList<Object>
formatArgs$value
private ArrayList<Script>
headerScripts
private boolean
isFormatForBody
private String
language
private ArrayList<LinkedStyle>
linkedStyles
private ArrayList<Meta>
metaTags
private Style
style
private String
title
private HTMLDocument.ColorTheme
waterCSSTheme
private boolean
withBootStrap
private boolean
withBootStrapPopper
private boolean
withWaterCSS
-
Constructor Summary
Constructors Constructor Description HTMLDocumentBuilder()
-
Method Summary
-
Field Details
-
elements
-
linkedStyles
-
style
-
headerScripts
-
metaTags
-
withBootStrap
private boolean withBootStrap -
withBootStrapPopper
private boolean withBootStrapPopper -
withWaterCSS
private boolean withWaterCSS -
waterCSSTheme
-
title
-
language
-
format
-
formatArgs$key
-
formatArgs$value
-
isFormatForBody
private boolean isFormatForBody
-
-
Constructor Details
-
HTMLDocumentBuilder
HTMLDocumentBuilder()
-
-
Method Details
-
element
-
elements
-
clearElements
-
linkedStyle
-
linkedStyles
public HTMLDocument.HTMLDocumentBuilder linkedStyles(Collection<? extends LinkedStyle> linkedStyles) -
clearLinkedStyles
-
style
-
headerScript
-
headerScripts
-
clearHeaderScripts
-
metaTag
-
metaTags
-
clearMetaTags
-
withBootStrap
-
withBootStrapPopper
-
withWaterCSS
-
waterCSSTheme
-
title
-
language
-
format
-
formatArg
-
formatArgs
-
clearFormatArgs
-
isFormatForBody
-
build
-
toString
-