Uses of Class
org.springframework.http.converter.FormHttpMessageConverter
Packages that use FormHttpMessageConverter
Package
Description
Provides a comprehensive HttpMessageConverter variant for form handling.
Provides generic filter base classes allowing for bean-style configuration.
-
Uses of FormHttpMessageConverter in org.springframework.http.converter.support
Subclasses of FormHttpMessageConverter in org.springframework.http.converter.supportModifier and TypeClassDescriptionclassExtension ofFormHttpMessageConverter, adding support for XML and JSON-based parts. -
Uses of FormHttpMessageConverter in org.springframework.web.filter
Methods in org.springframework.web.filter with parameters of type FormHttpMessageConverterModifier and TypeMethodDescriptionvoidFormContentFilter.setFormConverter(FormHttpMessageConverter converter) Set the converter to use for parsing form content.