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 BootstrapInitialPredicateVaadinService. 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 voidVaadinService. setBootstrapInitialPredicate(BootstrapInitialPredicate bootstrapInitialPredicate)Set the predicate that decides whether to include the initial Uidl fragment in the bootstrap page.
-