|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcceptList | |
|---|---|
| org.openjena.atlas.web | |
| Uses of AcceptList in org.openjena.atlas.web |
|---|
| Methods in org.openjena.atlas.web that return AcceptList | |
|---|---|
static AcceptList |
AcceptList.create(MediaType... acceptItems)
Create a list of accept items from the give MediaTypes. |
static AcceptList |
AcceptList.create(String... acceptStrings)
Create a list of accept items from strings. |
| Methods in org.openjena.atlas.web with parameters of type AcceptList | |
|---|---|
static MediaType |
AcceptList.match(AcceptList proposalList,
AcceptList offerList)
Find the best thing in offer list with the proposal "best" means highest q value, with left most being better for same q. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||