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()
II18nEventHandler
onLocale
in interface II18nEventHandler
public void onChanged(Locale locale)
II18nEventHandler
onChanged
in interface II18nEventHandler
locale
- Locale对象public InputStream onLoad(String resourceName) throws IOException
II18nEventHandler
onLoad
in interface II18nEventHandler
resourceName
- 资源名称IOException
- 加载资源文件可能发生异常Copyright © 2022. All rights reserved.