Package lumis.service.htmlcontent
Class HtmlContentResource
- java.lang.Object
-
- lumis.service.htmlcontent.HtmlContentResource
-
-
Constructor Summary
Constructors Constructor Description HtmlContentResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addContentFromHolder(@NotNull String serviceInstanceId, @NotNull String serviceInterfaceInstanceId, @NotNull String pageId, @NotNull String holderId)
Create HTML content if the HMTL service instance has no content yet.
-
-
-
Method Detail
-
addContentFromHolder
@Path("/addContentFromHolder") @POST public void addContentFromHolder(@QueryParam("serviceInstanceId") @NotNull @NotNull String serviceInstanceId, @QueryParam("serviceInterfaceInstanceId") @NotNull @NotNull String serviceInterfaceInstanceId, @QueryParam("pageId") @NotNull @NotNull String pageId, @QueryParam("holderId") @NotNull @NotNull String holderId) throws PortalException
Create HTML content if the HMTL service instance has no content yet.- Parameters:
serviceInstanceId
- service instance identifierserviceInterfaceInstanceId
- service interface instance identifierpageId
- current page identifierholderId
- page holder identifier- Throws:
PortalException
- Since:
- 8.1.0
-
-