| Package | Description |
|---|---|
| org.sakaiproject.entitybroker.entityprovider | |
| org.sakaiproject.entitybroker.entityprovider.extension |
| Modifier and Type | Method and Description |
|---|---|
URLRedirect[] |
EntityProviderMethodStore.findURLRedirectMethods(EntityProvider entityProvider)
Looks for redirect methods in the given entity provider
|
| Modifier and Type | Method and Description |
|---|---|
List<URLRedirect> |
EntityProviderMethodStore.getURLRedirects(String prefix)
Get the list of all redirects for this prefix
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityProviderMethodStore.addURLRedirects(String prefix,
URLRedirect[] redirects)
Add all URL redirects to the following prefix,
maintains any existing ones
|
| Modifier and Type | Method and Description |
|---|---|
URLRedirect |
URLRedirect.copy() |
static URLRedirect |
URLRedirect.copy(URLRedirect redirect) |
| Modifier and Type | Method and Description |
|---|---|
int |
URLRedirect.compareTo(URLRedirect other) |
static URLRedirect |
URLRedirect.copy(URLRedirect redirect) |
Copyright © 2023. All rights reserved.