Uses of Class
org.apache.jena.atlas.web.AcceptList
-
Packages that use AcceptList Package Description org.apache.jena.atlas.web -
-
Uses of AcceptList in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return AcceptList Modifier and Type Method Description static AcceptListAcceptList. create(java.lang.String... acceptStrings)Create a list of accept items from strings.static AcceptListAcceptList. create(MediaType... acceptItems)Create a list of accept items from the give MediaTypes.Methods in org.apache.jena.atlas.web with parameters of type AcceptList Modifier and Type Method Description static MediaTypeAcceptList. match(AcceptList proposalList, AcceptList offerList)Find the best thing in offer list 8sever side) matching the proposal (client, Accept header).
-