Package lumis.portal.localization
Interface IStringLocalizationDao
-
- All Known Subinterfaces:
ICustomStringLocalizationDao
- All Known Implementing Classes:
CustomStringLocalizationDaoJdbc
,MainStringLocalizationDaoXml
public interface IStringLocalizationDao
Interface for String Localization Dao- Since:
- 4.0.0
- Version:
- $Revision: 17606 $ $Date: 2015-07-24 10:56:40 -0300 (Fri, 24 Jul 2015) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getStringTable(String resourcePath, Locale locale, List<ITheme> themes)
Get the string table of the string localization.
-
-
-
Method Detail
-
getStringTable
Map<String,String> getStringTable(String resourcePath, Locale locale, 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 stringslocale
- the locale to use when searching for the stringsthemes
- 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
-
-