Re: In VTL, simply reverse a list with java.util.Collection static method
Travis P <[email protected]>
| Newsgroups | gmane.comp.jakarta.velocity.user |
|---|---|
| Message-ID | <CAO76jq_GJb9U2hFShiOPLPon69Y1c99=9Cfn3wYwbNNvP6-zbg@mail.gmail.com> |
On Mon, May 6, 2013 at 2:42 PM, Nathan Bubna <[email protected]> wrote: > > http://velocity.apache.org/engine/devel/developer-guide.html#supportforstaticclasses Yes, I'd found that. I guess how to use that for adding a way to access java.util.Collection as $Collection within a VTL when using the VelocityViewServlet which supplies me a context makes it not obvious how to take that short documentation and translate it into my goal.