Uses of Class
org.wso2.registry.jdbc.handlers.filters.Filter

Packages that use Filter
org.wso2.registry.config   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.filters   
 

Uses of Filter in org.wso2.registry.config
 

Methods in org.wso2.registry.config that return Filter
 Filter HandlerConfiguration.getFilter()
           
 

Methods in org.wso2.registry.config with parameters of type Filter
 void HandlerConfiguration.setFilter(Filter filter)
           
 

Uses of Filter in org.wso2.registry.jdbc
 

Methods in org.wso2.registry.jdbc with parameters of type Filter
 void AtomicRegistry.addHandler(Filter filter, Handler handler)
           
 

Uses of Filter in org.wso2.registry.jdbc.handlers
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Filter
 void HandlerManager.addHandler(int methods, Filter filter, Handler handler)
           
 

Uses of Filter in org.wso2.registry.jdbc.handlers.filters
 

Subclasses of Filter in org.wso2.registry.jdbc.handlers.filters
 class MediaTypeMatcher
           
 class URLMatcher
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.