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

Packages that use MediaType
org.apache.jena.atlas.web   
 

Uses of MediaType in org.apache.jena.atlas.web
 

Subclasses of MediaType in org.apache.jena.atlas.web
 class MediaRange
          A media range is a media type used in content negotiation.
 

Methods in org.apache.jena.atlas.web that return MediaType
static MediaType MediaType.create(String string)
           
static MediaType MediaType.create(String contentType, String charset)
           
static MediaType MediaType.create(String contentType, String subType, String charset)
           
static MediaType MediaType.createFromContentType(String string)
           
static MediaType AcceptList.match(AcceptList proposalList, AcceptList offerList)
          Find the best thing in offer list 8sever side) matching the proposal (client, Accept header).
 

Methods in org.apache.jena.atlas.web with parameters of type MediaType
 boolean MediaRange.accepts(MediaType item)
           
static AcceptList AcceptList.create(MediaType... acceptItems)
          Create a list of accept items from the give MediaTypes.
 boolean MediaRange.grounded(MediaType item)
           
 MediaRange AcceptList.match(MediaType offer)
          Find and return a match for a specific MediaType.
 boolean MediaRange.moreGroundedThan(MediaType item)
           
 

Constructors in org.apache.jena.atlas.web with parameters of type MediaType
MediaRange(MediaType other)
           
MediaType(MediaType other)
           
TypedOutputStream(OutputStream out, MediaType mediaType)
           
 



Licenced under the Apache License, Version 2.0