Package org.thymeleaf.spring5.context
Interface IThymeleafRequestDataValueProcessor
public interface IThymeleafRequestDataValueProcessor
This interface is meant to abstract a Spring RequestDataValueProcessor
, without the client code
needing to know if it is a Spring WebMVC or Spring WebFlux implementation of this
RequestDataValueProcessor
.
- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptionprocessAction
(String action, String httpMethod) processFormFieldValue
(String name, String value, String type) processUrl
(String url)
-
Method Details
-
processAction
-
processFormFieldValue
-
getExtraHiddenFields
-
processUrl
-