Is there any way to use Velocity or other tool to get a text input, a given Velocity template and other needed configs and finally return the used Context objects? Or simple: how to extract useful info based on templates?
Currently i use Velocity to evaluate the template based on context, something like this: Velocity.evaluate(template, Map(varName:obj)) => output . What i'm looking for would be something like: Velocity.parse(output, template, Map(varName:obj.class)) => Map(varName:obj) that then applied to template to get output Hope there is something like this :). Thanks -- View this message in context: http://www.nabble.com/extract-context-tp18850250p18850250.html Sent from the Velocity - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
