类 FreemarkerComposer

    • 构造器详细资料

      • FreemarkerComposer

        public FreemarkerComposer()
    • 方法详细资料

      • compose

        public String compose​(Object dataModel,
                              File templateFile)
        从接口复制的说明: ComposeTemplate
        Generate the target content based on data model object and template file
        返回:
      • compose

        public String compose​(Object dataModel,
                              String templateContent)
        从接口复制的说明: ComposeTemplate
        Generate the target content based on data model object and template String
        返回: