Details
Description
Original Concept:
Split Each Node in the GroovyNodeBuilder into separate classes to enable easier reuse and extension of the GroovyNodeBuilder.
Activity
Michael Rimov
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Michael Rimov [ rimovm ] | |
Fix Version/s | 1.0-RC2 [ 11851 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
While digging through the code, I found a (2/3rds) answer to my original use case: I can at least easily add my own tags by using the Delegate capabilities in the builder. (duh). Its what I get for looking at the Javadocs instead of delving into the AOP GroovyBuilder code as a concerete example.
Will document
-Mike