(Class<?> attributeType)
| 685 | } |
| 686 | |
| 687 | public ModelAdaptor getModelAdaptor(Class<?> attributeType) { |
| 688 | return adaptors.get(attributeType); |
| 689 | } |
| 690 | |
| 691 | /** Register a renderer for all objects of a particular "kind" for all |
| 692 | * templates evaluated relative to this group. Use {@code r} to render if |