|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FilterProcessor
Interface for filter processors.
| Method Summary | |
|---|---|
boolean |
evaluateContentTypeFilters(java.lang.String contentType)
Checks if the given content-type string satisfies content-type filters. |
CrawlMode |
evaluateHtmlMetaTagFilters(HTMLMetaTags htmlMetaTags)
Checks if the given set of html metatags satisfies meta tag filters. |
CrawlMode |
evaluateUrlFilters(Outlink link)
Checks if the link satisfies crawler url filters. |
| Method Detail |
|---|
CrawlMode evaluateUrlFilters(Outlink link)
link - Outlink to be tested
CrawlMode valuesboolean evaluateContentTypeFilters(java.lang.String contentType)
contentType - content-type string
CrawlMode evaluateHtmlMetaTagFilters(HTMLMetaTags htmlMetaTags)
htmlMetaTags - set of meta tags
CrawlMode values
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||