Package lumis.content.control.button
Class GenerateContentResource
- java.lang.Object
-
- lumis.content.control.button.GenerateContentResource
-
@Path("/lum-internal/content/generatecontent") public class GenerateContentResource extends java.lang.Object
Responsible for providing rest json information for content generation- Since:
- 8.2.0
- Version:
- $Revision: 24097 $ $Date: 2020-08-28 12:07:11 -0300 (Fri, 28 Aug 2020) $
-
-
Constructor Summary
Constructors Constructor Description GenerateContentResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMedia(HttpServletRequest request, HttpServletResponse response, @NotNull java.lang.String mediaserviceInstanceId)
-
-
-
Method Detail
-
getMedia
@POST @Path("/getmedia") @Produces("application/json") public java.lang.String getMedia(@Context HttpServletRequest request, @Context HttpServletResponse response, @NotNull @FormParam("serviceinstanceid") @NotNull java.lang.String mediaserviceInstanceId) throws java.io.IOException
- Throws:
java.io.IOException
-
-