(InstanceScope scope, Object attr, final ST st)
| 788 | } |
| 789 | |
| 790 | protected void map(InstanceScope scope, Object attr, final ST st) { |
| 791 | rot_map(scope, attr, new ArrayList<ST>() { |
| 792 | { |
| 793 | add(st); |
| 794 | } |
| 795 | }); |
| 796 | } |
| 797 | |
| 798 | /** |
| 799 | * Renders expressions of the form {@code <names:a()>} or |