Uses of Class
org.apache.jena.atlas.web.AcceptList
Packages that use AcceptList
-
Uses of AcceptList in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return AcceptListModifier and TypeMethodDescriptionstatic AcceptListCreate a list of accept items from strings.static AcceptListCreate a list of accept items from the give MediaTypes.Methods in org.apache.jena.atlas.web with parameters of type AcceptListModifier and TypeMethodDescriptionstatic MediaTypeAcceptList.match(AcceptList proposalList, AcceptList offerList) Find the best thing in offer list 8sever side) matching the proposal (client, Accept header).