Index

C D G J L O R S T W 
All Classes and Interfaces|All Packages

C

contentType2MediaType(ContentType) - Static method in class org.dice_research.rdf.spring_jena.Jena2SpringUtils
Function to transform the given ContentType instance into a MediaType instance.
create(Lang...) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all of the given Lang instances and uses the first of them as default.
create(Lang, String, Lang...) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all of the given Lang instances and media types which abide to the given regular expression.
create(Lang, Lang...) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all of the given Lang instances and uses the given single Lang instance as default.
createForApplicationMediaTypes(Lang) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all SUPPORTED_LANGS that have a mediatype starting with "application/".
createForTextMediaTypes(Lang) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all SUPPORTED_LANGS that have a mediatype starting with "text/".
createForUserDefinedMediaTypes(Lang) - Static method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Factory method that generates a converter that supports all SUPPORTED_LANGS that have a mediatype starting with "x/".

D

defaultLang - Variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
The default Lang used for (de-)serialization.
defaultMediaType - Variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
The media type of the defaultLang.

G

getDefaultContentType(Model) - Method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 

J

Jena2SpringUtils - Class in org.dice_research.rdf.spring_jena
A class with utility methods that ease to connect the Jena and Spring libraries.
Jena2SpringUtils() - Constructor for class org.dice_research.rdf.spring_jena.Jena2SpringUtils
 
JenaModelHttpMessageConverter - Class in org.dice_research.rdf.spring_jena
A message converter instance that implements the serialization and deserialization of Model instances.
JenaModelHttpMessageConverter(Lang, Map<MediaType, Lang>) - Constructor for class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Constructor.
JenaModelHttpMessageConverter(Lang, MediaType, Map<MediaType, Lang>) - Constructor for class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Constructor.

L

langs2MediaTypeStrings(Lang...) - Static method in class org.dice_research.rdf.spring_jena.Jena2SpringUtils
This function transforms the given Lang instances into the content type strings that they represent.
LOGGER - Static variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 

O

org.dice_research.rdf.spring_jena - package org.dice_research.rdf.spring_jena
 

R

readInternal(Class<? extends Model>, HttpInputMessage) - Method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 

S

SUPPORTED_LANGS - Static variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 
SUPPORTED_MEDIA_TYPES - Static variable in class org.dice_research.rdf.spring_jena.Jena2SpringUtils
Array containing all media type strings supported by the classes of this library
supports(Class<?>) - Method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 

T

type2Lang - Variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
Mapping of media types to Lang instances.

W

writeInternal(Model, HttpOutputMessage) - Method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
 
C D G J L O R S T W 
All Classes and Interfaces|All Packages