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