public class URLFilters
extends java.lang.Object
URLFilter
implementing plugins.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URLFILTER_ORDER |
Constructor and Description |
---|
URLFilters(Configuration conf) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
filter(java.lang.String urlString)
Run all defined filters.
|
static boolean |
isSitemap(WebPage page)
If the page is a sitemap, return true
|
public static final java.lang.String URLFILTER_ORDER
public URLFilters(Configuration conf)
public java.lang.String filter(java.lang.String urlString) throws URLFilterException
URLFilterException
public static boolean isSitemap(WebPage page)
Copyright © 2019 The Apache Software Foundation