Re: custom velocity tool

2011-08-12 Thread Erik Hatcher
> Hi, > > I am working with the velocity response writer, and I want to develop a > custom velocity tool. > To do so, I have written a JAVA class that looks like that: > > @DefaultKey("mytool") > public class MyCustomTool { > > public MyCustomTo

custom velocity tool

2011-08-12 Thread Stéphane Campinas
Hi, I am working with the velocity response writer, and I want to develop a custom velocity tool. To do so, I have written a JAVA class that looks like that: @DefaultKey("mytool") public class MyCustomTool { public MyCustomTool() { } public String doit(