Class StructureEditorResource
- java.lang.Object
-
- lumis.service.portalmanagement.structureeditor.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: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
-
-
Constructor Summary
Constructors Constructor Description StructureEditorResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getServices(HttpServletResponse response)
Returns the portal instantiable services.
-
-
-
Method Detail
-
getServices
@Path("/getservices") @Produces("application/json") @GET public java.lang.String getServices(@Context HttpServletResponse response) throws PortalException
Returns the portal instantiable services.- Parameters:
response
- theHttpServletResponse
.- Returns:
- the portal instantiable services.
- Throws:
PortalException
- Since:
- 7.1.0
-
-