|
||||||||||
| 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.browse.taglibrary.BrowseDisplayForm
Builds a BrowseList in memory using an InMemoryBrowse Object.
getBody( ) method creates an interactive browse list on the terms of a result field. XML Configuration Template
<DisplayForm class="com.raritantechnologies.searchApp.browse.taglibrary.BrowseDisplayForm"
resultTermField="[ field in result set that is to be browsed on ]" >
</DisplayForm>
| 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 | |
BrowseDisplayForm()
|
|
| Method Summary | |
java.lang.String |
getBody(RaritanPageContext rpc)
Renders the results display form given a search request encoded within the RaritanPageContext. |
void |
initialize(org.w3c.dom.Element elem)
This initialize method is used when the DisplayForm is contained in a wrapper object such as a TabbedCustomTag - and is an alternate way of initiating a DisplayForm from the JSP custom tag initialization via the java bean methods. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BrowseDisplayForm()
| Method Detail |
public java.lang.String getBody(RaritanPageContext rpc)
DisplayForm
getBody in interface ICustomTaggetBody in class DisplayFormpublic void initialize(org.w3c.dom.Element elem)
DisplayForm
initialize in interface IConfigurableinitialize in class DisplayForm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||