public class FindHandler extends java.lang.Object implements IDiscoveredLinkHandler
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
parentURI |
protected java.lang.String |
targetURI |
| Constructor and Description |
|---|
FindHandler(java.lang.String parentURI) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTargetURI() |
void |
noteDiscoveredBase(java.lang.String rawURL)
Inform the world of a new base HREF.
|
void |
noteDiscoveredLink(java.lang.String rawURL)
Inform the world of a discovered link.
|
protected java.lang.String parentURI
protected java.lang.String targetURI
public void noteDiscoveredBase(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
IDiscoveredLinkHandlernoteDiscoveredBase in interface IDiscoveredLinkHandlerrawURL - is the new base HREF, in raw form. This may be relative, malformed, etc.org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionpublic void noteDiscoveredLink(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
noteDiscoveredLink in interface IDiscoveredLinkHandlerrawURL - 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.ManifoldCFExceptionpublic java.lang.String getTargetURI()