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 TypeClassDescriptionclassHandles sending of resources from the WAR root (web content) or META-INF/resources in the case thatVaadinServletis mapped using "/*".Methods in com.vaadin.flow.server that return StaticFileHandlerModifier and TypeMethodDescriptionStaticFileHandlerFactory.createHandler(VaadinService service) Creates a new instance ofStaticFileHandlerfor the givenservice.protected StaticFileHandlerVaadinServlet.createStaticFileHandler(VaadinService vaadinService) Creates a new instance ofStaticFileHandler, that is responsible to find and serve static resources.