org.wso2.registry.jdbc.urlhandlers
Class TagURLHandler

java.lang.Object
  extended by org.wso2.registry.jdbc.urlhandlers.URLHandler
      extended by org.wso2.registry.jdbc.urlhandlers.TagURLHandler

public class TagURLHandler
extends URLHandler


Field Summary
 
Fields inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler
dataSource, realm
 
Constructor Summary
TagURLHandler(javax.sql.DataSource dataSource, org.wso2.usermanager.Realm realm)
           
 
Method Summary
 Resource get(java.lang.String url)
          Accepts the URLs in the form ;tags::
 
Methods inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler
delete, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagURLHandler

public TagURLHandler(javax.sql.DataSource dataSource,
                     org.wso2.usermanager.Realm realm)
Method Detail

get

public Resource get(java.lang.String url)
             throws RegistryException
Accepts the URLs in the form ;tags::

Overrides:
get in class URLHandler
Parameters:
url - URL to process
Returns:
Resource instance if the URL can be processed. Null if the request cannot be processed.
Throws:
RegistryException


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