org.apache.myfaces.extensions.validator
Class JoinValidationMetaDataStorageFilter

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.JoinValidationMetaDataStorageFilter
All Implemented Interfaces:
MetaDataStorageFilter

public class JoinValidationMetaDataStorageFilter
extends Object
implements MetaDataStorageFilter

EXTVAL-59

Since:
x.x.3
Author:
Gerhard Petracek

Constructor Summary
JoinValidationMetaDataStorageFilter()
           
 
Method Summary
 boolean equals(Object obj)
           
 void filter(PropertyInformation propertyInformation)
          Allows to manipulate the given information which will be used e.g. for the validation and component initialization process.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinValidationMetaDataStorageFilter

public JoinValidationMetaDataStorageFilter()
Method Detail

filter

public void filter(PropertyInformation propertyInformation)
Description copied from interface: MetaDataStorageFilter
Allows to manipulate the given information which will be used e.g. for the validation and component initialization process.

Specified by:
filter in interface MetaDataStorageFilter
Parameters:
propertyInformation - information about the current property

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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