Constructor and Description |
---|
StatsAPI() |
Modifier and Type | Method and Description |
---|---|
String |
statsByClientId(String clientId,
org.springframework.ui.ModelMap m) |
String |
statsSummary(org.springframework.ui.ModelMap m) |
public static final String URL
public StatsAPI()
@RequestMapping(value="summary", produces="application/json") public String statsSummary(org.springframework.ui.ModelMap m)
@PreAuthorize(value="hasRole(\'ROLE_USER\')") @RequestMapping(value="byclientid/{id}", produces="application/json") public String statsByClientId(@PathVariable(value="id") String clientId, org.springframework.ui.ModelMap m)
Copyright © 2018. All rights reserved.