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

Packages that use MediaType
org.openjena.atlas.web   
 

Uses of MediaType in org.openjena.atlas.web
 

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

Methods in org.openjena.atlas.web that return MediaType
static MediaType MediaType.create(String contentType, String charset)
           
static MediaType MediaType.create(String contentType, String subType, String charset)
           
 

Methods in org.openjena.atlas.web with parameters of type MediaType
 boolean MediaRange.accepts(MediaType item)
           
 boolean MediaRange.moreGroundedThan(MediaType item)
           
 

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



Licenced under the Apache License, Version 2.0