Uses of Interface
com.vaadin.flow.server.BootstrapHandler.PageBuilder
Packages that use BootstrapHandler.PageBuilder
-
Uses of BootstrapHandler.PageBuilder in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement BootstrapHandler.PageBuilderModifier and TypeClassDescriptionprotected static classBuilds bootstrap pages.Methods in com.vaadin.flow.server that return BootstrapHandler.PageBuilderModifier and TypeMethodDescriptionprotected BootstrapHandler.PageBuilderBootstrapHandler.getPageBuilder()Returns the current page builder object.Constructors in com.vaadin.flow.server with parameters of type BootstrapHandler.PageBuilderModifierConstructorDescriptionprotectedBootstrapHandler(BootstrapHandler.PageBuilder pageBuilder) Creates an instance of the handler using provided page builder. -
Uses of BootstrapHandler.PageBuilder in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type BootstrapHandler.PageBuilderModifierConstructorDescriptionprotectedWebComponentBootstrapHandler(BootstrapHandler.PageBuilder pageBuilder) Creates a new bootstrap handler, allowing to use custom page builder.