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 thisRequestDataValueProcessor
.- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getExtraHiddenFields()
String
processAction(String action, String httpMethod)
String
processFormFieldValue(String name, String value, String type)
String
processUrl(String url)
-