Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.1
-
None
-
Patch
Description
TemplateServlet already contains a setVariables method which can be used by custom classes extending TemplateServlet.
Using this method the bindings can be extended very easily.
To bad the GroovyServlet does not has this feature.
The attached paths solves this.
- method setVariables added
- in service() after creating the binding, a call to setVariables is added