@Path(value="/analytics") @Produces(value="application/json") @RolesAllowed(value="") public class AnalyticTableAPI extends Object
| Constructor and Description |
|---|
AnalyticTableAPI() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get(String file)
Returns the data from the log file with name
file grouped
using the regex defined on web.xml. |
@GET
public javax.ws.rs.core.Response get(@QueryParam(value="f")
String file)
file grouped
using the regex defined on web.xml.file - name of the file to analise.Response with grouped data.Copyright © 2017. All rights reserved.