Package lumis.content.control.button
Class GenerateContentResource
- java.lang.Object
-
- lumis.content.control.button.GenerateContentResource
-
-
Constructor Summary
Constructors Constructor Description GenerateContentResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMedia(HttpServletRequest request, HttpServletResponse response, String mediaserviceInstanceId)
-
-
-
Method Detail
-
getMedia
@POST @Path("/getmedia") @Produces("application/json") public String getMedia(@Context HttpServletRequest request, @Context HttpServletResponse response, @NotNull @FormParam("serviceinstanceid") String mediaserviceInstanceId) throws IOException
- Throws:
IOException
-
-