mvel
mvel copied to clipboard
Allow include orb to use file from classpath
Currently, the only way to use the @{include}
orb is with a File
path.
It would be nice to also be able to load the given template from the classpath (i.e. getResourceAsStream()
).
I'm using MVEL2 with a runnable JAR and all my templates are included inside this JAR.