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


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
Author:
Gerhard Petracek

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

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-2010 The Apache Software Foundation. All Rights Reserved.