public abstract class FreeMarkerUtils extends Object
Constructor and Description |
---|
FreeMarkerUtils() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
getMergedModel(ExecutionContext executionContext)
Get a "merged" model for FreeMarker templating.
|
public static Map<String,Object> getMergedModel(ExecutionContext executionContext)
BeanContext
associated with the
current ExecutionContext
, with the contents of the DOMModel
associated with the current ExecutionContext
. This is very useful
for templating with FreeMarker.executionContext
- The current execution context.Copyright © 2020. All rights reserved.