Package com.raritantechnologies.quickstart.userInterface

Contains User Interface classes used in Raritan "QuickStart" Search Applications.

See:
          Description

Interface Summary
IDocumentContentHandler Interface for document content (full text) retrieval through an HttpServlet.
IProcessDocumentContentHandler Interface for IDocumentContentHandler objects that provides a setDocumentContentHandler method.
IServletHandler Provides an interface for XML configurable classes that can service an HTTP request through the J2EE Servlet container model.
 

Class Summary
BasicSearchFormatter Basic Search Formatter.
CacheParamsContentHandlerFilter Caches the current data acquired by a nested IDocumentContentHandler.
ChartServlet
DocumentContentHandlerFilter Base class for IDocumentContentHandlers that can filter the content byte stream retrieved by another IDocumentContentHandler.
DocumentContentHandlerValidator
DocumentumDocumentContentHandler
DynamicConfigurationServlet  
DynamicContentHandlerFilter ContentHandler filter that chooses appropriate content handler based on an IComparator match.
DynamicHighlightingServlet Enables a highlighting service (e.g.
DynamicServletHandler Dynamic ServletHandler that can make modifications to the http request based on its current state.
ExcerptDocumentContentHandler Uses an ExcerptStringFilter to generate a text excerpt from some content acquired by a delegate {@link com.raritantechnologies.quickstart.userInterface.IDocumentContentHandler.
FileDocumentContentHandler ContentHandler implementation for Documents stored in a File system.
FullTextServlet Executes a full text URL on behalf of a federated client.
GetContentServlet Implements a Content retrieval service for JSP pages.
GetContentTag Generates an IFrame tag: enables relative - absolute URL mapping.
HighlightingDocumentContentHandler Applies highlighting of query words (and stemmed variants) found in a content stream:
LoadSearchSourceHandler Loads SearchSource dynamically using an IXMLDataSource.
LoginAction Implements a Login service.
LoginServlet Implements a Login service.
NoContentServletHandler  
NullDocumentContentHandler Document Content placeholder - returns an empty string.
RedirectContentHandler Adds an ISecurityManager to check access rights before redirecting the browser to a URL.
RedirectFileContentHandler Writes the document to a temporary file and adds javascript code to redirect the browser to a document.
RedirectServletHandler ServletHandler that can send a redirect from a patterned input.
SaveResultsHandler Implementation of IServletHandler that implements Saved Results.
SearchServlet Wraps an IServletHandler - provides a Configurable SearchServlet.
SearchServletHandler Provides an interface for configurable classes that can service an HTTP request through the J2EE Servlet container model.
SecureDocumentContentHandler Retrieves a document from a secure source.
SequentialServletHandler Sequential Servlet Handler that enables a configurable processing pipeline to be attached to a Servlet request.
SetPersistentParameterServlet Enables cached session data values to be set on the server using javascript.
SetSessionAttributeServlet Enables a session attribute to be set.
SOAPDocumentContentHandler Uses SOAP source to retrieve a document.
SplitPageDocumentContentHandler DocumentContentHandlerFilter that splits text pages into segments.
StringFilterDocumentContentHandler DocumentContentHandlerFilter that applies a String filter operation (using an IStringFilter) to the text content retrieved by its proxy IDocumentContentHandler.
SystemObjectDocumentContentHandler System Object wrapper for a Document Content Handler - allows a handler to be reused by other objects.
UpdateCurrentResultsHandler Enables updates to be pushed to current result set.
URLDocumentContentHandler DocumentContentHandler implementation for documents accessable by a URL.
WatermarkingDocumentContentHandler DocumentContentHandlerFilter that applies a watermark to the content retrieved by its proxy IDocumentContentHandler.
 

Package com.raritantechnologies.quickstart.userInterface Description

Contains User Interface classes used in Raritan "QuickStart" Search Applications.

Manages login and document content handling.