Class ChannelLocaleResource
- java.lang.Object
-
- lumis.service.portalmanagement.channel.ChannelLocaleResource
-
-
Constructor Summary
Constructors Constructor Description ChannelLocaleResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGlobalLocales(HttpServletResponse response, String hint)
Get global locales
-
-
-
Method Detail
-
getGlobalLocales
@GET @Path("/getlocales") @Produces("application/json") public String getGlobalLocales(@Context HttpServletResponse response, @QueryParam("term") String hint) throws PortalException, SQLException
Get global locales- Parameters:
response
-hint
-- Returns:
- Throws:
PortalException
SQLException
- Since:
- 8.1.0
-
-