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$ $Date$
-
-
Constructor Summary
Constructors Constructor Description StructureEditorResource()
-
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.
-
-
-
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
- theHttpServletResponse
.- Returns:
- the portal instantiable services.
- Throws:
PortalException
- Since:
- 7.1.0
-
-