@Path(value="/camp/v11/application-components") @Produces(value="application/json") public class ApplicationComponentRestResource extends AbstractCampRestResource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI_PATH |
| Constructor and Description |
|---|
ApplicationComponentRestResource() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDto |
get(java.lang.String id) |
camp, context, dto, lookuppublic static final java.lang.String URI_PATH
@Path(value="/{id}")
@GET
public ApplicationComponentDto get(@PathParam(value="id")
java.lang.String id)