Uses of Interface
com.vaadin.flow.server.StaticFileHandler
-
Packages that use StaticFileHandler Package Description com.vaadin.flow.server -
-
Uses of StaticFileHandler in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement StaticFileHandler Modifier and Type Class Description classStaticFileServerHandles 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 StaticFileHandler Modifier and Type Method Description StaticFileHandlerStaticFileHandlerFactory. 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.
-