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