Uses of Interface
org.thymeleaf.expression.IExpressionObjects
Packages that use IExpressionObjects
-
Uses of IExpressionObjects in org.thymeleaf.context
Methods in org.thymeleaf.context that return IExpressionObjectsModifier and TypeMethodDescriptionfinal IExpressionObjectsAbstractEngineContext.getExpressionObjects()AbstractExpressionContext.getExpressionObjects()IExpressionContext.getExpressionObjects()Returns theIExpressionObjectsinstance to be used for retrieving (and maybe building lazily) expression objects (${#expobj}) to be used at Standard Thymeleaf Expressions. -
Uses of IExpressionObjects in org.thymeleaf.expression
Classes in org.thymeleaf.expression that implement IExpressionObjectsModifier and TypeClassDescriptionclassBase abstract class forIExpressionObjectsimplementations.