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 IExpressionObjects
AbstractEngineContext. getExpressionObjects()
IExpressionObjects
AbstractExpressionContext. getExpressionObjects()
IExpressionObjects
IExpressionContext. getExpressionObjects()
Returns theIExpressionObjects
instance 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 class
ExpressionObjects
Base abstract class forIExpressionObjects
implementations.
-