public final class SpringStandardExpressions extends Object
Utility class for the easy obtention of objects relevant to the parsing and execution of Thymeleaf Spring-Standard Expressions (Thymeleaf Standard Expressions based using Spring EL as a base expression language).
Modifier and Type | Field and Description |
---|---|
static String |
ENABLE_SPRING_EL_COMPILER_ATTRIBUTE_NAME
Name used for registering whether Spring EL compilation should be enabled if available or not.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isSpringELCompilerEnabled(org.thymeleaf.IEngineConfiguration configuration)
Check whether compilation of Spring EL expressions should be enabled or not.
|
public static final String ENABLE_SPRING_EL_COMPILER_ATTRIBUTE_NAME
public static boolean isSpringELCompilerEnabled(org.thymeleaf.IEngineConfiguration configuration)
Check whether compilation of Spring EL expressions should be enabled or not.
This is done through configuration methods at the SpringStandardDialect
instance being used, and its value is offered to the engine as an execution attribute.
configuration
- the configuration object for the current template execution environment.Copyright © 2017 The THYMELEAF team. All rights reserved.