org.apache.wicket.bean.validation
Interface IPropertyResolver

All Known Subinterfaces:
BeanValidationContext
All Known Implementing Classes:
BeanValidationConfiguration, DefaultPropertyResolver

public interface IPropertyResolver

Resolves the property to be validated for the given form component. Implementations, incuding the default one, usually check the form component's model for some subclass that can provide the necessary meta information to resolve the property.

Author:
igor
See Also:
DefaultPropertyResolver, IPropertyReflectionAwareModel

Method Summary
 Property resolveProperty(FormComponent<?> component)
           
 

Method Detail

resolveProperty

Property resolveProperty(FormComponent<?> component)


Copyright © 2006–2016 Apache Software Foundation. All rights reserved.