Class HtmlSnippetResource


  • @Path("/lumis/service/doui/htmlsnippet")
    public class HtmlSnippetResource
    extends java.lang.Object
    Resource that returns information used by the html snippet editor
    Since:
    15.0.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInsertMarkers​(@NotNull java.lang.String serviceInstanceId)  
      • Methods inherited from class java.lang.Object

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

      • HtmlSnippetResource

        public HtmlSnippetResource()
    • Method Detail

      • getInsertMarkers

        @Path("/getinsertmarkers")
        @GET
        @Produces("application/json")
        public java.lang.String getInsertMarkers​(@QueryParam("serviceInstanceId") @NotNull
                                                 @NotNull java.lang.String serviceInstanceId)
                                          throws PortalException
        Throws:
        PortalException