Package org.apache.commons.proxy.interceptor.filter

This package contains some useful MethodFilter implementations.

See:
          Description

Class Summary
PatternFilter A method filter implementation that returns true if the method's name matches a supplied regular expression (JDK regex) pattern string.
ReturnTypeFilter Filters methods based on their return type.
SimpleFilter A simple method filter implementation that merely returns true if the method's name is in a set of accepted names.
 

Package org.apache.commons.proxy.interceptor.filter Description

This package contains some useful MethodFilter implementations.



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.