public interface IDiscoveredLinkHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
void noteDiscoveredBase(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
rawURL - is the new base HREF, in raw form. This may be relative, malformed, etc.org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionvoid noteDiscoveredLink(java.lang.String rawURL)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
rawURL - 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