public DataPresentationTemplate createDynamicTemplate (String templateName, String fileName, byte [] fileData, String dirPath)

Implementers of this method are supposed to create the DataPresentationTemplate on the fly from the given parameters. They should also save the template file and all resources (if any) in the provided directory.

Parameters

templateNamename of the template to create
fileNamename of the original file containing the template and possibly resources (if file represents an archive, for example).
fileDatadata of the original file (it can represent the template itself or an archive containing the template and its resources)
dirPath

Returns

newly create template.

  • Last modified: 2023/05/08 06:48