Uses of Class
com.vaadin.server.BootstrapFragmentResponse
-
Packages that use BootstrapFragmentResponse Package Description com.vaadin.server -
-
Uses of BootstrapFragmentResponse in com.vaadin.server
Methods in com.vaadin.server that return BootstrapFragmentResponse Modifier and Type Method Description BootstrapFragmentResponse
BootstrapHandler.BootstrapContext. getBootstrapResponse()
Gets the bootstrap response object.Methods in com.vaadin.server with parameters of type BootstrapFragmentResponse Modifier and Type Method Description void
BootstrapListener. modifyBootstrapFragment(BootstrapFragmentResponse response)
Lets this listener make changes to the fragment that makes up the actual Vaadin application.Constructors in com.vaadin.server with parameters of type BootstrapFragmentResponse Constructor Description BootstrapContext(VaadinResponse response, BootstrapFragmentResponse bootstrapResponse)
Creates a new context instance using the given Vaadin/HTTP response and bootstrap response.
-