Uses of Interface
org.thymeleaf.expression.IExpressionObjectFactory
Packages that use IExpressionObjectFactory
Package
Description
-
Uses of IExpressionObjectFactory in org.thymeleaf
Methods in org.thymeleaf that return IExpressionObjectFactoryModifier and TypeMethodDescriptionEngineConfiguration.getExpressionObjectFactory()IEngineConfiguration.getExpressionObjectFactory() -
Uses of IExpressionObjectFactory in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return IExpressionObjectFactory -
Uses of IExpressionObjectFactory in org.thymeleaf.expression
Constructors in org.thymeleaf.expression with parameters of type IExpressionObjectFactoryModifierConstructorDescriptionExpressionObjects(IExpressionContext context, IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionObjectFactory in org.thymeleaf.standard
Fields in org.thymeleaf.standard declared as IExpressionObjectFactoryModifier and TypeFieldDescriptionprotected IExpressionObjectFactoryStandardDialect.expressionObjectFactoryMethods in org.thymeleaf.standard that return IExpressionObjectFactory -
Uses of IExpressionObjectFactory in org.thymeleaf.standard.expression
Classes in org.thymeleaf.standard.expression that implement IExpressionObjectFactoryModifier and TypeClassDescriptionclassBuilds the expression objects to be used by Standard dialects.