Package lumis.service.doui.htmlsnippet
Class DouiAiPageGenerationResource
- java.lang.Object
-
- lumis.service.doui.htmlsnippet.DouiAiPageGenerationResource
-
@Path("/lumis/service/doui/htmlsnippet/aipagegeneration") public class DouiAiPageGenerationResource extends java.lang.Object
REST resource to aid with AI page generation.- Since:
- 17.0.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description DouiAiPageGenerationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
chooseHtmlBlocks(javax.ws.rs.container.AsyncResponse response, @NotNull lumis.service.doui.htmlsnippet.DouiAiPageGenerationResource.ChooseBlocksRequest chooseBlocksRequest)
Choose among the available HTML blocks those that will be used to generate the user's web page.
-
-
-
Method Detail
-
chooseHtmlBlocks
@POST @Path("/chooseHtmlBlocks") @Produces("application/json") @Consumes("application/json") public void chooseHtmlBlocks(@Suspended javax.ws.rs.container.AsyncResponse response, @NotNull @NotNull lumis.service.doui.htmlsnippet.DouiAiPageGenerationResource.ChooseBlocksRequest chooseBlocksRequest)
Choose among the available HTML blocks those that will be used to generate the user's web page.- Parameters:
response
- the async responsechooseBlocksRequest
- the request- Since:
- 17.0.0
-
-