Class 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$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMedia​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, @NotNull java.lang.String mediaserviceInstanceId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenerateContentResource

        public GenerateContentResource()
    • Method Detail

      • getMedia

        @POST
        @Path("/getmedia")
        @Produces("application/json")
        public java.lang.String getMedia​(@Context
                                         javax.servlet.http.HttpServletRequest request,
                                         @Context
                                         javax.servlet.http.HttpServletResponse response,
                                         @NotNull @FormParam("serviceinstanceid")
                                         @NotNull java.lang.String mediaserviceInstanceId)
                                  throws java.io.IOException
        Throws:
        java.io.IOException