* org.geoserver.catalog.rest.CatalogResourceBase#createHTMLFormat(org.restlet
* .data.Request, org.restlet.data.Response)
*/
@Override
protected DataFormat createHTMLFormat(Request request, Response response) {
return new ReflectiveHTMLFormat(LayerAttributesList.class, request, response, this) {
@Override
protected Configuration createConfiguration(Object data, Class clazz) {
final Configuration cfg = super.createConfiguration(data, clazz);
cfg.setClassForTemplateLoading(getClass(), "templates");