Uses of Interface
com.github.dandelion.datatables.core.i18n.LocaleResolver

Packages that use LocaleResolver
com.github.dandelion.datatables.core.configuration   
com.github.dandelion.datatables.core.i18n   
 

Uses of LocaleResolver in com.github.dandelion.datatables.core.configuration
 

Methods in com.github.dandelion.datatables.core.configuration that return LocaleResolver
static LocaleResolver DatatablesConfigurator.getLocaleResolver()
          Return a uniq implementation of LocaleResolver using the following strategy: First, check if the i18n.locale.resolver has been defined in any of the user properties files.
 

Uses of LocaleResolver in com.github.dandelion.datatables.core.i18n
 

Classes in com.github.dandelion.datatables.core.i18n that implement LocaleResolver
 class StandardLocaleResolver
           Standard implementation of the LocaleResolver interface.
 



Copyright © 2013–2014 Dandelion Project. All rights reserved.