Class BuildResource
- java.lang.Object
-
- lumis.service.portalmanagement.build.BuildResource
-
-
Constructor Summary
Constructors Constructor Description BuildResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getInfo(HttpServletResponse response)
Get information (current version and strings) used to create buildInformation html
-
-
-
Method Detail
-
getInfo
@Path("/getInfo") @POST @Produces("application/json") public String getInfo(@Context HttpServletResponse response) throws PortalException
Get information (current version and strings) used to create buildInformation html- Parameters:
response
-- Returns:
- JSON string containing version and all strings listed.
- Throws:
PortalException
- Since:
- 7.1.0
-
-