Class HtmlContentResource


  • @Path("/lumis/service/htmlcontent")
    public class HtmlContentResource
    extends java.lang.Object
    Html Content Resource.
    Since:
    8.1.0
    Version:
    $Revision: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addContentFromHolder​(@NotNull java.lang.String serviceInstanceId, @NotNull java.lang.String serviceInterfaceInstanceId, @NotNull java.lang.String pageId, @NotNull java.lang.String holderId)
      Create HTML content if the HMTL service instance has no content yet.
      • Methods inherited from class java.lang.Object

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

      • HtmlContentResource

        public HtmlContentResource()
    • Method Detail

      • addContentFromHolder

        @Path("/addContentFromHolder")
        @POST
        public void addContentFromHolder​(@QueryParam("serviceInstanceId") @NotNull
                                         @NotNull java.lang.String serviceInstanceId,
                                         @QueryParam("serviceInterfaceInstanceId") @NotNull
                                         @NotNull java.lang.String serviceInterfaceInstanceId,
                                         @QueryParam("pageId") @NotNull
                                         @NotNull java.lang.String pageId,
                                         @QueryParam("holderId") @NotNull
                                         @NotNull java.lang.String holderId)
                                  throws PortalException
        Create HTML content if the HMTL service instance has no content yet.
        Parameters:
        serviceInstanceId - service instance identifier
        serviceInterfaceInstanceId - service interface instance identifier
        pageId - current page identifier
        holderId - page holder identifier
        Throws:
        PortalException
        Since:
        8.1.0