This is an utility class to create an object model which is similar to the one
used in flow, that can be used from every component.
Work-in-progress, derived from JXTemplateGenerator
public static void fillContext(Object contextObject,
Map map)
getTemplateObjectModel
public static MapgetTemplateObjectModel(Map objectModel,
Parameters parameters)
Create the object model.
Currently the object model is a map with one single entry:
cocoon + request The Request Object
+ session The Session (if available)
+ context The Context
+ continuation The Continuation (if available)
+ parameters The parameters (if provided)