Package com.raritantechnologies.quickstart.taglibrary

Extends the user interface taglibrary and user interface renderers defined in the com.raritantechnologies.searchApp.taglibrary package.

See:
          Description

Class Summary
AccumulatingDisplayForm Accumulates results using an InMemorySearchSource cache.
AppendingResultRenderer Appends the results of a number of IResultRenderers.
CompositeDisplayFormRenderer Creates a composite display form consisting of a number of child renderer elements.
CompositeHeaderRenderer Creates a composite header consisting of a number of child renderer elements.
CompositePageLinkRenderer Composes a VCRPageSizeRenderer and a IPageLinkRenderer in a composite table.
DelimitedFieldRenderer Renders an IResult as a delimited String of field values.
DivDisplayFormRenderer Wraps a control in a DHTML <div> tag.
DivResultRenderer Wraps a single IResultRenderer in a DHTML <div> tag.
DropdownMenuLinkRenderer Generates a Dropdown menu linked to a form Submit or javascript function.
FieldHyperlinkRenderer Renders an IResult URL field as a hyperlink.
FieldRangeImageRenderer Result field renderer that renders an image depending on the numerical value of a result field.
GetFormHyperlinkRenderer Renders an IResult as a hyperlink to a jsp or servlet process.
GridDisplayFormRenderer Renderers a grid view of results: with a header and trailer section.
HiddenFieldRenderer Renders an com.rariantechnologies.searchApp.IResult field as a hidden form <input> element.
HighlightingDisplayFormRenderer Globally highlights and renderers a DisplayForm's view of results.
HighlightingResultRenderer Highlights a single result field (i.e.
ImageFieldHyperlinkRenderer Renders a clickable image for a given IResult.
ImageMapHyperlinkRenderer Renders an image as a hyperlink for a given result.
LabeledFieldRenderer Renders a single IResult field with a label.
LabelRenderer Renders a fixed text label.
LookupHighlightingDisplayFormRenderer Uses a lookup source to generate terms for use by HighlightingDisplayFormRenderer.
MetaDataFieldRenderer Renders all fields of a IResult that have non-blank values.
MimeTypeFieldRenderer Renders an image in place of a mime-type.
ModelingResultRenderer Renders an IResult using an HTML model specified in the configuration.
NullRenderer Renders a result as a blank.
NumberResultsRenderer Implementation of IDisplayFormRenderer that renders the number of results in a result set.
PageLinkForm JSP Custom tag that renders a result paging control.
PageResetButton Resets a page by sending a request with default values for elements that should be reset.
PopupFieldResultRenderer Creates a fly-over link and a pop-up div.
ReadOnlyElement Renders an field value as a label or as an HTML comment.
RemoteUserLoginTag JSP Custom tag: Uses Remote User information to log in, using a configurable ILoginHandler.
ResultColumnRenderer Composite IResultRenderer: Renders an IResult using a set of nested IResultRenderers.
ResultNumberRenderer Displays the IResult's position within a result set.
ResultRowRenderer Composite IResultRenderer: Renders an IResult as a set of HTML table rows.
ScoreFieldRenderer Renders the score in a graphical (image bar) representation.
SimpleFieldRenderer Renders one or more IResult field(s).
SimpleImageRenderer Renders a single field as an html image.
SizeFieldRenderer Renders a IResult size field in Kb, Mb, Gb, and Tb.
SortHeaderRenderer A sortable header that has html properties and configurable icons for displaying sort order.
SpacerRenderer Renders a blank space.
TabbedResultRenderer Creates a tabbed result renderer: clicking on the Tabs causes the active result renderer to change.
TabbedResultSetRenderer Renders a set of results as individual tab display elements.
TableDisplayFormRenderer Renderers a table view of results.
TableResultRenderer Renders all of the fields of an IResult as a simple HTML table.
TaggingResultRenderer Tags single words with hyperlink.
ToggleDivLinkResultRenderer Renders a hyperlink that toggles display state a <DIV> tag.
VCRPageLinkRenderer Renders a "VCR" like Page renderer.
VCRPageSizeRenderer Renders a set of page size links to change the number of results per display page.
VCRPageTotalsRenderer Renders a "Showing n-m of y" result count.
XMLResultProcessorRenderer Wrapper IResultRenderer that first creates an XMLResult from the initial IResult XML or one of its fields, applies SAX filtering via an XMLResultProcessor and then hands it off to the proxy renderer.
XSLResultRenderer IResult Renderer which uses an XSLT transform to convert the entire Result XML to an output or a single XML field in the Result.
 

Package com.raritantechnologies.quickstart.taglibrary Description

Extends the user interface taglibrary and user interface renderers defined in the com.raritantechnologies.searchApp.taglibrary package.