Class 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$ $Date$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getGlobalLocales​(javax.servlet.http.HttpServletResponse response, java.lang.String hint)
      Get global locales
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelLocaleResource

        public ChannelLocaleResource()
    • Method Detail

      • getGlobalLocales

        @GET
        @Path("/getlocales")
        @Produces("application/json")
        public java.lang.String getGlobalLocales​(@Context
                                                 javax.servlet.http.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