|
Class Summary |
| CacheControlFilter |
This is a filter that sets the "Cache-Control" header
in the http response. |
| CharacterEncodingFilter |
This is a filter that sets the character encoding for both the
request and the response. |
| CompileAll |
This servlet will scan for all files ending with .jsp and issue
a request for them with the parameter jsp_precompile=true
therby compiling all JSP files into servlets. |
| Download |
|
| ExperimentExplorerPlotServlet |
Plot servlet for generating plots from experiment explorer. |
| ExperimentExplorerPlotServlet.ColumnKey |
Uses as a column key in the plots. |
| ExtensionsServlet |
Servlet for starting the extension system when the web server starts. |
| PlotServlet |
This servlet can plot spot data for a bioassay or bioassay set. |
| PlotServlet.CFResultIterator |
Special implementation of a SqlResultIterator
that combines the result from the parent and child into
one virtual iterator. |
| PlotServlet.CFSqlResult |
A single result row that is combined from the parent and
child results. 1 --> parent A, 2 --> parent M, 3 --> parent M - child M |
| RssNewsFeed |
A servlet that generates a RSS feed from the public news on the BASE server. |
| StartStopServlet |
Servlet for starting BASE when the web server is started and
stopping BASE when the web server is stopped. |
| Upload |
The upload servlet is used to handle single file uploads. |
| ViewSpotImage |
|