Class RequestDataValueProcessorUtils
Object
org.thymeleaf.spring5.requestdata.RequestDataValueProcessorUtils
Utility class used for applying Spring's RequestDataValueProcessor
mechanism to URLs and forms rendered by Thymeleaf.
- Since:
- 3.0.3
- Author:
- Daniel Fernández
-
Method Summary
Modifier and TypeMethodDescriptiongetExtraHiddenFields
(ITemplateContext context) static String
processAction
(ITemplateContext context, String action, String httpMethod) static String
processFormFieldValue
(ITemplateContext context, String name, String value, String type) static String
processUrl
(ITemplateContext context, String url)
-
Method Details
-
processAction
-
processFormFieldValue
public static String processFormFieldValue(ITemplateContext context, String name, String value, String type) -
getExtraHiddenFields
-
processUrl
-