Class ExportStatementsView
java.lang.Object
org.eclipse.rdf4j.http.server.repository.statements.ExportStatementsView
- All Implemented Interfaces:
 org.springframework.web.servlet.View
Streams statements as RDF in the format requested by the client.
- Author:
 - Herko ter Horst
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic intstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface org.springframework.web.servlet.View
PATH_VARIABLES, RESPONSE_STATUS_ATTRIBUTE, SELECTED_CONTENT_TYPE - 
Method Summary
Modifier and TypeMethodDescriptionstatic ExportStatementsViewvoidrender(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:
 
 - 
MAX_NUMBER_OF_STATEMENTS_WHEN_TESTING_FOR_POSSIBLE_EXCEPTIONS
public static int MAX_NUMBER_OF_STATEMENTS_WHEN_TESTING_FOR_POSSIBLE_EXCEPTIONS 
 - 
 - 
Method Details
- 
getInstance
 - 
getContentType
- Specified by:
 getContentTypein interfaceorg.springframework.web.servlet.View
 - 
render
 
 -