Home » xwork-2.1.5 » com.opensymphony » xwork2 » interceptor » [javadoc | source]
com.opensymphony.xwork2.interceptor
public class: MethodFilterInterceptorUtil [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil
Utility class contains common methods used by com.opensymphony.xwork2.interceptor.MethodFilterInterceptor .
Method from com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil Summary:
applyMethod,   applyMethod
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.interceptor.MethodFilterInterceptorUtil Detail:
 public static boolean applyMethod(Set<String> excludeMethods,
    Set<String> includeMethods,
    String method) 
    Static method to decide if the specified method should be apply (not filtered) depending on the set of excludeMethods and includeMethods.
    • includeMethods takes precedence over excludeMethods
    Note: Supports wildcard listings in includeMethods/excludeMethods
 public static boolean applyMethod(String excludeMethods,
    String includeMethods,
    String method)