Uses of Class
org.wso2.registry.jdbc.handlers.Handler

Packages that use Handler
org.wso2.registry.config   
org.wso2.registry.jdbc   
org.wso2.registry.jdbc.handlers   
org.wso2.registry.jdbc.handlers.builtin   
 

Uses of Handler in org.wso2.registry.config
 

Methods in org.wso2.registry.config that return Handler
 Handler HandlerConfiguration.getHandler()
           
 

Methods in org.wso2.registry.config with parameters of type Handler
 void HandlerConfiguration.setHandler(Handler handler)
           
 

Uses of Handler in org.wso2.registry.jdbc
 

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

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

Subclasses of Handler in org.wso2.registry.jdbc.handlers
 class UIEnabledHandler
          Base class for handler implementations which generate custom UIs.
 class XSLTBasedUIEnabledHandler
           
 

Methods in org.wso2.registry.jdbc.handlers with parameters of type Handler
 void HandlerManager.addHandler(java.lang.String[] methods, Filter filter, Handler handler)
          Registers handlers with the handler manager.
 

Uses of Handler in org.wso2.registry.jdbc.handlers.builtin
 

Subclasses of Handler in org.wso2.registry.jdbc.handlers.builtin
 class CommentCollectionURLHandler
          Handles paths of the form ;comments e.g.
 class CommentURLHandler
          Handles paths of the form ;comments: e.g.
 class RatingCollectionURLHandler
          Handles paths of the form ;ratings e.g.
 class RatingURLHandler
          Handles paths of the form ;ratings: e.g.
 class SQLQueryHandler
           
 class TagCollectionURLHandler
          Handles paths of the form ;tags e.g.
 class TagURLHandler
          Handles paths of the form ;tags:: e.g.
 



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