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
 
Constructor Summary
TagURLHandler(javax.sql.DataSource dataSource)
           
 
Method Summary
 boolean handleURL(java.lang.String url, Resource resource)
          Accepts the URLs in the form ;tags::
 
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)
Method Detail

handleURL

public boolean handleURL(java.lang.String url,
                         Resource resource)
                  throws RegistryException
Accepts the URLs in the form ;tags::

Specified by:
handleURL in class URLHandler
Parameters:
url -
resource -
Returns:
Throws:
RegistryException


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