public abstract class AbstractExpressionContext extends AbstractContext implements IExpressionContext
Base abstract class implementing IExpressionContext
.
Modifier | Constructor and Description |
---|---|
protected |
AbstractExpressionContext(IEngineConfiguration configuration) |
protected |
AbstractExpressionContext(IEngineConfiguration configuration,
Locale locale) |
protected |
AbstractExpressionContext(IEngineConfiguration configuration,
Locale locale,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
IEngineConfiguration |
getConfiguration()
Returns the
IEngineConfiguration (engine configuration) corresponding to the
ITemplateEngine instance this expression context is meant to be used with. |
IExpressionObjects |
getExpressionObjects()
Returns the
IExpressionObjects instance to be used for retrieving (and maybe building
lazily) expression objects (${#expobj}) to be used at Standard Thymeleaf Expressions. |
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsVariable, getLocale, getVariable, getVariableNames
protected AbstractExpressionContext(IEngineConfiguration configuration)
protected AbstractExpressionContext(IEngineConfiguration configuration, Locale locale)
protected AbstractExpressionContext(IEngineConfiguration configuration, Locale locale, Map<String,Object> variables)
public final IEngineConfiguration getConfiguration()
IExpressionContext
Returns the IEngineConfiguration
(engine configuration) corresponding to the
ITemplateEngine
instance this expression context is meant to be used with.
getConfiguration
in interface IExpressionContext
public IExpressionObjects getExpressionObjects()
IExpressionContext
Returns the IExpressionObjects
instance to be used for retrieving (and maybe building
lazily) expression objects (${#expobj}) to be used at Standard Thymeleaf Expressions.
getExpressionObjects
in interface IExpressionContext
Copyright © 2016 The THYMELEAF team. All rights reserved.