net.sf.oval.localization.context
Interface OValContextRenderer
- All Known Implementing Classes:
- ResourceBundleValidationContextRenderer, ToStringValidationContextRenderer
public interface OValContextRenderer
Implementations of this interface are able to transform a validation context into a
human readable (and if required localized) form.
The implementation to be used can be set on the Validator class using the static
setContextRenderer(...) method.
- Author:
- Sebastian Thomschke
- See Also:
Validator
render
String render(OValContext context)
Copyright © 2005-2013 The OVal Development Team. All Rights Reserved.