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
Methods in org.thymeleaf that return IExpressionObjectFactory Modifier and Type Method Description IExpressionObjectFactoryEngineConfiguration. getExpressionObjectFactory()IExpressionObjectFactoryIEngineConfiguration. getExpressionObjectFactory() -
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
Constructors in org.thymeleaf.expression with parameters of type IExpressionObjectFactory Constructor Description ExpressionObjects(IExpressionContext context, IExpressionObjectFactory expressionObjectFactory) -
Uses of IExpressionObjectFactory in org.thymeleaf.standard
Methods 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.
-