Interface ModelFactory


  • public interface ModelFactory
    Interface used to create various wrapper models in the ModelCache.
    • 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.