Interface IRobotsMetaProvider
- 
- All Known Implementing Classes:
- StandardRobotsMetaProvider
 
 public interface IRobotsMetaProviderResponsible for extracting robot information from a page.- Author:
- Pascal Essiembre
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RobotsMetagetRobotsMeta(Reader document, String documentUrl, ContentType contentType, Properties httpHeaders)Extracts Robots meta information for a page, if any.
 
- 
- 
- 
Method Detail- 
getRobotsMetaRobotsMeta getRobotsMeta(Reader document, String documentUrl, ContentType contentType, Properties httpHeaders) throws IOException Extracts Robots meta information for a page, if any.- Parameters:
- document- the document
- documentUrl- document url
- contentType- the document content type
- httpHeaders- the document HTTP Headers
- Returns:
- robots meta instance
- Throws:
- IOException- problem reading the document
 
 
- 
 
-