|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.dandelion.datatables.core.configuration.ConfigurationStore
public class ConfigurationStore
Storage class for all configurations by Locale and group.
| Constructor Summary | |
|---|---|
ConfigurationStore()
|
|
| Method Summary | |
|---|---|
static void |
clear()
FOR INTERNAL USE ONLY |
static Map<Locale,Map<String,Map<ConfigToken<?>,Object>>> |
getConfigurationStore()
FOR INTERNAL USE ONLY |
static TableConfiguration |
getPrototype(javax.servlet.http.HttpServletRequest request,
String groupName)
Return the TableConfiguration prototype for the given locale
(extracted from the request) and the given group. |
static void |
resolveGroupsForLocale(Locale locale,
javax.servlet.http.HttpServletRequest request)
Resolves configurations groups for the given locale and stores them in the ConfigurationStore. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationStore()
| Method Detail |
|---|
public static TableConfiguration getPrototype(javax.servlet.http.HttpServletRequest request,
String groupName)
Return the TableConfiguration prototype for the given locale
(extracted from the request) and the given group.
request - The request sent by the user.groupName - The group name requested by the user to activate the
corresponding configuration.
TableConfiguration.
public static void resolveGroupsForLocale(Locale locale,
javax.servlet.http.HttpServletRequest request)
ConfigurationStore.
locale - public static Map<Locale,Map<String,Map<ConfigToken<?>,Object>>> getConfigurationStore()
public static void clear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||