Class StructureEditorResource


  • @Path("/lum-internal/admin/portal-studio/structureeditor")
    public class StructureEditorResource
    extends java.lang.Object
    Structure editor rest service.
    Since:
    7.1.0
    Version:
    $Revision$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServices​(javax.servlet.http.HttpServletResponse response)
      Returns the portal instantiable services.
      • Methods inherited from class java.lang.Object

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

      • StructureEditorResource

        public StructureEditorResource()
    • Method Detail

      • getServices

        @Path("/getservices")
        @Produces("application/json")
        @GET
        public java.lang.String getServices​(@Context
                                            javax.servlet.http.HttpServletResponse response)
                                     throws PortalException
        Returns the portal instantiable services.
        Parameters:
        response - the HttpServletResponse.
        Returns:
        the portal instantiable services.
        Throws:
        PortalException
        Since:
        7.1.0