Uses of Interface
org.thymeleaf.expression.IExpressionObjectFactory
-
Packages that use IExpressionObjectFactory Package Description org.thymeleaf org.thymeleaf.dialect org.thymeleaf.expression org.thymeleaf.standard org.thymeleaf.standard.expression -
-
Uses of IExpressionObjectFactory in org.thymeleaf
Classes in org.thymeleaf that implement IExpressionObjectFactory Modifier and Type Class Description (package private) static classDialectSetConfiguration.AggregateExpressionObjectFactoryFields in org.thymeleaf declared as IExpressionObjectFactory Modifier and Type Field Description private IExpressionObjectFactoryDialectSetConfiguration.AggregateExpressionObjectFactory. firstExpressionObjectFactoryFields in org.thymeleaf with type parameters of type IExpressionObjectFactory Modifier and Type Field Description private java.util.List<IExpressionObjectFactory>DialectSetConfiguration.AggregateExpressionObjectFactory. expressionObjectFactoryListMethods in org.thymeleaf that return IExpressionObjectFactory Modifier and Type Method Description IExpressionObjectFactoryDialectSetConfiguration. getExpressionObjectFactory()IExpressionObjectFactoryEngineConfiguration. getExpressionObjectFactory()IExpressionObjectFactoryIEngineConfiguration. getExpressionObjectFactory()Methods in org.thymeleaf with parameters of type IExpressionObjectFactory Modifier and Type Method Description (package private) voidDialectSetConfiguration.AggregateExpressionObjectFactory. add(IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionObjectFactory in org.thymeleaf.dialect
Methods in org.thymeleaf.dialect that return IExpressionObjectFactory Modifier and Type Method Description IExpressionObjectFactoryIExpressionObjectDialect. getExpressionObjectFactory() -
Uses of IExpressionObjectFactory in org.thymeleaf.expression
Fields in org.thymeleaf.expression declared as IExpressionObjectFactory Modifier and Type Field Description private IExpressionObjectFactoryExpressionObjects. expressionObjectFactoryConstructors in org.thymeleaf.expression with parameters of type IExpressionObjectFactory Constructor Description ExpressionObjects(IExpressionContext context, IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionObjectFactory in org.thymeleaf.standard
Fields in org.thymeleaf.standard declared as IExpressionObjectFactory Modifier and Type Field Description protected IExpressionObjectFactoryStandardDialect. expressionObjectFactoryMethods in org.thymeleaf.standard that return IExpressionObjectFactory Modifier and Type Method Description IExpressionObjectFactoryStandardDialect. getExpressionObjectFactory() -
Uses of IExpressionObjectFactory in org.thymeleaf.standard.expression
Classes in org.thymeleaf.standard.expression that implement IExpressionObjectFactory Modifier and Type Class Description classStandardExpressionObjectFactoryBuilds the expression objects to be used by Standard dialects.
-