This component provides MetaBoss Java template processing service.
MetaBoss Java template is a simple 'servlet' style Java class, which implements
See Also:com.metaboss.javatemplate.JavaTemplate
Merges given template with given set of properties.
See Also:com.metaboss.javatemplate.JavaTemplate Parameters: pSourceTemplate - the string with template source in it. The template source is anormal java source of the class, implementing com.metaboss.javatemplate.JavaTemplate interface Parameters: pSourceTemplateName - the unique name of the template - used in logging, may also be used incaching, so the caller must make sure that the same template always has exact same name Parameters: pTemplateJavaClassName - the name of the class, whose source is provided in pSourceTemplate Parameters: pContextMap - the context map to pass to the template processor. MergeResult contains the result of the requested operation