Interface ServerInfoResource
-
@Path("/admin/serverinfo") public interface ServerInfoResource
- Author:
- Stian Thorgersen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerInfoRepresentation
getInfo()
-
-
-
Method Detail
-
getInfo
@GET @Produces("application/json") ServerInfoRepresentation getInfo()
-
-