Skip to content
Snippets Groups Projects

Iss #77 - Add EF look and feel template into auto-loaded tags template

Merged Iss #77 - Add EF look and feel template into auto-loaded tags template
Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/main/77 into main
4 files
+ 27
12
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -64,8 +64,9 @@ public class CacheResource {
@@ -64,8 +64,9 @@ public class CacheResource {
return Response
return Response
.ok()
.ok()
.entity(cacheKeysView
.entity(cacheKeysView
.data("cacheKeys", service.getCacheKeys().stream().map(this::buildWrappedKeys).collect(Collectors.toList()), "key",
.data("cacheKeys", service.getCacheKeys().stream().map(this::buildWrappedKeys).collect(Collectors.toList()))
passedKey)
.data("key", passedKey)
 
.data("title", "Application Cache Keys")
.render())
.render())
.build();
.build();
}
}
Loading