net.sf.crispy.filter
Class SimpleNameInterceptorFilter

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

public class SimpleNameInterceptorFilter
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
SimpleNameInterceptorFilter(java.lang.Class pvFilterClass)
           
SimpleNameInterceptorFilter(java.lang.Class[] pvFilterClass)
           
SimpleNameInterceptorFilter(java.lang.reflect.Method pvFilterMethod)
           
SimpleNameInterceptorFilter(java.lang.reflect.Method[] pvFilterMethod)
           
SimpleNameInterceptorFilter(java.lang.String[] pvFilterNames, int pvFilterType)
           
SimpleNameInterceptorFilter(java.lang.String pvFilterNames, int pvFilterType)
           
SimpleNameInterceptorFilter(java.lang.Throwable pvFilterThrowable)
           
SimpleNameInterceptorFilter(java.lang.Throwable[] pvFilterThrowable)
           
 
Method Summary
 boolean accept(InterceptorFilterContext pvContext)
          This method commit the execution of the Interceptor.
 
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

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.Class pvFilterClass)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.Class[] pvFilterClass)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.reflect.Method pvFilterMethod)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.reflect.Method[] pvFilterMethod)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.Throwable pvFilterThrowable)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.Throwable[] pvFilterThrowable)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.String pvFilterNames,
                                   int pvFilterType)

SimpleNameInterceptorFilter

public SimpleNameInterceptorFilter(java.lang.String[] pvFilterNames,
                                   int pvFilterType)
Method Detail

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.