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.
| Modifier and Type | Method and Description | 
|---|---|
Map<String,String> | 
getExtraHiddenFields()  | 
String | 
processAction(String action,
             String httpMethod)  | 
String | 
processFormFieldValue(String name,
                     String value,
                     String type)  | 
String | 
processUrl(String url)  | 
Copyright © 2017 The THYMELEAF team. All rights reserved.