|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectBodyTagSupport
com.raritantechnologies.searchApp.taglibrary.DisplayForm
com.raritantechnologies.searchApp.taglibrary.SingleResultDisplayForm
Render a Single Result from the IResultSet passed to it. The
particular result is determined by the value ot the resultNum
request parameter in the current RaritanPageContext. The resultNum
parameter string is defined in GetFormHyperlinkRenderer.RESULTNUM_TAG
| Field Summary |
| Fields inherited from class com.raritantechnologies.searchApp.taglibrary.DisplayForm |
activeDisplayKey, activeDisplayParam, categoryParam, DEFAULT_PAGE_SIZE, formName, ignoreFormTypes, noResultString, pageNum, pageNumParam, pageSize, queryFieldFilters, resultSetKey, searchFormTypes, searchParameters, sourceTypeParam, userQueryParams |
| Constructor Summary | |
SingleResultDisplayForm()
|
|
| Method Summary | |
IResultSet |
getResults(int pageNum,
int pageSize,
RaritanPageContext pageContext,
java.lang.String sourceType,
java.lang.String formType)
Returns a ResultSet containing a single result, determined by finding the individual result within the ResultSet returned by super.getResults() that corresponds to a request parameter. |
void |
setUseLastResultSet(java.lang.String useLastResultSetSt)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.raritantechnologies.searchApp.taglibrary.ICustomTag |
getBody, initialize |
| Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable |
initialize |
| Constructor Detail |
public SingleResultDisplayForm()
| Method Detail |
public void setUseLastResultSet(java.lang.String useLastResultSetSt)
public IResultSet getResults(int pageNum,
int pageSize,
RaritanPageContext pageContext,
java.lang.String sourceType,
java.lang.String formType)
The request parameter is determined by a static constant within the GetFormHyperlinkRenderer
class named RESULTNUM_TAG. As of this writing, its value is set to "resultNum"
getResults in class DisplayFormDisplayForm.getResults(int, int, com.raritantechnologies.searchApp.taglibrary.RaritanPageContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||