@Path(value="template") public class FormTemplateEndpoint extends Object
| Constructor and Description |
|---|
FormTemplateEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getScript(String mediaType) |
String |
listTemplates()
Retrieve list/details of available request templates.
|
@GET @Produces(value="application/json") public String listTemplates() throws IOException
IOException - IO error@GET
@Path(value="script")
public javax.ws.rs.core.Response getScript(@QueryParam(value="mediaType")
String mediaType)
Copyright © 2014–2020 Uniklinik RWTH Aachen. All rights reserved.