Package com.vaadin.flow.server
Interface StaticFileHandlerFactory
-
public interface StaticFileHandlerFactoryA factory to create aStaticFileHandler.- Since:
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticFileHandlercreateHandler(VaadinService service)Creates a new instance ofStaticFileHandlerfor the givenservice.
-
-
-
Method Detail
-
createHandler
StaticFileHandler createHandler(VaadinService service)
Creates a new instance ofStaticFileHandlerfor the givenservice.- Parameters:
service- aVaadinServletServiceinstance- Returns:
- a new
StaticFileHandlerinstance for theservice
-
-