Class PagePersonalizationResource
- java.lang.Object
-
- lumis.service.pagepersonalization.PagePersonalizationResource
-
-
Constructor Summary
Constructors Constructor Description PagePersonalizationResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
openSelectWidget(String dependentId)
Get the service instance for the given dependent id.
-
-
-
Method Detail
-
openSelectWidget
@GET @Path("/selectWidget") @Produces("text/html") public String openSelectWidget(@QueryParam("dependentId") @NotNull String dependentId) throws Exception
Get the service instance for the given dependent id.- Parameters:
dependentId
- the dependency id- Throws:
PortalException
Exception
- Since:
- 10.4.0
-
-