Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Fix Version/s: 1.6.2, 1.7-beta-1
-
Component/s: Groovlet / GSP
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
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
Activity
Guillaume Laforge
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Guillaume Laforge [ guillaume ] |
Guillaume Laforge
made changes -
| Fix Version/s | 1.6.2 [ 15151 ] | |
| Fix Version/s | 1.7-beta-1 [ 14014 ] |
Guillaume Laforge
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |