|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.query.AbstractQueryContext | +--com.mkdoc.query.XhtmlQueryContext
An XHTML output context for a query
Field Summary |
Fields inherited from interface com.mkdoc.query.QueryContext |
HTML, LIMIT, RSS, TEXT |
Constructor Summary | |
XhtmlQueryContext(int page,
int limit)
Good citizen constructor. |
Method Summary | |
java.lang.String |
getOutputType()
Get the requested output format for the result. |
Methods inherited from class com.mkdoc.query.AbstractQueryContext |
getPageNumber, getResultsPerPage, setPageNumber, setResultsPerPage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mkdoc.query.QueryContext |
getPageNumber, getResultsPerPage |
Constructor Detail |
public XhtmlQueryContext(int page, int limit)
page
- The requested page number for any results.limit
- The number of results per page for any results.Method Detail |
public final java.lang.String getOutputType()
getOutputType
in interface QueryContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |