public class DatatableConfigurator extends Object
The DatatableConfigurator
is used to pick up different classes in
charge of the configuration loading, instantiate them and cache them.
LocaleResolver
,
StandardLocaleResolver
,
ConfigLoader
,
ConfigLoader
Modifier and Type | Method and Description |
---|---|
static void |
clear()
FOR INTERNAL USE ONLY
|
static ConfigLoader |
getConfigLoader() |
static com.github.dandelion.core.i18n.LocaleResolver |
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. |
static com.github.dandelion.core.i18n.MessageResolver |
getMessageResolver(javax.servlet.http.HttpServletRequest request) |
public static com.github.dandelion.core.i18n.LocaleResolver getLocaleResolver()
LocaleResolver
using the following
strategy:
i18n.locale.resolver
has been defined
in any of the user properties files. If so, tries to instantiate the
class.LocaleResolver
.public static com.github.dandelion.core.i18n.MessageResolver getMessageResolver(javax.servlet.http.HttpServletRequest request)
public static ConfigLoader getConfigLoader()
ConfigLoader
.public static void clear()
Copyright © 2013–2015 Dandelion Project. All rights reserved.