Uses of Interface
org.apache.commons.proxy.interceptor.MethodFilter

Packages that use MethodFilter
org.apache.commons.proxy.interceptor This package contains some useful Interceptor implementations. 
org.apache.commons.proxy.interceptor.filter This package contains some useful MethodFilter implementations. 
 

Uses of MethodFilter in org.apache.commons.proxy.interceptor
 

Constructors in org.apache.commons.proxy.interceptor with parameters of type MethodFilter
FilteredInterceptor(Interceptor inner, MethodFilter filter)
           
 

Uses of MethodFilter in org.apache.commons.proxy.interceptor.filter
 

Classes in org.apache.commons.proxy.interceptor.filter that implement MethodFilter
 class PatternFilter
          A method filter implementation that returns true if the method's name matches a supplied regular expression (JDK regex) pattern string.
 class ReturnTypeFilter
          Filters methods based on their return type.
 class SimpleFilter
          A simple method filter implementation that merely returns true if the method's name is in a set of accepted names.
 

Methods in org.apache.commons.proxy.interceptor.filter that return MethodFilter
static MethodFilter PatternFilter.getterSetterFilter()
          Returns a MethodFilter which accepts only "getters" and "setters."
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.