public final class ThymeleafFacade extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
evaluateAsIterable(org.thymeleaf.context.ITemplateContext arguments,
String rawValue) |
static List<Object> |
evaluateAsIterableOrRawValue(org.thymeleaf.context.ITemplateContext arguments,
String rawValue) |
static List<String> |
evaluateAsStringsWithDelimiter(org.thymeleaf.context.ITemplateContext arguments,
String rawValue,
String delimiter) |
static Object |
evaluateExpression(org.thymeleaf.context.ITemplateContext arguments,
String expression) |
static String |
getRawValue(org.thymeleaf.model.IProcessableElementTag element,
org.thymeleaf.engine.AttributeName attributeName) |
static String |
getRawValue(org.thymeleaf.model.IProcessableElementTag element,
String attributeName) |
public static String getRawValue(org.thymeleaf.model.IProcessableElementTag element, org.thymeleaf.engine.AttributeName attributeName)
public static String getRawValue(org.thymeleaf.model.IProcessableElementTag element, String attributeName)
public static Object evaluateExpression(org.thymeleaf.context.ITemplateContext arguments, String expression) throws org.thymeleaf.exceptions.TemplateProcessingException
org.thymeleaf.exceptions.TemplateProcessingExceptionpublic static List<Object> evaluateAsIterable(org.thymeleaf.context.ITemplateContext arguments, String rawValue) throws org.thymeleaf.exceptions.TemplateProcessingException
org.thymeleaf.exceptions.TemplateProcessingExceptionpublic static List<Object> evaluateAsIterableOrRawValue(org.thymeleaf.context.ITemplateContext arguments, String rawValue)
Copyright © 2016. All Rights Reserved.