Uses of Interface
org.apache.manifoldcf.crawler.connectors.webcrawler.FormData
-
-
Uses of FormData in org.apache.manifoldcf.crawler.connectors.webcrawler
Classes in org.apache.manifoldcf.crawler.connectors.webcrawler that implement FormData Modifier and Type Class Description classFormDataAccumulatorThis class accumulates form data and allows overridesMethods in org.apache.manifoldcf.crawler.connectors.webcrawler that return FormData Modifier and Type Method Description protected FormDataWebcrawlerConnector. findHTMLForm(java.lang.String currentURI, LoginParameters lp)Find matching HTML form data, if present.FormDataFindHTMLFormHandler. getFormData()Methods in org.apache.manifoldcf.crawler.connectors.webcrawler with parameters of type FormData Modifier and Type Method Description voidIThrottledConnection. executeFetch(java.lang.String urlPath, java.lang.String userAgent, java.lang.String from, boolean redirectOK, java.lang.String host, FormData formData, LoginCookies loginCookies)Execute the fetch and get the return code.voidThrottledFetcher.ThrottledConnection. executeFetch(java.lang.String urlPath, java.lang.String userAgent, java.lang.String from, boolean redirectOK, java.lang.String host, FormData formData, LoginCookies loginCookies)Execute the fetch and get the return code.
-