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