Uses of Interface
org.thymeleaf.expression.IExpressionObjectFactory
Packages that use IExpressionObjectFactory
Package
Description
-
Uses of IExpressionObjectFactory in org.thymeleaf
Classes in org.thymeleaf that implement IExpressionObjectFactoryModifier and TypeClassDescription(package private) static classFields in org.thymeleaf declared as IExpressionObjectFactoryModifier and TypeFieldDescriptionprivate IExpressionObjectFactoryDialectSetConfiguration.AggregateExpressionObjectFactory.firstExpressionObjectFactoryFields in org.thymeleaf with type parameters of type IExpressionObjectFactoryModifier and TypeFieldDescriptionprivate List<IExpressionObjectFactory> DialectSetConfiguration.AggregateExpressionObjectFactory.expressionObjectFactoryListMethods in org.thymeleaf that return IExpressionObjectFactoryModifier and TypeMethodDescriptionDialectSetConfiguration.getExpressionObjectFactory()EngineConfiguration.getExpressionObjectFactory()IEngineConfiguration.getExpressionObjectFactory()Methods in org.thymeleaf with parameters of type IExpressionObjectFactoryModifier and TypeMethodDescription(package private) voidDialectSetConfiguration.AggregateExpressionObjectFactory.add(IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionObjectFactory in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return IExpressionObjectFactory -
Uses of IExpressionObjectFactory in org.thymeleaf.expression
Fields in org.thymeleaf.expression declared as IExpressionObjectFactoryModifier and TypeFieldDescriptionprivate final IExpressionObjectFactoryExpressionObjects.expressionObjectFactoryConstructors 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.