freemarker should not just be for servlets, but any context where the
authorjohn <john>
Thu, 4 Sep 2003 21:29:34 +0000 (21:29 +0000)
committerjohn <john>
Thu, 4 Sep 2003 21:29:34 +0000 (21:29 +0000)
commitc3b182678c126929785d1a3fcccf2b3bd4a2ec1d
tree44d116672e7ae3daa1f91e914b6ec2bae9bc31a5
parented010330b6c40df715db1740af4dc5734bcc87b8
freemarker should not just be for servlets, but any context where the
mir-template-generation environment needs to be used.

so i took the http-specific stuff out of mircoders.servlet.servletHelper.makeGenerationData
and put them in this helper class....
source/mir/generator/GeneratorHelper.java [new file with mode: 0755]