net.sf.crispy
Interface InterceptorFilter
- All Known Implementing Classes:
- AbstractInterceptorFilter
- public interface InterceptorFilter
Interceptor/Modifier can filtered by implementation of this interface.
The InterceptorHandler just fired events, where the registered
InterceptorFilter-Method accept return true.
- Author:
- Linke
accept
public boolean accept(InterceptorFilterContext pvContext)
- This method commit the execution of the
Interceptor.
- Parameters:
pvContext - The context of the execution.
- Returns:
true, if the execution is continue, else false.
Copyright © 2005-2006 Crispy. All Rights Reserved.