Uses of Interface
org.springframework.validation.MessageCodesResolver

Packages that use MessageCodesResolver
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
org.springframework.web.bind.support Support classes for web data binding. 
org.springframework.web.portlet.mvc Standard controller implementations for the portlet MVC framework that comes with Spring. 
org.springframework.web.servlet.mvc Standard controller implementations for the servlet MVC framework that comes with Spring. 
 

Uses of MessageCodesResolver in org.springframework.validation
 

Classes in org.springframework.validation that implement MessageCodesResolver
 class DefaultMessageCodesResolver
          Default implementation of the MessageCodesResolver interface.
 

Methods in org.springframework.validation that return MessageCodesResolver
 MessageCodesResolver AbstractBindingResult.getMessageCodesResolver()
          Return the strategy to use for resolving errors into message codes.
 

Methods in org.springframework.validation with parameters of type MessageCodesResolver
 void DataBinder.setMessageCodesResolver(MessageCodesResolver messageCodesResolver)
          Set the strategy to use for resolving errors into message codes.
 void AbstractBindingResult.setMessageCodesResolver(MessageCodesResolver messageCodesResolver)
          Set the strategy to use for resolving errors into message codes.
 

Uses of MessageCodesResolver in org.springframework.web.bind.support
 

Methods in org.springframework.web.bind.support that return MessageCodesResolver
 MessageCodesResolver ConfigurableWebBindingInitializer.getMessageCodesResolver()
          Return the strategy to use for resolving errors into message codes.
 

Methods in org.springframework.web.bind.support with parameters of type MessageCodesResolver
 void ConfigurableWebBindingInitializer.setMessageCodesResolver(MessageCodesResolver messageCodesResolver)
          Set the strategy to use for resolving errors into message codes.
 

Uses of MessageCodesResolver in org.springframework.web.portlet.mvc
 

Methods in org.springframework.web.portlet.mvc that return MessageCodesResolver
 MessageCodesResolver BaseCommandController.getMessageCodesResolver()
          Return the strategy to use for resolving errors into message codes (if any).
 

Methods in org.springframework.web.portlet.mvc with parameters of type MessageCodesResolver
 void BaseCommandController.setMessageCodesResolver(MessageCodesResolver messageCodesResolver)
          Set the strategy to use for resolving errors into message codes.
 

Uses of MessageCodesResolver in org.springframework.web.servlet.mvc
 

Methods in org.springframework.web.servlet.mvc that return MessageCodesResolver
 MessageCodesResolver BaseCommandController.getMessageCodesResolver()
          Return the strategy to use for resolving errors into message codes (if any).
 

Methods in org.springframework.web.servlet.mvc with parameters of type MessageCodesResolver
 void BaseCommandController.setMessageCodesResolver(MessageCodesResolver messageCodesResolver)
          Set the strategy to use for resolving errors into message codes.
 



Copyright © 2002-2008 The Spring Framework.