Package org.cdlib.xtf.servletBase

This package contains a few classes shared by both the crossQuery and dynaXML servlets, embodying as much shared functionality as possble.

See:
          Description

Interface Summary
StylesheetCache.TraceListenerFactory  
 

Class Summary
DTDSuppressingXMLReader Simple wrapper for an XML reader that requests it to avoid loading external DTDs.
LatencyCutoffStream This class prints out latency information after a given number of bytes have been output.
SessionURLRewriter If session data has been established, this class takes care of adding the session ID to URLs output by a Saxon transformation.
StylesheetCache This class is used to cache stylesheets so they don't have to be reloaded each time they're used.
TextConfig Common members and methods for servlet configuration classes
TextServlet Base class for the crossQuery and dynaXML servlets.
 

Exception Summary
CQLParseException This exception is thrown when the request contains an invalid query string.
RedirectException This exception is thrown when the an HTTP redirect has been requested.
 

Package org.cdlib.xtf.servletBase Description

This package contains a few classes shared by both the crossQuery and dynaXML servlets, embodying as much shared functionality as possble.