|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.sesame.XhtmlResultsRenderer
Renders Sesame query results to XHTML.
Field Summary | |
static java.lang.String |
CONTENT_TYPE
Deprecated. The text content type. |
static java.lang.String |
FOOTER
Deprecated. An XHTML document footer. |
static java.lang.String |
HEADER
Deprecated. An XHTML document header. |
Constructor Summary | |
XhtmlResultsRenderer()
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
public static final java.lang.String HEADER
public static final java.lang.String FOOTER
Constructor Detail |
public XhtmlResultsRenderer()
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/html
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |