org.apache.tapestry.services
Interface MethodFilter


public interface MethodFilter

Used by ClassTransformation.findMethods(MethodFilter) to accept or reject each method.


Method Summary
 boolean accept(TransformMethodSignature signature)
          Passed each signature in turn, only signatures for which this method returns true will be included in the final result.
 

Method Detail

accept

boolean accept(TransformMethodSignature signature)
Passed each signature in turn, only signatures for which this method returns true will be included in the final result.



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