Uses of Interface
com.vaadin.flow.server.BootstrapInitialPredicate
-
Packages that use BootstrapInitialPredicate Package Description com.vaadin.flow.server -
-
Uses of BootstrapInitialPredicate in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return BootstrapInitialPredicate Modifier and Type Method Description BootstrapInitialPredicate
VaadinService. getBootstrapInitialPredicate()
Get the predicate for including the initial Uidl fragment in the bootstrap page.Methods in com.vaadin.flow.server with parameters of type BootstrapInitialPredicate Modifier and Type Method Description void
VaadinService. setBootstrapInitialPredicate(BootstrapInitialPredicate bootstrapInitialPredicate)
Set the predicate that decides whether to include the initial Uidl fragment in the bootstrap page.
-