struts 結果類型

FreeMarker

一個模板引擎 即 FreeMarker github github.com/apache/free… 網址 freemarker.apache.org/html

maven安裝

訪問網址 search.maven.org/artifact/or…git

<dependency>
  <groupId>org.freemarker</groupId>
  <artifactId>freemarker</artifactId>
  <version>2.3.28</version>
</dependency>
複製代碼

編寫模板

<!DOCTYPE html>
<html lang="zh_CN">
<head>

</head>
<body>
    hello world ${name}
</body>
</html>
複製代碼

編寫配置文件

<result name="success" type="freemarker">
                <param name="location">/hello.fm</param>
            </result>
複製代碼

相關文章
相關標籤/搜索