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 IModelFactoryEngineConfiguration. getModelFactory(TemplateMode templateMode)IModelFactoryIEngineConfiguration. getModelFactory(TemplateMode templateMode) -
Uses of IModelFactory in org.thymeleaf.context
Methods in org.thymeleaf.context that return IModelFactory Modifier and Type Method Description IModelFactoryAbstractEngineContext. getModelFactory()IModelFactoryITemplateContext. 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 classStandardModelFactory
-