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

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.util.AttributeFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
AbstractFacesMojo.VirtualAttributeFilter

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


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

Constructor Detail

AttributeFilter

public AttributeFilter()
Method Detail

accept

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

accept

protected abstract boolean accept(AttributeBean attribute)


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