Class Summary |
BaseQueryService |
This class will be used to define the minimally required behavior of
a class that is to retrieve a queryresult and have it presented in an
HTML table. |
Column |
This class plays the role of keeping track of all of the attributes
of a column that would be displayed in an HTML table. |
QueryServiceProvider |
This class provides a subclass of
wt.enterprise.tabularresults.BaseQueryService
Currently a subclass of wt.enterprise.tabularresults.BaseQueryService
is found by testing if the file name passed in is the fully qualified
path the subclass. |
StdDataFormatService |
This is a concrete implementation of the DataFormatService. |
StdTableFormatService |
This class is a "dummy" concrete class of wt.enterprise.tabularresults.TableFormatService
This class does not add any functionality, it simply makes the functionality of
TableFormatService available. |
StdTemplateProcessor |
The class StdTemplateProcessor is an extension of TabularQueryResultsService
so that it has access to the table processing functionality of TabularQueryResultsService
and extends TemplateProcessor so to be accessable from URLProcessor via a
wt.service.properties entry and is able to select a template to process. |
TableFormatService |
This class provides the basic functionality for presenting a String
of objects in a tabular form. |
TabularQueryResultsService |
TabularQueryResultsService is a mapping from the HTML template calls and the
services of a subclass of BasicQueryService, subclass of TableFormatService,
and a subclass of DataFormatService. |
UsedByQuery |
This subclass of BaseQueryService takes a wt.part.WTPart instance and
then queries to find all of the class that used the
|
UsesQuery |
Use the newUsesQuery static factory method(s), not the UsesQuery
constructor, to construct instances of this class. |