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
FieldsModifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
static String
static String
static 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:
- Constant Field Values
-
PREDICATE_KEY
- See Also:
- Constant Field Values
-
OBJECT_KEY
- See Also:
- Constant Field Values
-
CONTEXTS_KEY
- See Also:
- Constant Field Values
-
USE_INFERENCING_KEY
- See Also:
- Constant Field Values
-
TRANSACTION_KEY
- See Also:
- Constant Field Values
-
FACTORY_KEY
- See Also:
- Constant Field Values
-
HEADERS_ONLY
- See Also:
- Constant Field Values
-
-
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
-