com.adobe.livecycle.rca
Interface Templater


public interface Templater

This class provider the interface for the implementations of different templatisers


Method Summary
 com.adobe.idp.Document advancedTemplatize(Map configParams, Map dataValues, String encoding, String repositoryType)
          Advanced templatization allows to pass some more options like repository type and encoding for the templates
 com.adobe.idp.Document templatize(Map configParams, Map dataValues)
           
 String templatize(String templateLocation, String tempalteName, Map dataValues)
           
 

Method Detail

advancedTemplatize

com.adobe.idp.Document advancedTemplatize(Map configParams,
                                          Map dataValues,
                                          String encoding,
                                          String repositoryType)
                                          throws RCAException
Advanced templatization allows to pass some more options like repository type and encoding for the templates

Parameters:
configParams -
dataValues -
encoding - encoding for the templates eg. "UTF-8", "ISO-8859-1". Default is "ISO-8859-1"
repositoryType - Type of template repository. currently, "repository" and "lccs" is supported. Default is "repository"
Returns:
Throws:
RCAException

templatize

com.adobe.idp.Document templatize(Map configParams,
                                  Map dataValues)
                                  throws RCAException
Parameters:
configParams -
dataValues -
Returns:
Throws:
RCAException

templatize

String templatize(String templateLocation,
                  String tempalteName,
                  Map dataValues)
                  throws RCAException
Throws:
RCAException


[an error occurred while processing this directive] [an error occurred while processing this directive]