public interface URIContentPriority
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT |
static int |
HIGH |
static int |
HIGHEST |
static int |
LOW |
static int |
LOWEST |
static int |
VERY_HIGH |
static int |
VERY_LOW |
Modifier and Type | Method and Description |
---|---|
int |
getPriority()
Get the priority of this URI content manager
|
static final int LOWEST
static final int VERY_LOW
static final int LOW
static final int DEFAULT
static final int HIGH
static final int VERY_HIGH
static final int HIGHEST