net.beandocument
Interface BeanContentFilter

All Known Implementing Classes:
SimpleBeanContentFilter

public interface BeanContentFilter

Interface for defining a filter in bean documents. This filter is used when parsing a bean to check which content will be exposed to the DOM document

Author:
Jens Scheffler

Method Summary
 boolean match(java.lang.Class beanClass, java.lang.String memberName, java.lang.Class memberClass)
          Tries to match a given member information against the filter instance.
 

Method Detail

match

public boolean match(java.lang.Class beanClass,
                     java.lang.String memberName,
                     java.lang.Class memberClass)
Tries to match a given member information against the filter instance.

Parameters:
beanClass - Class of the bean to match
memberName - Name of the member which is evaluated
memberClass - Class of the member
Returns:
Flag if the given member information matches for the given filter