org.apache.myfaces.extensions.validator.core.storage
Interface MappedConstraintSourceStorage

All Known Implementing Classes:
DefaultMappedConstraintSourceStorage

public interface MappedConstraintSourceStorage

Since:
r4
Author:
Gerhard Petracek

Method Summary
 boolean containsMapping(Class targetClass, String property)
           
 PropertyDetails getMappedConstraintSource(Class targetClass, String property)
           
 void storeMapping(Class targetClass, String property, PropertyDetails propertyDetails)
           
 

Method Detail

storeMapping

void storeMapping(Class targetClass,
                  String property,
                  PropertyDetails propertyDetails)

getMappedConstraintSource

PropertyDetails getMappedConstraintSource(Class targetClass,
                                          String property)

containsMapping

boolean containsMapping(Class targetClass,
                        String property)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.