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>elementsprivate ArrayList<Script>footerScriptsprivate Stringformatprivate ArrayList<String>formatArgs$keyprivate ArrayList<Object>formatArgs$valueprivate ArrayList<Script>headerScriptsprivate booleanisFormatForBodyprivate Stringlanguageprivate ArrayList<LinkedStyle>linkedStylesprivate ArrayList<Meta>metaTagsprivate Stylestyleprivate Stringtitleprivate HTMLDocument.ColorThemewaterCSSThemeprivate booleanwithBootStrapprivate booleanwithBootStrapPopperprivate booleanwithWaterCSS -
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
-