Class RequestDataValueProcessorUtils
- Object
- 
- org.thymeleaf.spring4.requestdata.RequestDataValueProcessorUtils
 
- 
 public final class RequestDataValueProcessorUtils extends Object Utility class used for applying the org.springframework.web.servlet.support.RequestDataValueProcessorinterface to URLs and forms output by Thymeleaf.This Spring interface only exists since Spring 3.1, but was modified in Spring 4. This class will only apply this value processor if the version of Spring is 4 or newer. - Since:
- 2.1.0
- Author:
- Daniel Fernández
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,String>getExtraHiddenFields(org.thymeleaf.context.ITemplateContext context)static voidmain(String[] args)static StringprocessAction(org.thymeleaf.context.ITemplateContext context, String action, String httpMethod)static StringprocessFormFieldValue(org.thymeleaf.context.ITemplateContext context, String name, String value, String type)static StringprocessUrl(org.thymeleaf.context.ITemplateContext context, String url)
 
- 
- 
- 
Method Detail- 
processActionpublic static String processAction(org.thymeleaf.context.ITemplateContext context, String action, String httpMethod) 
 - 
processFormFieldValuepublic static String processFormFieldValue(org.thymeleaf.context.ITemplateContext context, String name, String value, String type) 
 - 
getExtraHiddenFieldspublic static Map<String,String> getExtraHiddenFields(org.thymeleaf.context.ITemplateContext context) 
 - 
processUrlpublic static String processUrl(org.thymeleaf.context.ITemplateContext context, String url) 
 - 
mainpublic static void main(String[] args) 
 
- 
 
-