Uses of Interface
net.sf.crispy.InterceptorFilter

Packages that use InterceptorFilter
net.sf.crispy Main-classes and interfaces from this framework. 
net.sf.crispy.filter Filter for make interceptors on/off. 
net.sf.crispy.impl Implementation from this framework. 
 

Uses of InterceptorFilter in net.sf.crispy
 

Methods in net.sf.crispy that return InterceptorFilter
 InterceptorFilter InterceptorHandler.getInterceptorFilterByPos(int pvPos)
           
 InterceptorFilter InterceptorHandler.removeInterceptorFilter(int pvPos)
           
 

Methods in net.sf.crispy with parameters of type InterceptorFilter
 void InterceptorHandler.addInterceptorFilter(InterceptorFilter pvFilter)
           
 

Uses of InterceptorFilter in net.sf.crispy.filter
 

Classes in net.sf.crispy.filter that implement InterceptorFilter
 class AbstractInterceptorFilter
           
 class NamePatternInterceptorFilter
           
 class SimpleNameInterceptorFilter
           
 

Uses of InterceptorFilter in net.sf.crispy.impl
 

Methods in net.sf.crispy.impl that return InterceptorFilter
 InterceptorFilter ServiceManager.removeInterceptorFilterByPos(int pvPos)
           
 

Methods in net.sf.crispy.impl with parameters of type InterceptorFilter
 void ServiceManager.addInterceptorFilter(InterceptorFilter pvInterceptorFilter)
           
 



Copyright © 2005-2006 Crispy. All Rights Reserved.