Uses of Class
com.vaadin.flow.shared.VaadinUriResolver
-
Packages that use VaadinUriResolver Package Description com.vaadin.flow.server -
-
Uses of VaadinUriResolver in com.vaadin.flow.server
Subclasses of VaadinUriResolver in com.vaadin.flow.server Modifier and Type Class Description static class
BootstrapHandler.BootstrapUriResolver
The URI resolver used in the bootstrap process.class
ServiceContextUriResolver
A URI resolver which resolves paths for loading through VaadinService resource methods.Methods in com.vaadin.flow.server that return VaadinUriResolver Modifier and Type Method Description VaadinUriResolver
BootstrapPageResponse. getUriResolver()
Deprecated.Gets the URI resolver utility.Constructors in com.vaadin.flow.server with parameters of type VaadinUriResolver Constructor Description BootstrapPageResponse(VaadinRequest request, VaadinSession session, VaadinResponse response, org.jsoup.nodes.Document document, UI ui, VaadinUriResolver uriResolver)
Deprecated.Create a new bootstrap page response.
-