Class TransactionExportStatementsView
java.lang.Object
org.eclipse.rdf4j.http.server.repository.transaction.TransactionExportStatementsView
- All Implemented Interfaces:
org.springframework.web.servlet.View
public class TransactionExportStatementsView
extends Object
implements org.springframework.web.servlet.View
View used to export statements as part of a transaction. Renders the statements as RDF using a serialization
specified using a parameter or Accept header.
- Author:
- Herko ter Horst, Jeen Broekstra
-
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
Fields inherited from interface org.springframework.web.servlet.View
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE
-
Method Summary
-
Field Details
-
SUBJECT_KEY
- See Also:
-
PREDICATE_KEY
- See Also:
-
OBJECT_KEY
- See Also:
-
CONTEXTS_KEY
- See Also:
-
USE_INFERENCING_KEY
- See Also:
-
TRANSACTION_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
-