Package freemarker.ext.util
Interface ModelFactory
-
public interface ModelFactoryInterface used to create various wrapper models in theModelCache.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TemplateModelcreate(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.
-
-