Class StructureEditorResource
- java.lang.Object
-
- lumis.service.portalmanagement.structureeditor.StructureEditorResource
-
-
Constructor Summary
Constructors Constructor Description StructureEditorResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getServices(HttpServletResponse response)
Returns the portal instantiable services.
-
-
-
Method Detail
-
getServices
@Path("/getservices") @Produces("application/json") @GET public 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
-
-