We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Interface
com.vaadin.flow.server.StaticFileHandler
Packages that use StaticFileHandler
-
Uses of StaticFileHandler in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement StaticFileHandlerModifier and TypeClassDescriptionclass
Handles sending of resources from the WAR root (web content) or META-INF/resources in the case that
VaadinServlet
is mapped using "/*".Methods in com.vaadin.flow.server that return StaticFileHandlerModifier and TypeMethodDescriptionStaticFileHandlerFactory.createHandler
(VaadinService service) Creates a new instance of
StaticFileHandler
for the givenservice
.protected StaticFileHandler
VaadinServlet.createStaticFileHandler
(VaadinService vaadinService) Creates a new instance of
StaticFileHandler
, that is responsible to find and serve static resources.