org.apache.myfaces.buildtools.maven2.plugin.faces.util
Class PropertyFilter

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.util.PropertyFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AbstractComponentGenerator.NonVirtualFilter, AbstractComponentGenerator.ResolvableTypeFilter, TagAttributeFilter

public abstract class PropertyFilter
extends java.lang.Object
implements Filter


Constructor Summary
PropertyFilter()
           
 
Method Summary
 boolean accept(java.lang.Object obj)
           
protected abstract  boolean accept(PropertyBean property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFilter

public PropertyFilter()
Method Detail

accept

public final boolean accept(java.lang.Object obj)
Specified by:
accept in interface Filter

accept

protected abstract boolean accept(PropertyBean property)


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.