protected static 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 List<String> |
getChunkKeys(elemental.json.JsonObject chunks)
Return the list of chunk keys that should be considered by the
bootstrap handler.
|
public org.jsoup.nodes.Document getBootstrapPage(BootstrapHandler.BootstrapContext context)
getBootstrapPage in interface BootstrapHandler.PageBuildercontext - Context to generate bootstrap page for.Copyright © 2021. All rights reserved.