public interface IStandardExpressionParser
Common interface for all objects in charge of parsing Thymeleaf Standard Expressions.
Default implementation (used by most parts of the Thymeleaf core): StandardExpressionParser.
Implementations of this interface should be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
IStandardExpression |
parseExpression(Configuration configuration,
IProcessingContext processingContext,
String input)
Parse the specified expression.
|
IStandardExpression parseExpression(Configuration configuration, IProcessingContext processingContext, String input)
Parse the specified expression.
configuration - the Configuration object for the template execution environment.processingContext - the processing context object containing the variables to be applied to the expression.input - the expression to be parsed, as an input String.Copyright © 2016 The THYMELEAF team. All rights reserved.