|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An output context for a query
Field Summary | |
static java.lang.String |
HTML
The XHTML output type. |
static int |
LIMIT
The default number of results per page. |
static java.lang.String |
RSS
The RSS output type. |
static java.lang.String |
TEXT
The text output type. |
Method Summary | |
java.lang.String |
getOutputType()
Get the requested output format for the result. |
int |
getPageNumber()
Get the requested page number for any results. |
int |
getResultsPerPage()
Get the maximum number of results to display per page. |
Field Detail |
public static final int LIMIT
public static final java.lang.String TEXT
public static final java.lang.String HTML
public static final java.lang.String RSS
Method Detail |
public int getPageNumber()
public int getResultsPerPage()
public java.lang.String getOutputType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |