Uses of Class
org.apache.jena.atlas.web.AcceptList

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).
 



Licenced under the Apache License, Version 2.0