Class ChannelLocaleResource
- java.lang.Object
-
- lumis.service.portalmanagement.channel.ChannelLocaleResource
-
@Path("/lum-internal/admin/portal-studio/itempicker/locale") public class ChannelLocaleResource extends java.lang.Object
Rest Application for channel language Localization.- Since:
- 8.1.0
- Version:
- $Revision: 17594 $ $Date: 2015-07-17 11:22:41 -0300 (Fri, 17 Jul 2015) $
-
-
Constructor Summary
Constructors Constructor Description ChannelLocaleResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGlobalLocales(HttpServletResponse response, java.lang.String hint)
Get global locales
-
-
-
Method Detail
-
getGlobalLocales
@GET @Path("/getlocales") @Produces("application/json") public java.lang.String getGlobalLocales(@Context HttpServletResponse response, @QueryParam("term") java.lang.String hint) throws PortalException, java.sql.SQLException
Get global locales- Parameters:
response
-hint
-- Returns:
- Throws:
PortalException
java.sql.SQLException
- Since:
- 8.1.0
-
-