Uses of Class
org.springframework.context.NoSuchMessageException
Package
Description
This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Support for result handling through view resolution.
Support classes for Spring's web MVC framework.
This package contains Spring's JSP standard tag library for JSP 2.0+.
-
Uses of NoSuchMessageException in org.springframework.context
Modifier and TypeMethodDescriptionMessageSource.getMessage
(String code, Object[] args, Locale locale) Try to resolve the message.MessageSource.getMessage
(MessageSourceResolvable resolvable, Locale locale) Try to resolve the message using all the attributes contained within theMessageSourceResolvable
argument that was passed in. -
Uses of NoSuchMessageException in org.springframework.context.support
Modifier and TypeMethodDescriptionAbstractApplicationContext.getMessage
(String code, Object[] args, Locale locale) AbstractApplicationContext.getMessage
(MessageSourceResolvable resolvable, Locale locale) final String
AbstractMessageSource.getMessage
(String code, Object[] args, Locale locale) final String
AbstractMessageSource.getMessage
(MessageSourceResolvable resolvable, Locale locale) DelegatingMessageSource.getMessage
(String code, Object[] args, Locale locale) DelegatingMessageSource.getMessage
(MessageSourceResolvable resolvable, Locale 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.MessageSourceAccessor.getMessage
(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g.MessageSourceAccessor.getMessage
(MessageSourceResolvable resolvable, Locale locale) Retrieve the given MessageSourceResolvable (e.g. -
Uses of NoSuchMessageException in org.springframework.web.reactive.result.view
Modifier and TypeMethodDescriptionRequestContext.getMessage
(String code) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(String code, Object[] args) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(String code, Object[] args, boolean htmlEscape) Retrieve the message for the given code.RequestContext.getMessage
(String code, List<?> args) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g.RequestContext.getMessage
(MessageSourceResolvable resolvable, boolean htmlEscape) Retrieve the given MessageSourceResolvable (e.g. -
Uses of NoSuchMessageException in org.springframework.web.servlet.support
Modifier and TypeMethodDescriptionRequestContext.getMessage
(String code) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(String code, Object[] args) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(String code, Object[] args, boolean htmlEscape) Retrieve the message for the given code.RequestContext.getMessage
(String code, List<?> args) Retrieve the message for the given code, using the "defaultHtmlEscape" setting.RequestContext.getMessage
(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g.RequestContext.getMessage
(MessageSourceResolvable resolvable, boolean htmlEscape) Retrieve the given MessageSourceResolvable (e.g.RequestContext.getThemeMessage
(String code) Retrieve the theme message for the given code.RequestContext.getThemeMessage
(String code, Object[] args) Retrieve the theme message for the given code.RequestContext.getThemeMessage
(String code, List<?> args) Retrieve the theme message for the given code.RequestContext.getThemeMessage
(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable in the current theme. -
Uses of NoSuchMessageException in org.springframework.web.servlet.tags
Modifier and TypeMethodDescriptionprotected String
MessageTag.getNoSuchMessageExceptionDescription
(NoSuchMessageException ex) Return default exception message.protected String
Return exception message that indicates the current theme.Modifier and TypeMethodDescriptionprotected String
MessageTag.resolveMessage()
Resolve the specified message into a concrete message String.