Uses of Class
com.norconex.collector.http.robot.RobotsMeta
Packages that use RobotsMeta
Package
Description
-
Uses of RobotsMeta in com.norconex.collector.http.pipeline.importer
Methods in com.norconex.collector.http.pipeline.importer that return RobotsMetaMethods in com.norconex.collector.http.pipeline.importer with parameters of type RobotsMetaModifier and TypeMethodDescriptionvoidHttpImporterPipelineContext.setRobotsMeta(RobotsMeta robotsMeta) -
Uses of RobotsMeta in com.norconex.collector.http.robot
Methods in com.norconex.collector.http.robot that return RobotsMetaModifier and TypeMethodDescriptionIRobotsMetaProvider.getRobotsMeta(Reader document, String documentUrl, ContentType contentType, Properties httpHeaders) Extracts Robots meta information for a page, if any. -
Uses of RobotsMeta in com.norconex.collector.http.robot.impl
Methods in com.norconex.collector.http.robot.impl that return RobotsMetaModifier and TypeMethodDescriptionStandardRobotsMetaProvider.getRobotsMeta(Reader document, String documentUrl, ContentType contentType, Properties httpHeaders)