org.openrdf.http.server.repository.statements
Class ExportStatementsView

java.lang.Object
  extended by 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

Field Summary
static String CONTEXTS_KEY
           
static String FACTORY_KEY
           
static String OBJECT_KEY
           
static String PREDICATE_KEY
           
static String SUBJECT_KEY
           
static String USE_INFERENCING_KEY
           
 
Method Summary
 String getContentType()
           
static ExportStatementsView getInstance()
           
 void render(Map model, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.