Interface IThymeleafEvaluationContext

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.thymeleaf.expression.IExpressionObjects getExpressionObjects()  
      boolean isVariableAccessRestricted()  
      void setExpressionObjects​(org.thymeleaf.expression.IExpressionObjects expressionObjects)  
      void setVariableAccessRestricted​(boolean restricted)  
      • Methods inherited from interface org.springframework.expression.EvaluationContext

        getBeanResolver, getConstructorResolvers, getMethodResolvers, getOperatorOverloader, getPropertyAccessors, getRootObject, getTypeComparator, getTypeConverter, getTypeLocator, lookupVariable, setVariable
    • Method Detail

      • isVariableAccessRestricted

        boolean isVariableAccessRestricted()
      • setVariableAccessRestricted

        void setVariableAccessRestricted​(boolean restricted)
      • getExpressionObjects

        org.thymeleaf.expression.IExpressionObjects getExpressionObjects()
      • setExpressionObjects

        void setExpressionObjects​(org.thymeleaf.expression.IExpressionObjects expressionObjects)