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

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

Uses of Filter in org.wso2.carbon.registry.core.config
 

Methods in org.wso2.carbon.registry.core.config that return Filter
 Filter RegistryConfigurationProcessor.HandlerDefinitionObject.getFilter()
          Gets the filter instance.
 Filter HandlerConfiguration.getFilter()
          Deprecated.  
 

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

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

Methods in org.wso2.carbon.registry.core.jdbc.handlers with parameters of type Filter
 void UserDefinedHandlerManager.addHandler(String[] methods, Filter filter, Handler handler)
           
 void HandlerManager.addHandler(String[] methods, Filter filter, Handler handler)
          Registers handlers with the handler manager.
 void HandlerLifecycleManager.addHandler(String[] methods, Filter filter, Handler handler)
           
 void UserDefinedHandlerManager.addHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 void HandlerManager.addHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
          Registers handlers belonging to the given lifecycle phase with the handler manager.
 void HandlerLifecycleManager.addHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 void UserDefinedHandlerManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler)
           
 void HandlerManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler)
          This is to add a handler that invokes with the high priority, it becomes the first in the list until another handler with this method is added.
 void HandlerLifecycleManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler)
           
 void UserDefinedHandlerManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 void HandlerManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
          This is to add a handler belonging to the given lifecycle phase that invokes with the high priority, it becomes the first in the list until another handler with this method is added.
 void HandlerLifecycleManager.addHandlerWithPriority(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 void UserDefinedHandlerManager.removeHandler(String[] methods, Filter filter, Handler handler)
           
 void HandlerManager.removeHandler(String[] methods, Filter filter, Handler handler)
          Removes handlers with the handler manager.
 void HandlerLifecycleManager.removeHandler(String[] methods, Filter filter, Handler handler)
           
 void UserDefinedHandlerManager.removeHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 void HandlerManager.removeHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
          Removes handlers belonging to the given lifecycle phase with the handler manager.
 void HandlerLifecycleManager.removeHandler(String[] methods, Filter filter, Handler handler, String lifecyclePhase)
           
 

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

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



Copyright © 2014 WSO2 Inc. All Rights Reserved.