public class EntityRedirectsManager extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
EntityRedirectsManager()
Empty constructor
|
|
EntityRedirectsManager(EntityBrokerManager entityBrokerManager,
EntityProviderMethodStore entityProviderMethodStore,
RequestStorageWrite requestStorage)
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
checkForTemplateMatch(EntityProvider entityProvider,
String incomingURL,
String queryString)
Do a check to see if the current incoming URL is a match to any of the redirect templates for
the given entity provider
|
void |
setEntityBrokerManager(EntityBrokerManager entityBrokerManager) |
void |
setEntityProviderMethodStore(EntityProviderMethodStore entityProviderMethodStore) |
void |
setRequestStorage(RequestStorageWrite requestStorage) |
protected EntityRedirectsManager()
public EntityRedirectsManager(EntityBrokerManager entityBrokerManager, EntityProviderMethodStore entityProviderMethodStore, RequestStorageWrite requestStorage)
entityProviderMethodStore - the provider method store servicerequestStorage - the request storage servicepublic void setEntityBrokerManager(EntityBrokerManager entityBrokerManager)
public void setEntityProviderMethodStore(EntityProviderMethodStore entityProviderMethodStore)
public void setRequestStorage(RequestStorageWrite requestStorage)
public String checkForTemplateMatch(EntityProvider entityProvider, String incomingURL, String queryString)
entityProvider - an entity providerqueryString - the query string (e.g. auto=true) for the incoming URLincomingUrl - the incoming URL to try to matchCopyright © 2003–2021 Sakai Project. All rights reserved.