232425262728293031
@GET @Path("/getAll") public Response getAllStats() { logger.trace("getAllStats"); Resource resource = new XMageStatsResource().getAll(); return responseWithError(resource); }