org.zeroexchange.i18n.read
Interface LocalizationReader

All Known Implementing Classes:
LocalizationProvidersFactory

public interface LocalizationReader

The factory of the localization services.

Author:
black

Method Summary
 String getString(Identifiable<? extends Serializable> entity)
          Returns localized string for the 'title' resource type.
 String getString(Identifiable<? extends Serializable> entity, String resourceType)
          Returns localized string for the specified resource type.
 String getString(Identifiable<? extends Serializable> entity, String resourceType, String locale)
          Returns localized string for the specified resource type and locale.
 

Method Detail

getString

String getString(Identifiable<? extends Serializable> entity)
Returns localized string for the 'title' resource type.


getString

String getString(Identifiable<? extends Serializable> entity,
                 String resourceType)
Returns localized string for the specified resource type.


getString

String getString(Identifiable<? extends Serializable> entity,
                 String resourceType,
                 String locale)
Returns localized string for the specified resource type and locale.



Copyright © 2013. All Rights Reserved.