Package net.sf.basedb.clients.web.servlet

  • Class Summary
    Class Description
    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.
    ContentSecurityPolicyFilter
    This is a filter that sets the "Content-Security-Policy" header in the http response.
    ContentSecurityPolicyReportServlet
    This is a servlet for posting reports from "Content-Security-Policy" violations.
    Download  
    ExperimentExplorerPlotServlet
    Plot servlet for generating plots from experiment explorer.
    ExperimentExplorerPlotServlet.ColumnKey
    Uses as a column key in the plots.
    ExtensionsServlet
    This servlet is acting as a proxy for requests to extension defined servlets.
    ImageRemapFilter
    This is a filter that remaps request to images to some other image.
    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 listener 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.