Index
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
ContentTypeinstance into aMediaTypeinstance. - 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
Langinstances 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
Langinstances 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
Langinstances and uses the given singleLanginstance 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_LANGSthat 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_LANGSthat 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_LANGSthat have a mediatype starting with"x/".
D
- defaultLang - Variable in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
-
The default
Langused 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
Modelinstances. - 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
Langinstances 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
Langinstances.
W
- writeInternal(Model, HttpOutputMessage) - Method in class org.dice_research.rdf.spring_jena.JenaModelHttpMessageConverter
All Classes and Interfaces|All Packages