Class ExportStatementsView
java.lang.Object
org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
- All Implemented Interfaces:
org.springframework.web.servlet.View
View used to export statements. Renders the statements as RDF using a serialization specified using a parameter or
Accept header.
- Author:
- Herko ter Horst
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.springframework.web.servlet.View
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExportStatementsView
void
render
(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Field Details
-
SUBJECT_KEY
- See Also:
-
PREDICATE_KEY
- See Also:
-
OBJECT_KEY
- See Also:
-
CONTEXTS_KEY
- See Also:
-
USE_INFERENCING_KEY
- See Also:
-
CONNECTION_KEY
- See Also:
-
TRANSACTION_ID_KEY
- See Also:
-
FACTORY_KEY
- See Also:
-
HEADERS_ONLY
- See Also:
-
-
Method Details
-
getInstance
-
getContentType
- Specified by:
getContentType
in interfaceorg.springframework.web.servlet.View
-
render
public void render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception - Specified by:
render
in interfaceorg.springframework.web.servlet.View
- Throws:
Exception
-