1. Made use of the lastcachedAt property & made changes to the front-end to display a disclaimer in temporal vis saying when was the data last cached. Made use of the infoicon already in use on personal profile pages.

This commit is contained in:
cdtank 2011-03-21 22:42:09 +00:00
parent 4d008e00c5
commit 6c0b24b821

View file

@ -57,11 +57,11 @@ public class TemporalGrantVisualizationRequestHandler implements
} }
System.out.println("current models in the system are"); // System.out.println("current models in the system are");
for (Map.Entry<String, Model> entry : ConstructedModelTracker.getAllModels().entrySet()) { // for (Map.Entry<String, Model> entry : ConstructedModelTracker.getAllModels().entrySet()) {
System.out.println(entry.getKey() + " -> " + entry.getValue().size()); // System.out.println(entry.getKey() + " -> " + entry.getValue().size());
} // }
//
return prepareStandaloneMarkupResponse(vitroRequest, entityURI); return prepareStandaloneMarkupResponse(vitroRequest, entityURI);
} }