Package | Description |
---|---|
com.vaadin.flow.server |
Modifier and Type | Class and Description |
---|---|
class |
StaticFileServer
Handles sending of resources from the WAR root (web content) or
META-INF/resources in the case that
VaadinServlet is mapped using
"/*". |
Modifier and Type | Method and Description |
---|---|
StaticFileHandler |
StaticFileHandlerFactory.createHandler(VaadinService service)
Creates a new instance of
StaticFileHandler for the given
service . |
protected StaticFileHandler |
VaadinServlet.createStaticFileHandler(VaadinService vaadinService)
Creates a new instance of
StaticFileHandler , that is responsible
to find and serve static resources. |
Copyright © 2021. All rights reserved.