Uses of Class
org.apache.jena.atlas.web.ContentType
-
Packages that use ContentType Package Description org.apache.jena.atlas.web org.apache.jena.riot org.apache.jena.riot.lang org.apache.jena.riot.lang.extra -
-
Uses of ContentType in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return ContentType Modifier and Type Method Description static ContentTypeContentType. create(java.lang.String string)static ContentTypeContentType. create(java.lang.String ctString, java.lang.String charset)ContentTypeTypedInputStream. getMediaType()Constructors in org.apache.jena.atlas.web with parameters of type ContentType Constructor Description TypedInputStream(java.io.InputStream in, ContentType ct)TypedInputStream(java.io.InputStream in, ContentType ct, java.lang.String baseURI) -
Uses of ContentType in org.apache.jena.riot
Methods in org.apache.jena.riot that return ContentType Modifier and Type Method Description static ContentTypeWebContent. determineCT(java.lang.String contentTypeStr, Lang hintLang, java.lang.String target)Determine the content type to be used, given the target URL, the content-type from Content Negotiation and a hint language.ContentTypeLang. getContentType()static ContentTypeRDFLanguages. guessContentType(java.lang.String resourceName)Methods in org.apache.jena.riot with parameters of type ContentType Modifier and Type Method Description static LangRDFLanguages. contentTypeToLang(ContentType ct)Map a content type (without charset) to aLangstatic booleanWebContent. isHtmlForm(ContentType ct)static booleanWebContent. isMultiPartForm(ContentType ct)static booleanWebContent. matchContentType(ContentType ct1, ContentType ct2)Match content type (ignores charsets and other parameters)voidReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOTBase. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of ContentType in org.apache.jena.riot.lang
Methods in org.apache.jena.riot.lang with parameters of type ContentType Modifier and Type Method Description voidJsonLDReader. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidJsonLDReader. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context) -
Uses of ContentType in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type ContentType Modifier and Type Method Description voidTurtleJavaccReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidTurtleJavaccReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)
-