public class I18nWebEventHandler extends Object implements II18nEventHandler
| Constructor and Description |
|---|
I18nWebEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onChanged(Locale locale)
当Locale改变时处理此方法
|
InputStream |
onLoad(String resourceName)
加载资源文件的具体处理方法
|
Locale |
onLocale()
加载当前Locale对象
|
public Locale onLocale()
II18nEventHandleronLocale in interface II18nEventHandlerpublic void onChanged(Locale locale)
II18nEventHandleronChanged in interface II18nEventHandlerlocale - Locale对象public InputStream onLoad(String resourceName) throws IOException
II18nEventHandleronLoad in interface II18nEventHandlerresourceName - 资源名称IOException - 加载资源文件可能发生异常Copyright © 2022. All rights reserved.