|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchMessageException | |
org.springframework.context | 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. |
org.springframework.context.support | Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation. |
org.springframework.web.servlet.support | Support classes for Spring's web MVC framework. |
org.springframework.web.servlet.tags | Spring's standard custom tag library. |
Uses of NoSuchMessageException in org.springframework.context |
Methods in org.springframework.context that throw NoSuchMessageException | |
java.lang.String |
MessageSource.getMessage(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale)
Try to resolve the message. |
java.lang.String |
MessageSource.getMessage(MessageSourceResolvable resolvable,
java.util.Locale locale)
Try to resolve the message using all the attributes contained within the MessageSourceResolvable argument that was passed in. |
Uses of NoSuchMessageException in org.springframework.context.support |
Methods in org.springframework.context.support that throw NoSuchMessageException | |
java.lang.String |
MessageSourceAccessor.getMessage(java.lang.String code)
Retrieve the message for the given code and the default Locale. |
java.lang.String |
MessageSourceAccessor.getMessage(java.lang.String code,
java.util.Locale locale)
Retrieve the message for the given code and the given Locale. |
java.lang.String |
MessageSourceAccessor.getMessage(java.lang.String code,
java.lang.Object[] args)
Retrieve the message for the given code and the default Locale. |
java.lang.String |
MessageSourceAccessor.getMessage(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale)
Retrieve the message for the given code and the given Locale. |
java.lang.String |
MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable)
Retrieve the given MessageSourceResolvable (e.g. |
java.lang.String |
MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable,
java.util.Locale locale)
Retrieve the given MessageSourceResolvable (e.g. |
java.lang.String |
AbstractMessageSource.getMessage(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale)
|
java.lang.String |
AbstractMessageSource.getMessage(MessageSourceResolvable resolvable,
java.util.Locale locale)
|
protected java.lang.String |
AbstractMessageSource.getMessageInternal(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale)
Resolve the given code and arguments as message in the given Locale, throwing a NoSuchMessageException if not found. |
java.lang.String |
AbstractApplicationContext.getMessage(java.lang.String code,
java.lang.Object[] args,
java.util.Locale locale)
|
java.lang.String |
AbstractApplicationContext.getMessage(MessageSourceResolvable resolvable,
java.util.Locale locale)
|
Uses of NoSuchMessageException in org.springframework.web.servlet.support |
Methods in org.springframework.web.servlet.support that throw NoSuchMessageException | |
java.lang.String |
RequestContext.getMessage(java.lang.String code)
Retrieve the message for the given code, using the defaultHtmlEscape setting. |
java.lang.String |
RequestContext.getMessage(java.lang.String code,
java.lang.Object[] args)
Retrieve the message for the given code, using the defaultHtmlEscape setting. |
java.lang.String |
RequestContext.getMessage(java.lang.String code,
java.lang.Object[] args,
boolean htmlEscape)
Retrieve the message for the given code. |
java.lang.String |
RequestContext.getMessage(MessageSourceResolvable resolvable)
Retrieve the given MessageSourceResolvable (e.g. |
java.lang.String |
RequestContext.getMessage(MessageSourceResolvable resolvable,
boolean htmlEscape)
Retrieve the given MessageSourceResolvable (e.g. |
Uses of NoSuchMessageException in org.springframework.web.servlet.tags |
Methods in org.springframework.web.servlet.tags with parameters of type NoSuchMessageException | |
protected java.lang.String |
ThemeTag.getNoSuchMessageExceptionDescription(NoSuchMessageException ex)
Return exception message that indicates the current theme. |
protected java.lang.String |
MessageTag.getNoSuchMessageExceptionDescription(NoSuchMessageException ex)
Return default exception message. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |