Result Types are classes that determine what happens after an Action executes and a Result is returned. Developers are free to create their own Result Types according to the needs of their application or environment. In WebWork 2 for example, Servlet and Velocity Result Types have been created to handle ...
Renders a view using the Freemarker template engine. The FreemarkarManager class configures the template loaders so that the template location can be either relative to the web root folder. eg /WEB-INF/views/home.ftl a classpath resuorce. eg /com/company/web/views/home.ftl Parameters * location (default) - the location of the template to process. * parse - true by default. If set ...