PageMixer demonstration with Servlet

common
Interface LocaleKeys

All Superinterfaces:
LocaleConstants
All Known Implementing Classes:
LocaleIterationFilter, BasketFilterFactory, CustomContextFactory, CustomLocaleFactory

public interface LocaleKeys
extends LocaleConstants

Keys to look information for locale up.


Field Summary
static java.lang.Object KEY_LOCALE_ENTRY
           
static java.lang.Object KEY_LOCALE_ENTRY_PROVIDER
           
static java.lang.Object KEY_PARAM_LOCALE
           
static java.lang.Object KEY_SESSION_LOCALE
           
 
Fields inherited from interface common.LocaleConstants
CLASS_LOCALE, CLASS_LOCALE_ENTRY, PARAM_LOCALE, REQUEST_LOCALE_ENTRY, REQUEST_LOCALE_ENTRY_PROVIDER, SESSION_LOCALE
 

Field Detail

KEY_PARAM_LOCALE

public static final java.lang.Object KEY_PARAM_LOCALE

KEY_LOCALE_ENTRY_PROVIDER

public static final java.lang.Object KEY_LOCALE_ENTRY_PROVIDER

KEY_LOCALE_ENTRY

public static final java.lang.Object KEY_LOCALE_ENTRY

KEY_SESSION_LOCALE

public static final java.lang.Object KEY_SESSION_LOCALE

PageMixer demonstration with Servlet