|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for types that render Sesame query results.
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. |
Method Detail |
public java.lang.String getContentType()
public void renderResults(javax.servlet.ServletOutputStream outputStream, org.openrdf.sesame.query.QueryResultsTable table) throws java.io.IOException
Implementations may render output according to a particular markup language or content type.
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 java.lang.String renderResults(org.openrdf.sesame.query.QueryResultsTable table)
table
- The query results table to render.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |