Uses of Interface
org.springframework.context.MessageSourceResolvable
Packages that use MessageSourceResolvable
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.
Provides data binding and validation functionality,
 for usage in business and/or UI layers.
Support classes for integrating a JSR-303 Bean Validation provider
 (such as Hibernate Validator) into a Spring ApplicationContext
 and in particular with Spring's data binding and validation APIs.
- 
Uses of MessageSourceResolvable in org.springframework.contextMethods in org.springframework.context with parameters of type MessageSourceResolvableModifier and TypeMethodDescriptionMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) Try to resolve the message using all the attributes contained within theMessageSourceResolvableargument that was passed in.
- 
Uses of MessageSourceResolvable in org.springframework.context.supportClasses in org.springframework.context.support that implement MessageSourceResolvableModifier and TypeClassDescriptionclassSpring's default implementation of theMessageSourceResolvableinterface.Methods in org.springframework.context.support with parameters of type MessageSourceResolvableModifier and TypeMethodDescriptionprotected StringAbstractMessageSource.getDefaultMessage(MessageSourceResolvable resolvable, Locale locale) Get a default message for the givenMessageSourceResolvable.AbstractApplicationContext.getMessage(MessageSourceResolvable resolvable, Locale locale) final StringAbstractMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) DelegatingMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g.MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable, Locale locale) Retrieve the given MessageSourceResolvable (e.g.Constructors in org.springframework.context.support with parameters of type MessageSourceResolvableModifierConstructorDescriptionCopy constructor: Create a new instance from another resolvable.
- 
Uses of MessageSourceResolvable in org.springframework.validationClasses in org.springframework.validation that implement MessageSourceResolvableModifier and TypeClassDescriptionclassEncapsulates a field error, that is, a reason for rejecting a specific field value.classEncapsulates an object error, that is, a global reason for rejecting an object.
- 
Uses of MessageSourceResolvable in org.springframework.validation.beanvalidationMethods in org.springframework.validation.beanvalidation that return MessageSourceResolvableModifier and TypeMethodDescriptionprotected MessageSourceResolvableSpringValidatorAdapter.getResolvableField(String objectName, String field) Build a resolvable wrapper for the specified field, allowing to resolve the field's name in aMessageSource.