Uses of Class
org.apache.jena.atlas.web.ContentType
Packages that use ContentType
Package
Description
-
Uses of ContentType in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypestatic ContentTypeTypedInputStream.getMediaType()Constructors in org.apache.jena.atlas.web with parameters of type ContentTypeModifierConstructorDescriptionTypedInputStream(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 ContentTypeModifier and TypeFieldDescriptionstatic final ContentTypeWebContent.ctHTMLFormstatic final ContentTypeWebContent.ctJSONstatic final ContentTypeWebContent.ctJSONLDstatic final ContentTypeWebContent.ctMultiAltstatic final ContentTypeWebContent.ctMultipartFormDatastatic final ContentTypeWebContent.ctMultipartMixedstatic final ContentTypeWebContent.ctN3Alt1static final ContentTypeWebContent.ctN3Alt2static final ContentTypeWebContent.ctNQuadsstatic final ContentTypeWebContent.ctNQuadsAlt1static final ContentTypeWebContent.ctNTriplesstatic final ContentTypeWebContent.ctNTriplesAltstatic final ContentTypeWebContent.ctOctetsstatic final ContentTypeWebContent.ctPatchstatic final ContentTypeWebContent.ctPatchThriftstatic final ContentTypeWebContent.ctRDFJSONstatic final ContentTypeWebContent.ctRDFProtostatic final ContentTypeWebContent.ctRDFTHRIFTstatic final ContentTypeWebContent.ctRDFXMLstatic final ContentTypeWebContent.ctResultsJSONstatic final ContentTypeWebContent.ctResultsProtobufstatic final ContentTypeWebContent.ctResultsThriftstatic final ContentTypeWebContent.ctResultsXMLstatic final ContentTypeWebContent.ctSPARQLQuerystatic final ContentTypeWebContent.ctSPARQLUpdatestatic final ContentTypeWebContent.ctSSEstatic final ContentTypeWebContent.ctTextCSVstatic final ContentTypeWebContent.ctTextHTMLstatic final ContentTypeWebContent.ctTextPlainstatic final ContentTypeWebContent.ctTextTSVstatic final ContentTypeWebContent.ctTriGstatic final ContentTypeWebContent.ctTriGAlt1static final ContentTypeWebContent.ctTriXstatic final ContentTypeWebContent.ctTriXxmlstatic final ContentTypeWebContent.ctTurtlestatic final ContentTypeWebContent.ctTurtleAlt1static final ContentTypeWebContent.ctTypeN3static final ContentTypeWebContent.ctXMLstatic final ContentTypeWebContent.ctXMLAltMethods in org.apache.jena.riot that return ContentTypeModifier and TypeMethodDescriptionstatic ContentTypeWebContent.determineCT(String contentTypeStr, Lang hintLang, String target) Determine the content type to be used, given the target URL, the content-type from Content Negotiation and a hint language.Lang.getContentType()static ContentTypeRDFLanguages.guessContentType(String resourceName) Methods in org.apache.jena.riot with parameters of type ContentTypeModifier and TypeMethodDescriptionstatic 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(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Read from an InputStream and output RDF on the StreamRDF.voidRead from an InputStream and output RDF on the StreamRDF.voidReaderRIOTBase.read(InputStream in, 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 ContentTypeModifier and TypeMethodDescriptionvoidLangJSONLD10.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) Deprecated.voidDeprecated.voidLangJSONLD11.read(InputStream input, String baseURI, ContentType ct, StreamRDF output, Context context) voidvoidReaderRDFNULL.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRDFNULL.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRIOTRDFXML.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderRIOTRDFXML.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context) voidReaderTriX.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) void -
Uses of ContentType in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type ContentTypeModifier and TypeMethodDescriptionvoidTurtleJavaccReaderRIOT.read(InputStream in, String baseURI, ContentType ct, StreamRDF output, Context context) voidTurtleJavaccReaderRIOT.read(Reader reader, String baseURI, ContentType ct, StreamRDF output, Context context)