org.openrdf.http.server.repository.statements
Class ExportStatementsView
java.lang.Object
org.openrdf.http.server.repository.statements.ExportStatementsView
- All Implemented Interfaces:
- org.springframework.web.servlet.View
public class ExportStatementsView
- extends Object
- implements 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBJECT_KEY
public static final String SUBJECT_KEY
- See Also:
- Constant Field Values
PREDICATE_KEY
public static final String PREDICATE_KEY
- See Also:
- Constant Field Values
OBJECT_KEY
public static final String OBJECT_KEY
- See Also:
- Constant Field Values
CONTEXTS_KEY
public static final String CONTEXTS_KEY
- See Also:
- Constant Field Values
USE_INFERENCING_KEY
public static final String USE_INFERENCING_KEY
- See Also:
- Constant Field Values
FACTORY_KEY
public static final String FACTORY_KEY
- See Also:
- Constant Field Values
getInstance
public static ExportStatementsView getInstance()
getContentType
public String getContentType()
- Specified by:
getContentType in interface org.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 interface org.springframework.web.servlet.View
- Throws:
Exception
Copyright © 2001-2008 Aduna. All Rights Reserved.