Uses of Class
org.openjena.atlas.web.MediaRange

Packages that use MediaRange
org.openjena.atlas.web   
 

Uses of MediaRange in org.openjena.atlas.web
 

Methods in org.openjena.atlas.web that return MediaRange
 MediaRange AcceptList.first()
           
 MediaRange AcceptList.match(MediaRange aItem)
          Find and return a match for a MediaRange
 

Methods in org.openjena.atlas.web with parameters of type MediaRange
 MediaRange AcceptList.match(MediaRange aItem)
          Find and return a match for a MediaRange
 

Constructors in org.openjena.atlas.web with parameters of type MediaRange
AcceptList(MediaRange... acceptItems)
          Create a list of accept items from the give MediaTypes.
MediaRange(MediaRange other)
           
 

Constructor parameters in org.openjena.atlas.web with type arguments of type MediaRange
AcceptList(List<MediaRange> mediaRanges)
          Create a list of accept items from the give strings.
 



Licenced under the Apache License, Version 2.0