Uses of Interface
org.thymeleaf.expression.IExpressionObjects
-
Packages that use IExpressionObjects Package Description org.thymeleaf.context org.thymeleaf.expression -
-
Uses of IExpressionObjects in org.thymeleaf.context
Methods in org.thymeleaf.context that return IExpressionObjects Modifier and Type Method Description IExpressionObjectsAbstractEngineContext. getExpressionObjects()IExpressionObjectsAbstractExpressionContext. getExpressionObjects()IExpressionObjectsIExpressionContext. 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 IExpressionObjects Modifier and Type Class Description classExpressionObjectsBase abstract class forIExpressionObjectsimplementations.
-