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

All Known Implementing Classes:
JoinValidationMetaDataStorageFilter

public interface MetaDataStorageFilter

Allows filtering e.g. MetaDataEntries. So it's possible to add/remove entries which should or shouldn't be used.

Since:
x.x.3

Method Summary
 void filter(PropertyInformation propertyInformation)
          Allows to manipulate the given information which will be used e.g.
 

Method Detail

filter

void filter(PropertyInformation propertyInformation)
Allows to manipulate the given information which will be used e.g. for the validation and component initialization process.

Parameters:
propertyInformation - information about the current property


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