lumis.portal.localization
Interface IStringLocalizationDao

Package class diagram package IStringLocalizationDao
All Known Subinterfaces:
ICustomStringLocalizationDao
All Known Implementing Classes:
CustomStringLocalizationDaoJdbc, MainStringLocalizationDaoXml

public interface IStringLocalizationDao

Since:
4.0.0

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getStringTable(java.lang.String resourcePath, java.util.Locale locale)
          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)
                                                                throws DaoException,
                                                                       PortalException
Get the string table of the string localization.

Parameters:
resourcePath -
locale -
Returns:
Throws:
DaoException
PortalException


Lumisportal  6.1.0.111014 - Copyright © 2001-2007, Lumis. All Rights Reserved.