Possibility to add template as inputstream
Brought to you by:
djmamana,
martingoros
DynamicJasper 3.0.7
It would be nice to be able to supply a template as a java.io.InputStream instead of a filename.
As it is right now I need to supply the absolute path to the template to supply it.
I cannot use the finding of templates on the classpath since the template resides outside the classpath.
An alternative for loading the resource is if I could supply my own ClassLoader as you ca do with Jasper Reports through setting the parameter JRParameter.REPORT_CLASS_LOADER to the classloader.