public final class RequestDataValueProcessorUtils extends Object
Utility class used for applying Spring's RequestDataValueProcessor mechanism to URLs and forms rendered by Thymeleaf.
Modifier and Type | Method and Description |
---|---|
static Map<String,String> |
getExtraHiddenFields(org.thymeleaf.context.ITemplateContext context) |
static String |
processAction(org.thymeleaf.context.ITemplateContext context,
String action,
String httpMethod) |
static String |
processFormFieldValue(org.thymeleaf.context.ITemplateContext context,
String name,
String value,
String type) |
static String |
processUrl(org.thymeleaf.context.ITemplateContext context,
String url) |
public static String processAction(org.thymeleaf.context.ITemplateContext context, String action, String httpMethod)
public static String processFormFieldValue(org.thymeleaf.context.ITemplateContext context, String name, String value, String type)
public static Map<String,String> getExtraHiddenFields(org.thymeleaf.context.ITemplateContext context)
Copyright © 2017 The THYMELEAF team. All rights reserved.