类的使用
cn.taketoday.context.NoSuchMessageException
使用NoSuchMessageException的程序包
-
cn.taketoday.context中NoSuchMessageException的使用
修饰符和类型方法说明MessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) Try to resolve the message using all the attributes contained within theMessageSourceResolvableargument that was passed in.MessageSource.getMessage(String code, Object[] args, Locale locale) Try to resolve the message. -
cn.taketoday.context.support中NoSuchMessageException的使用
修饰符和类型方法说明AbstractApplicationContext.getMessage(MessageSourceResolvable resolvable, Locale locale) AbstractApplicationContext.getMessage(String code, Object[] args, Locale locale) final StringAbstractMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) final StringAbstractMessageSource.getMessage(String code, Object[] args, Locale locale) DelegatingMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) DelegatingMessageSource.getMessage(String code, Object[] args, Locale locale) MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the default Locale.MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable, Locale locale) Retrieve the given MessageSourceResolvable (e.g. an ObjectError instance) in the given Locale.MessageSourceAccessor.getMessage(String code) Retrieve the message for the given code and the default Locale.MessageSourceAccessor.getMessage(String code, Object[] args) Retrieve the message for the given code and the default Locale.MessageSourceAccessor.getMessage(String code, Object[] args, Locale locale) Retrieve the message for the given code and the given Locale.MessageSourceAccessor.getMessage(String code, Locale locale) Retrieve the message for the given code and the given Locale.