|
||||||||||
| 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.RatingURLHandler
public class RatingURLHandler
| Field Summary |
|---|
| Fields inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler |
|---|
dataSource, realm |
| Constructor Summary | |
|---|---|
RatingURLHandler(javax.sql.DataSource dataSource,
org.wso2.usermanager.Realm realm)
|
|
| Method Summary | |
|---|---|
Resource |
get(java.lang.String url)
Determine if get(...) on the given url can be handled. |
| 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 |
|---|
public RatingURLHandler(javax.sql.DataSource dataSource,
org.wso2.usermanager.Realm realm)
| Method Detail |
|---|
public Resource get(java.lang.String url)
throws RegistryException
URLHandler
get in class URLHandlerurl - URL to identify the resource to be retrieved.
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 | |||||||||