Package com.raritantechnologies.searchApp.query.taglibrary

Objects for creating user interface elements for Query/Result storage and retrieval.

See:
          Description

Interface Summary
IReadQueryModule Extension of ISearchElementRenderer for renderers dealing with QueryResultBean objects.
 

Class Summary
CheckBoxSearchElementRenderer Provides a selection checkbox for saved queries.
DeleteRowSearchElementRenderer Implements a Delete (trash can image) operation on saved queries.
DisplayFieldSearchElementRenderer Implements a field name display column for the MultipleFieldQueriesSearchElementRenderer.
DropDownSearchElementRenderer Implements a Display Search Element Renderer.
InputBoxSearchElementRenderer Implements an Input Box Search Element Renderer.
MultipleFieldQueriesSearchElementRenderer Displays a Saved Query Form element that works in conjunction with one or more configurable IReadQueryModule SearchElementRenderers.
QueryFieldSearchElementRenderer Displays a hyperlink for a saved query.
ReadQueriesDisplayForm Creates a result set from one or more saved queries.
ReadQueriesSearchElementRenderer Basic SearchElementRenderer that can read selected queries from a persistent store and execute them within a Search Form context.
ReadQueriesSearchElementTableRenderer Basic SearchElementRenderer that can read selected queries from a persistent store and execute them within a Search Form context.
SaveQueriesSearchElementRenderer Basic SearchElementRenderer that can save the current query to a persistent store.
SaveQueryServletHandler ServletHandler that saves the current request as a saved query, using an IQueryResultSetWriter or an IGatewayOutputProcessor.
 

Package com.raritantechnologies.searchApp.query.taglibrary Description

Objects for creating user interface elements for Query/Result storage and retrieval.