public interface BroadleafExpressionParser
for default implementation| Modifier and Type | Method and Description | 
|---|---|
| String | parseExpression(String expressionString,
               Map<String,Object> context)Parses the given expression string with the given context and returns the parsed result string. | 
| <T> T | parseExpression(String expressionString,
               Map<String,Object> context,
               Class<T> targetType)Parses the given expression string with the given context and returns the parsed result with the target type. | 
String parseExpression(String expressionString, Map<String,Object> context)
expressionString - the expression stringcontext - the context<T> T parseExpression(String expressionString, Map<String,Object> context, Class<T> targetType)
T - the generic type of the resultexpressionString - the expression stringcontext - the contexttargetType - the target type for the resultCopyright © 2020. All rights reserved.