|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.endeca.portal.mdex.LocaleUtil
public class LocaleUtil
The purpose of this method is to translate the locale string used by Liferay to the locale string used by the MDEX. For the locales supported in version 3.0, the only difference is in the strings for cn and tw locales, but conversions for more locales may need to be added in the future when we support new locales. This method will default to en if no portlet request is given
Field Summary | |
---|---|
static java.lang.String |
MDEX_EN_LOCALE
|
Constructor Summary | |
---|---|
LocaleUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getMDEXLanguageId(javax.portlet.PortletRequest request)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MDEX_EN_LOCALE
Constructor Detail |
---|
public LocaleUtil()
Method Detail |
---|
public static java.lang.String getMDEXLanguageId(javax.portlet.PortletRequest request)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |