public class ContentConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALTERNATIVE_URLs
this is the string by which the alternative urls are stored within the returned TreeMap of the parsers.
|
static String |
IMAGE_MIME
if a mime string contains IMAGE_MIME, then it should be considered an image
|
static String |
MAIN_URLs
this is the string by which the main urls are stored within the returned TreeMap of the parsers.
|
static String |
PDF_MIME
if a mime string contains PDF_MIME, then it should be considered a pdf document
|
static String |
WEBPAGE_MIME
if a mime string contains WEBPAGE_MIME, then it should be considered a webpage
|
| Constructor and Description |
|---|
ContentConstants() |
public static final String MAIN_URLs
public static final String ALTERNATIVE_URLs
public static final String IMAGE_MIME
public static final String WEBPAGE_MIME
public static final String PDF_MIME
Copyright © 2015. All Rights Reserved.