Uses of Interface
com.vaadin.flow.function.ContentTypeResolver
-
Packages that use ContentTypeResolver Package Description com.vaadin.flow.server -
-
Uses of ContentTypeResolver in com.vaadin.flow.server
Methods in com.vaadin.flow.server that return ContentTypeResolver Modifier and Type Method Description ContentTypeResolverStreamResource. getContentTypeResolver()Gets the resolver which is used to lookup the content type of the resource.Methods in com.vaadin.flow.server with parameters of type ContentTypeResolver Modifier and Type Method Description StreamResourceStreamResource. setContentTypeResolver(ContentTypeResolver resolver)Sets the resolver which is used to lookup the content type of the resource.
-