org.zeroexchange.i18n.read.processor
Class TitlesAwareProvider

java.lang.Object
  extended by org.zeroexchange.i18n.read.processor.AbstractLocalizationProvider<TitlesAware>
      extended by org.zeroexchange.i18n.read.processor.TitlesAwareProvider
All Implemented Interfaces:
DataProcessor, LocalizationProviderProcessor<TitlesAware>

public class TitlesAwareProvider
extends AbstractLocalizationProvider<TitlesAware>
implements DataProcessor

Author:
black

Constructor Summary
TitlesAwareProvider()
           
 
Method Summary
 Class getProcessingClass()
          Returns root hierarchy current processor can operate
 String getString(TitlesAware entity, String resourceType, String locale)
          Returns localized string for the specified resource type.
 
Methods inherited from class org.zeroexchange.i18n.read.processor.AbstractLocalizationProvider
getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TitlesAwareProvider

public TitlesAwareProvider()
Method Detail

getProcessingClass

public Class getProcessingClass()
Returns root hierarchy current processor can operate

Specified by:
getProcessingClass in interface DataProcessor

getString

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

Specified by:
getString in interface LocalizationProviderProcessor<TitlesAware>


Copyright © 2013. All Rights Reserved.