|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QualityValue | |
---|---|
org.jboss.resteasy.core.request |
Uses of QualityValue in org.jboss.resteasy.core.request |
---|
Fields in org.jboss.resteasy.core.request declared as QualityValue | |
---|---|
static QualityValue |
QualityValue.DEFAULT
|
static QualityValue |
QualityValue.HIGHEST
|
static QualityValue |
QualityValue.LOWEST
|
static QualityValue |
QualityValue.NOT_ACCEPTABLE
|
Methods in org.jboss.resteasy.core.request that return QualityValue | |
---|---|
static QualityValue |
QualityValue.valueOf(String qvalue)
|
Methods in org.jboss.resteasy.core.request that return types with arguments of type QualityValue | |
---|---|
static Map<Locale,QualityValue> |
AcceptHeaders.getLocaleQualityValues(String header)
Gets the locales from a comma-separated list. |
static Map<javax.ws.rs.core.MediaType,QualityValue> |
AcceptHeaders.getMediaTypeQualityValues(String header)
Gets the media types from a comma-separated list. |
static Map<String,QualityValue> |
AcceptHeaders.getStringQualityValues(String header)
Gets the strings from a comma-separated list. |
Methods in org.jboss.resteasy.core.request with parameters of type QualityValue | |
---|---|
int |
QualityValue.compareTo(QualityValue o)
|
void |
VariantQuality.setCharacterSetQualityValue(QualityValue value)
|
void |
VariantQuality.setEncodingQualityValue(QualityValue value)
|
void |
VariantQuality.setLanguageQualityValue(QualityValue value)
|
void |
VariantQuality.setMediaTypeQualityValue(QualityValue value)
|
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |