org.springmodules.validation.bean.rule.resolver
Interface ErrorArgumentsResolver

All Known Implementing Classes:
FunctionErrorArgumentsResolver, StaticErrorArgumentsResolver, ValangErrorArgumentsResolver

public interface ErrorArgumentsResolver

Resolves error arguments based on the validated object.

Author:
Uri Boness

Method Summary
 Object[] resolveArguments(Object obj)
          Returns the validation error arguments based on the given validated object.
 

Method Detail

resolveArguments

Object[] resolveArguments(Object obj)
Returns the validation error arguments based on the given validated object.

Parameters:
obj - The validated object.
Returns:
The validation error arguments.


Copyright © 2009. All Rights Reserved.