类 DatabaseDrivenMessageSource
- java.lang.Object
-
- net.sinodawn.framework.i18n.DatabaseDrivenMessageSource
-
- 所有已实现的接口:
org.springframework.context.MessageSource
public class DatabaseDrivenMessageSource extends Object implements org.springframework.context.MessageSource
-
-
构造器概要
构造器 构造器 说明 DatabaseDrivenMessageSource(org.springframework.context.ApplicationContext applicationContext)
-
-
-
方法详细资料
-
getMessage
public String getMessage(String code, Object[] args, String defaultMessage, Locale locale)
- 指定者:
getMessage在接口中org.springframework.context.MessageSource
-
getMessage
public String getMessage(String code, Object[] args, Locale locale) throws org.springframework.context.NoSuchMessageException
- 指定者:
getMessage在接口中org.springframework.context.MessageSource- 抛出:
org.springframework.context.NoSuchMessageException
-
-