Uses of Interface
org.keridwen.core.i18n.DictionaryHelper

Packages that use DictionaryHelper
org.keridwen.core.i18n   
org.keridwen.core.i18n.internal   
 

Uses of DictionaryHelper in org.keridwen.core.i18n
 

Classes in org.keridwen.core.i18n with type parameters of type DictionaryHelper
 interface Dictionary<HelperType extends DictionaryHelper>
          A dictionary contains the localized value corresponding to a given key.
 

Classes in org.keridwen.core.i18n that implement DictionaryHelper
 class DefaultDictionaryHelper
          Default implementation of the dictionary helper interface.
 

Methods in org.keridwen.core.i18n with parameters of type DictionaryHelper
 void DictionaryService.addDictionaryHelper(DictionaryHelper helperToAdd)
          Adds a dictionary helper to the list of managed helpers.
 void DictionaryService.removeDictionaryHelper(DictionaryHelper helperToRemove)
          Removes a dictionary helper from the list of managed helpers.
 

Uses of DictionaryHelper in org.keridwen.core.i18n.internal
 

Methods in org.keridwen.core.i18n.internal with parameters of type DictionaryHelper
 void DefaultDictionaryService.addDictionaryHelper(DictionaryHelper helperToAdd)
           
 void DefaultDictionaryService.removeDictionaryHelper(DictionaryHelper helperToRemove)
           
 



Copyright © 2011-2013 Artenum. All Rights Reserved.