@Path(value="/camp/v11/assembly-templates") @Produces(value="application/json") public class AssemblyTemplateRestResource extends AbstractCampRestResource
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI_PATH |
Constructor and Description |
---|
AssemblyTemplateRestResource() |
Modifier and Type | Method and Description |
---|---|
AssemblyTemplateDto |
get(java.lang.String id) |
javax.ws.rs.core.Response |
post(javax.ws.rs.core.UriInfo info,
java.lang.String id) |
camp, context, dto, lookup
public static final java.lang.String URI_PATH
@Path(value="/{id}") @GET public AssemblyTemplateDto get(@PathParam(value="id") java.lang.String id)
@Path(value="/{id}") @POST public javax.ws.rs.core.Response post(@Context javax.ws.rs.core.UriInfo info, @PathParam(value="id") java.lang.String id)