|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AcceptList | |
|---|---|
| org.apache.jena.atlas.web | |
| Uses of AcceptList in org.apache.jena.atlas.web |
|---|
| Methods in org.apache.jena.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.apache.jena.atlas.web with parameters of type AcceptList | |
|---|---|
static MediaType |
AcceptList.match(AcceptList proposalList,
AcceptList offerList)
Find the best thing in offer list 8sever side) matching the proposal (client, Accept header). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||