|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.jdbc.urlhandlers.URLHandler
org.wso2.registry.jdbc.urlhandlers.CommentURLHandler
public class CommentURLHandler
Field Summary |
---|
Fields inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler |
---|
dataSource, realm |
Constructor Summary | |
---|---|
CommentURLHandler(javax.sql.DataSource dataSource,
org.wso2.usermanager.Realm realm)
|
Method Summary | |
---|---|
boolean |
delete(java.lang.String path)
Determine if delete(...) on the given url can be handled. |
Resource |
get(java.lang.String url)
Accepts URL in the form |
Methods inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler |
---|
put |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentURLHandler(javax.sql.DataSource dataSource, org.wso2.usermanager.Realm realm)
Method Detail |
---|
public Resource get(java.lang.String url) throws RegistryException
get
in class URLHandler
url
- URL to process
RegistryException
public boolean delete(java.lang.String path) throws RegistryException
URLHandler
delete
in class URLHandler
path
- Path of the resource to be deleted.
RegistryException
- URL handler implementations should handle all exceptions and
throw RegistryException if the exception has to propagated to the client.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |