Package com.vaadin.flow.server
Interface StaticFileHandlerFactory
public interface StaticFileHandlerFactory
A factory to create a
StaticFileHandler.- Author:
- Vaadin Ltd
-
Method Summary
Modifier and TypeMethodDescriptioncreateHandler(VaadinService service) Creates a new instance ofStaticFileHandlerfor the givenservice.
-
Method Details
-
createHandler
Creates a new instance ofStaticFileHandlerfor the givenservice.- Parameters:
service- aVaadinServletServiceinstance- Returns:
- a new
StaticFileHandlerinstance for theservice
-