Package freemarker.ext.util
Interface ModelFactory
public interface ModelFactory
Interface used to create various wrapper models in the
ModelCache
.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(Object object, ObjectWrapper wrapper) Create a wrapping model for the specified object that belongs to the specified wrapper.
-
Method Details
-
create
Create a wrapping model for the specified object that belongs to the specified wrapper.
-