protected static final class BootstrapHandler.BootstrapPageBuilder extends Object implements BootstrapHandler.PageBuilder, Serializable
Modifier | Constructor and Description |
---|---|
protected |
BootstrapPageBuilder() |
Modifier and Type | Method and Description |
---|---|
org.jsoup.nodes.Document |
getBootstrapPage(BootstrapHandler.BootstrapContext context)
Returns the bootstrap page for the given context.
|
protected elemental.json.JsonObject |
getInitialUidl(UI ui)
Generates the initial UIDL message which is included in the initial
bootstrap page.
|
public org.jsoup.nodes.Document getBootstrapPage(BootstrapHandler.BootstrapContext context)
getBootstrapPage
in interface BootstrapHandler.PageBuilder
context
- Context to generate bootstrap page for.protected elemental.json.JsonObject getInitialUidl(UI ui)
ui
- the UI for which the UIDL should be generatedCopyright © 2023. All rights reserved.