Interface IStringLocalizationDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getStringTable​(java.lang.String resourcePath, java.util.Locale locale, java.util.List<ITheme> themes)
      Get the string table of the string localization.
    • Method Detail

      • getStringTable

        java.util.Map<java.lang.String,​java.lang.String> getStringTable​(java.lang.String resourcePath,
                                                                              java.util.Locale locale,
                                                                              java.util.List<ITheme> themes)
                                                                       throws PortalException
        Get the string table of the string localization.
        Parameters:
        resourcePath - the path of the resources to search within for the strings
        locale - the locale to use when searching for the strings
        themes - the themes to search within for strings, they are expected to be in the search order
        Returns:
        the string table with all found localized strings
        Throws:
        PortalException