Uses of Interface
org.thymeleaf.expression.IExpressionObjects
-
Packages that use IExpressionObjects Package Description org.thymeleaf.context org.thymeleaf.expression org.thymeleaf.standard.expression -
-
Uses of IExpressionObjects in org.thymeleaf.context
Fields in org.thymeleaf.context declared as IExpressionObjects Modifier and Type Field Description private IExpressionObjectsAbstractEngineContext. expressionObjectsprivate IExpressionObjectsAbstractExpressionContext. expressionObjectsMethods 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. -
Uses of IExpressionObjects in org.thymeleaf.standard.expression
Fields in org.thymeleaf.standard.expression declared as IExpressionObjects Modifier and Type Field Description private IExpressionObjectsOGNLExpressionObjectsWrapper. expressionObjectsConstructors in org.thymeleaf.standard.expression with parameters of type IExpressionObjects Constructor Description OGNLExpressionObjectsWrapper(IExpressionObjects expressionObjects)
-