net.sf.crispy.filter
Class SimpleNameInterceptorFilter
java.lang.Object
net.sf.crispy.filter.AbstractInterceptorFilter
net.sf.crispy.filter.SimpleNameInterceptorFilter
- All Implemented Interfaces:
- InterceptorFilter
- public class SimpleNameInterceptorFilter
- extends AbstractInterceptorFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.