org.zeroexchange.i18n.read.processor
Interface LocalizationProviderProcessor<T>

All Known Implementing Classes:
AbstractLocalizationProvider, TitlesAwareProvider

public interface LocalizationProviderProcessor<T>

The services manages localization of data stored in the database.

Author:
black

Method Summary
 String getString(T entity)
          Returns localized string for the 'title' resource type.
 String getString(T entity, String resourceType)
          Returns localized string for the 'title' resource type.
 String getString(T entity, String resourceType, String locale)
          Returns localized string for the specified resource type.
 

Method Detail

getString

String getString(T entity)
Returns localized string for the 'title' resource type.


getString

String getString(T entity,
                 String resourceType)
Returns localized string for the 'title' resource type.


getString

String getString(T entity,
                 String resourceType,
                 String locale)
Returns localized string for the specified resource type.



Copyright © 2013. All Rights Reserved.