Package freemarker.ext.util
Interface ModelFactory
-
public interface ModelFactory
Interface used to create various wrapper models in theModelCache
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateModel
create(java.lang.Object object, ObjectWrapper wrapper)
Create a wrapping model for the specified object that belongs to the specified wrapper.
-
-
-
Method Detail
-
create
TemplateModel create(java.lang.Object object, ObjectWrapper wrapper)
Create a wrapping model for the specified object that belongs to the specified wrapper.
-
-