Interface LocalizationInfo
- All Known Implementing Classes:
PropertiesBasedLocalizationInfo
public interface LocalizationInfo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedProperty(PK languagePK, String propertyKey) getLocalizedPropertyFromHierarchy(PK languagePK, String qualifier, LocalizationInfo.Type type, String inheritancePKs)
-
Method Details
-
getLanguagePKs
Collection<PK> getLanguagePKs() -
getLocalizedProperty
-
getLocalizedPropertyFromHierarchy
String getLocalizedPropertyFromHierarchy(PK languagePK, String qualifier, LocalizationInfo.Type type, String inheritancePKs)
-