Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.IMetaTagHandler
-
-
Uses of IMetaTagHandler in org.apache.manifoldcf.crawler.connectors.webcrawler
Subinterfaces of IMetaTagHandler in org.apache.manifoldcf.crawler.connectors.webcrawler Modifier and Type Interface Description interfaceIHTMLHandlerThis interface describes the functionality needed by an HTML processor in order to handle an HTML document.Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement IMetaTagHandler Modifier and Type Class Description classFindContentHandlerThis class is the handler for HTML content grepping during state transitionsclassFindHTMLFormHandlerThis class is the handler for HTML form parsing during state transitionsclassFindHTMLHrefHandlerThis class is the handler for HTML parsing during state transitionsprotected classWebcrawlerConnector.ProcessActivityHTMLHandlerClass that describes HTML handlingFields in org.apache.manifoldcf.crawler.connectors.webcrawler declared as IMetaTagHandler Modifier and Type Field Description protected IMetaTagHandlerMetaParseState. handlerConstructors in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type IMetaTagHandler Constructor Description MetaParseState(IMetaTagHandler handler)
-