|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.sesame.TextResultsRenderer
Renders Sesame query results to plain text.
Field Summary | |
static java.lang.String |
CONTENT_TYPE
Deprecated. The text content type. |
Constructor Summary | |
TextResultsRenderer()
Deprecated. |
Method Summary | |
java.lang.String |
getContentType()
Deprecated. Get the content type for the renderer. |
java.lang.String |
renderResults(org.openrdf.sesame.query.QueryResultsTable table)
Deprecated. Render a query results table to a string. |
void |
renderResults(javax.servlet.ServletOutputStream outputStream,
org.openrdf.sesame.query.QueryResultsTable table)
Deprecated. Render a query results table to a servlet output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String CONTENT_TYPE
Constructor Detail |
public TextResultsRenderer()
Method Detail |
public final void renderResults(javax.servlet.ServletOutputStream outputStream, org.openrdf.sesame.query.QueryResultsTable table) throws java.io.IOException
renderResults
in interface ResultsRenderer
outputStream
- The output stream to which to write the
results.table
- The query results table to render.
java.io.IOException
- If there is a problem writing results to the
output stream.public final java.lang.String renderResults(org.openrdf.sesame.query.QueryResultsTable table)
renderResults
in interface ResultsRenderer
table
- The query results table to render.
public final java.lang.String getContentType()
getContentType
in interface ResultsRenderer
text/plain
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |