|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.FindHandler
org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.FindPreferredRedirectionHandler
protected class WebcrawlerConnector.FindPreferredRedirectionHandler
This class is the handler for redirection handling during state transitions
| Field Summary | |
|---|---|
protected java.util.regex.Pattern |
redirectionURIPattern
|
| Fields inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.FindHandler |
|---|
parentURI, targetURI |
| Constructor Summary | |
|---|---|
WebcrawlerConnector.FindPreferredRedirectionHandler(java.lang.String parentURI,
java.util.regex.Pattern redirectionURIPattern)
|
|
| Method Summary | |
|---|---|
void |
noteDiscoveredLink(java.lang.String rawURL)
Override noteDiscoveredLink |
| Methods inherited from class org.apache.manifoldcf.crawler.connectors.webcrawler.WebcrawlerConnector.FindHandler |
|---|
getTargetURI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.regex.Pattern redirectionURIPattern
| Constructor Detail |
|---|
public WebcrawlerConnector.FindPreferredRedirectionHandler(java.lang.String parentURI,
java.util.regex.Pattern redirectionURIPattern)
| Method Detail |
|---|
public void noteDiscoveredLink(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
noteDiscoveredLink in interface IDiscoveredLinkHandlernoteDiscoveredLink in class WebcrawlerConnector.FindHandlerrawURL - is the raw discovered url. This may be relative, malformed, or otherwise unsuitable for use until final form is acheived.
org.apache.manifoldcf.core.interfaces.ManifoldCFException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||