Apache Struts 2 Documentation > Home > Guides > Core Developers Guide > Result Types > FreeMarker Result |
Renders a view using the Freemarker template engine.
The FreemarkarManager class configures the template loaders so that the template location can be either
/WEB-INF/views/home.ftl
com/company/web/views/home.ftl
Also see Freemarker Support.
<result name="success" type="freemarker">foo.ftl</result>