2.4.11.3. Screen Development Using Other Template Engines

This section describes how to use template engines other than Web Application Thymeleaf Adapter and FreeMarker.

If the template engine to be used provides a Servlet for returning a response to the client using Servlet forward, like FreeMarker,it can be handled by registering the Servlet in web.xml.

In the case of a template engine that does not provide Servlet, like Web Application Thymeleaf Adapter, it can be handled by creating an implementation class of CustomResponseWriter.

Refer to the following manuals and source codes for details on the implementation and configuration methods.