net.sf.crispy.filter
Class NamePatternInterceptorFilter

java.lang.Object
  extended bynet.sf.crispy.filter.AbstractInterceptorFilter
      extended bynet.sf.crispy.filter.NamePatternInterceptorFilter
All Implemented Interfaces:
InterceptorFilter

public class NamePatternInterceptorFilter
extends AbstractInterceptorFilter


Field Summary
 
Fields inherited from class net.sf.crispy.filter.AbstractInterceptorFilter
FILTER_TYPE_CLASS, FILTER_TYPE_METHOD, FILTER_TYPE_NO, FILTER_TYPE_THROWABLE, filterObjectsType
 
Constructor Summary
NamePatternInterceptorFilter(java.lang.String pvPattern, int pvFilterType)
           
 
Method Summary
 boolean accept(InterceptorFilterContext pvContext)
          This method commit the execution of the Interceptor.
 java.lang.String getPattern()
           
 void setPattern(java.lang.String pvPattern)
           
 
Methods inherited from class net.sf.crispy.filter.AbstractInterceptorFilter
getNegate, negate, setNegate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamePatternInterceptorFilter

public NamePatternInterceptorFilter(java.lang.String pvPattern,
                                    int pvFilterType)
Method Detail

setPattern

public final void setPattern(java.lang.String pvPattern)

getPattern

public java.lang.String getPattern()

accept

public boolean accept(InterceptorFilterContext pvContext)
Description copied from interface: InterceptorFilter
This method commit the execution of the Interceptor.

Specified by:
accept in interface InterceptorFilter
Specified by:
accept in class AbstractInterceptorFilter


Copyright © 2005-2006 Crispy. All Rights Reserved.