(Class<?> attributeType)
| 714 | } |
| 715 | |
| 716 | public ModelAdaptor getModelAdaptor(Class<?> attributeType) { |
| 717 | return adaptors.get(attributeType); |
| 718 | } |
| 719 | |
| 720 | /** Register a renderer for all objects of a particular "kind" for all |
| 721 | * templates evaluated relative to this group. Use {@code r} to render if |