(Class<?> attributeType)
| 695 | } |
| 696 | |
| 697 | public ModelAdaptor getModelAdaptor(Class<?> attributeType) { |
| 698 | return adaptors.get(attributeType); |
| 699 | } |
| 700 | |
| 701 | /** Register a renderer for all objects of a particular "kind" for all |
| 702 | * templates evaluated relative to this group. Use {@code r} to render if |