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(java.lang.String[] methods, Filter filter, Handler handler)
          Registers handlers with the handler manager.
 

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

Subclasses of Filter in org.wso2.registry.jdbc.handlers.filters
 class MediaTypeMatcher
          This is a built-in Filter implementation that evaluates against the media type of the resources.
 class URLMatcher
          This is a built-in Filter implementation to match against the URL (path) of the resources.
 



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