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

Packages that use ContentType
org.apache.jena.atlas.web   
org.apache.jena.riot   
org.apache.jena.riot.lang   
 

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

Methods in org.apache.jena.atlas.web that return ContentType
static ContentType ContentType.create(String string)
           
static ContentType ContentType.create(String ctString, String charset)
           
 ContentType TypedInputStream.getMediaType()
           
static ContentType ContentType.parse(String string)
          Deprecated. use create(String)
 

Constructors in org.apache.jena.atlas.web with parameters of type ContentType
TypedInputStream(InputStream in, ContentType ct)
           
TypedInputStream(InputStream in, ContentType ct, String baseURI)
           
 

Uses of ContentType in org.apache.jena.riot
 

Fields in org.apache.jena.riot declared as ContentType
static ContentType WebContent.ctHTMLForm
           
static ContentType WebContent.ctJSON
           
static ContentType WebContent.ctJSONLD
           
static ContentType WebContent.ctMultiAlt
           
static ContentType WebContent.ctMultipartFormData
           
static ContentType WebContent.ctMultipartMixed
           
static ContentType WebContent.ctN3Alt1
           
static ContentType WebContent.ctN3Alt2
           
static ContentType WebContent.ctNQuads
           
static ContentType WebContent.ctNQuadsAlt1
           
static ContentType WebContent.ctNQuadsAlt2
           
static ContentType WebContent.ctNTriples
           
static ContentType WebContent.ctNTriplesAlt
           
static ContentType WebContent.ctOctets
           
static ContentType WebContent.ctRdfJson
           
static ContentType WebContent.ctRDFJSON
           
static ContentType WebContent.ctRDFXML
           
static ContentType WebContent.ctResultsBIO
           
static ContentType WebContent.ctResultsJSON
           
static ContentType WebContent.ctResultsXML
           
static ContentType WebContent.ctSPARQLQuery
           
static ContentType WebContent.ctSPARQLUpdate
           
static ContentType WebContent.ctSSE
           
static ContentType WebContent.ctTextCSV
           
static ContentType WebContent.ctTextPlain
           
static ContentType WebContent.ctTextTSV
           
static ContentType WebContent.ctTriG
           
static ContentType WebContent.ctTriGAlt1
           
static ContentType WebContent.ctTriGAlt2
           
static ContentType WebContent.ctTriX
           
static ContentType WebContent.ctTurtle
           
static ContentType WebContent.ctTurtleAlt1
           
static ContentType WebContent.ctTurtleAlt2
           
static ContentType WebContent.ctTypeN3
           
static ContentType WebContent.ctXML
           
static ContentType WebContent.ctXMLAlt
           
 

Methods in org.apache.jena.riot that return ContentType
 ContentType Lang.getContentType()
           
static ContentType RDFLanguages.guessContentType(String resourceName)
           
 

Methods in org.apache.jena.riot with parameters of type ContentType
static Lang RDFLanguages.contentTypeToLang(ContentType ct)
          Map a content type (without charset) to a Lang
static boolean WebContent.isHtmlForm(ContentType ct)
           
static boolean WebContent.isMultiPartForm(ContentType ct)
           
static boolean WebContent.matchContentType(ContentType ct1, ContentType ct2)
          Match content type (ignores charsets and other parameters)
 void ReaderRIOTBase.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context)
           
 void ReaderRIOT.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context)
          Read from an InputStream and output RDF on the StreamRDF.
 void ReaderRIOT.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context)
          Read from an InputStream and output RDF on the StreamRDF.
 

Uses of ContentType in org.apache.jena.riot.lang
 

Methods in org.apache.jena.riot.lang with parameters of type ContentType
 void JsonLDReader.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context)
           
 void JsonLDReader.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context)
           
 



Licenced under the Apache License, Version 2.0