Uses of Interface
org.thymeleaf.model.IModelFactory
-
Packages that use IModelFactory Package Description org.thymeleaf org.thymeleaf.context org.thymeleaf.engine -
-
Uses of IModelFactory in org.thymeleaf
Methods in org.thymeleaf that return IModelFactory Modifier and Type Method Description IModelFactory
EngineConfiguration. getModelFactory(TemplateMode templateMode)
IModelFactory
IEngineConfiguration. getModelFactory(TemplateMode templateMode)
-
Uses of IModelFactory in org.thymeleaf.context
Methods in org.thymeleaf.context that return IModelFactory Modifier and Type Method Description IModelFactory
AbstractEngineContext. getModelFactory()
IModelFactory
ITemplateContext. getModelFactory()
Returns the model factory that can be used for creating or modifying events. -
Uses of IModelFactory in org.thymeleaf.engine
Classes in org.thymeleaf.engine that implement IModelFactory Modifier and Type Class Description class
StandardModelFactory
-