@Path(value="/activations") @Produces(value="text/html") public class ActivationsResource extends Object
| Constructor and Description | 
|---|
| ActivationsResource() | 
| Modifier and Type | Method and Description | 
|---|---|
| RenderView | get() | 
| javax.ws.rs.core.Response | image() | 
| javax.ws.rs.core.Response | update(PathUpdate path) | 
@GET public RenderView get()
@POST @Path(value="/update") @Produces(value="application/json") public javax.ws.rs.core.Response update(PathUpdate path)
@GET @Path(value="/img") @Produces(value="image/png") public javax.ws.rs.core.Response image()
Copyright © 2015. All Rights Reserved.