|
KIE Remote Services :: Services 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kie.remote.services.rest.variant.AcceptHeaders
public class AcceptHeaders
Copied from RestEasy 2.3.6.Final with very minor modifications (RestOperationException) Can be deleted when RESTEASY-960 is fixed
| Constructor Summary | |
|---|---|
AcceptHeaders()
|
|
| Method Summary | |
|---|---|
static Map<Locale,QualityValue> |
getLocaleQualityValues(String header)
Gets the locales from a comma-separated list. |
static Map<javax.ws.rs.core.MediaType,QualityValue> |
getMediaTypeQualityValues(String header)
Gets the media types from a comma-separated list. |
static Map<String,QualityValue> |
getStringQualityValues(String header)
Gets the strings from a comma-separated list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptHeaders()
| Method Detail |
|---|
public static Map<String,QualityValue> getStringQualityValues(String header)
null keys.
header - the header value.
null if the header didn't contain any entries.public static Map<Locale,QualityValue> getLocaleQualityValues(String header)
null keys.
header - the header value.
null if the header didn't contain any entries.public static Map<javax.ws.rs.core.MediaType,QualityValue> getMediaTypeQualityValues(String header)
header - the header value.
null if the header didn't contain any entries.
|
KIE Remote Services :: Services 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||