Class PagePersonalizationResource
- java.lang.Object
-
- lumis.service.pagepersonalization.PagePersonalizationResource
-
@Path("/lumis/service/pagepersonalization/rest") public class PagePersonalizationResource extends java.lang.Object
Rest API for widget repository- Since:
- 10.4.0
- Version:
- $Revision: 21230 $ $Date: 2018-04-24 19:07:57 -0300 (Tue, 24 Apr 2018) $
-
-
Constructor Summary
Constructors Constructor Description PagePersonalizationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
openSelectWidget(@NotNull java.lang.String dependentId)
Get the service instance for the given dependent id.
-
-
-
Method Detail
-
openSelectWidget
@GET @Path("/selectWidget") @Produces("text/html") public java.lang.String openSelectWidget(@QueryParam("dependentId") @NotNull @NotNull java.lang.String dependentId) throws java.lang.Exception
Get the service instance for the given dependent id.- Parameters:
dependentId
- the dependency id- Throws:
PortalException
java.lang.Exception
- Since:
- 10.4.0
-
-