|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.cybozu.labs.langdetect.CmsLanguageUtil
public final class CmsLanguageUtil
Language detection wrapper.
| Field Summary | |
|---|---|
static java.lang.String |
LANGUAGE_PROFILE_ZIP_PATH
The default path for language profiles ZIP in the VFS. |
| Method Summary | |
|---|---|
static void |
loadProfile(CmsObject cms,
java.lang.String path)
Loads language profiles from a referenced ZIP. |
| 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 LANGUAGE_PROFILE_ZIP_PATH
| Method Detail |
|---|
public static void loadProfile(CmsObject cms,
java.lang.String path)
throws com.cybozu.labs.langdetect.LangDetectException
cms - the cms objectpath - the path to the language profiles ZIP in the VFS
LangDetectException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||