|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||