Wednesday, June 19, 2013 14:54

Posts Tagged ‘Struts’

Struts2 Result Type

Wednesday, January 20, 2010 21:58

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 ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments

FreeMarker Result

Wednesday, January 20, 2010 21:55

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 ...

This was posted under category: Documentum  |  Read Full Story  |  0 Comments