org.apache.tapestry5.services
Interface FieldFilter


public interface FieldFilter

Used by ClassTransformation.findFields(FieldFilter) to identify which fields to keep.


Method Summary
 boolean accept(String fieldName, String fieldType)
           
 

Method Detail

accept

boolean accept(String fieldName,
               String fieldType)


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