public class FindPreferredRedirectionHandler extends FindHandler implements IRedirectionHandler
Modifier and Type | Field and Description |
---|---|
protected Pattern |
redirectionURIPattern |
parentURI, targetURI
Constructor and Description |
---|
FindPreferredRedirectionHandler(String parentURI,
Pattern redirectionURIPattern) |
Modifier and Type | Method and Description |
---|---|
void |
applyOverrides(LoginParameters lp)
Apply overrides
|
void |
noteDiscoveredLink(String rawURL)
Override noteDiscoveredLink
|
getTargetURI
protected Pattern redirectionURIPattern
public void applyOverrides(LoginParameters lp) throws ManifoldCFException
ManifoldCFException
public void noteDiscoveredLink(String rawURL) throws ManifoldCFException
noteDiscoveredLink
in interface IDiscoveredLinkHandler
noteDiscoveredLink
in class FindHandler
rawURL
- is the raw discovered url. This may be relative, malformed, or otherwise unsuitable for use until final form is acheived.ManifoldCFException