Class FormTemplateEndpoint

java.lang.Object
org.aktin.broker.admin.rest.FormTemplateEndpoint

@Path("template") public class FormTemplateEndpoint extends Object
  • Constructor Details

    • FormTemplateEndpoint

      public FormTemplateEndpoint()
  • Method Details

    • listTemplates

      @GET @Produces("application/json") public String listTemplates() throws IOException
      Retrieve list/details of available request templates.
      Returns:
      JSON string
      Throws:
      IOException - IO error
    • getScript

      @GET @Path("script") public javax.ws.rs.core.Response getScript(@QueryParam("mediaType") String mediaType)