Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
VaadinUriResolver |
BootstrapPageResponse.getUriResolver()
Gets the URI resolver utility.
|
Constructor and Description |
---|
BootstrapPageResponse(VaadinRequest request,
VaadinSession session,
VaadinResponse response,
org.jsoup.nodes.Document document,
UI ui,
VaadinUriResolver uriResolver)
Create a new bootstrap page response.
|
Copyright © 2025. All rights reserved.