public interface IThymeleafEvaluationContext
extends org.springframework.expression.EvaluationContext
   Interface for Thymeleaf-specific implementations of EvaluationContext.
 
ThymeleafEvaluationContext| Modifier and Type | Method and Description | 
|---|---|
org.thymeleaf.expression.IExpressionObjects | 
getExpressionObjects()  | 
boolean | 
isVariableAccessRestricted()  | 
void | 
setExpressionObjects(org.thymeleaf.expression.IExpressionObjects expressionObjects)  | 
void | 
setVariableAccessRestricted(boolean restricted)  | 
boolean isVariableAccessRestricted()
void setVariableAccessRestricted(boolean restricted)
org.thymeleaf.expression.IExpressionObjects getExpressionObjects()
void setExpressionObjects(org.thymeleaf.expression.IExpressionObjects expressionObjects)
Copyright © 2017 The THYMELEAF team. All rights reserved.