(Class<?> attributeType)
| 706 | } |
| 707 | |
| 708 | public ModelAdaptor getModelAdaptor(Class<?> attributeType) { |
| 709 | return adaptors.get(attributeType); |
| 710 | } |
| 711 | |
| 712 | /** Register a renderer for all objects of a particular "kind" for all |
| 713 | * templates evaluated relative to this group. Use {@code r} to render if |