Package com.vaadin.flow.function
Interface ContentTypeResolver
-
- All Superinterfaces:
BiFunction<StreamResource,javax.servlet.ServletContext,String>,Serializable
public interface ContentTypeResolver extends BiFunction<StreamResource,javax.servlet.ServletContext,String>, Serializable
Content type resolver.Allows to get content type for the given
StreamResourceinstance using the currentServletContext.- Since:
- 1.0
- Author:
- Vaadin Ltd
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-