Class GetScatterplotCommand
java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.browsing.GetScatterplotCommand
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.refine.commands.Command
Command.HistoryEntryResponse -
Field Summary
Fields inherited from class com.google.refine.commands.Command
csrfFactory, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) voiddraw(OutputStream output, Project project, Engine engine, GetScatterplotCommand.PlotterConfig o) Methods inherited from class com.google.refine.commands.Command
doDelete, doHead, doPost, doPut, getEngine, getEngineConfig, getIntegerParameter, getProject, getProjectMetadata, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, performProcessAndRespond, redirect, respond, respond, respondCSRFError, respondException, respondJSON, respondJSON, respondWithErrorPage
-
Constructor Details
-
GetScatterplotCommand
public GetScatterplotCommand()
-
-
Method Details
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
doGetin classCommand- Throws:
javax.servlet.ServletExceptionIOException
-
draw
public void draw(OutputStream output, Project project, Engine engine, GetScatterplotCommand.PlotterConfig o) throws IOException - Throws:
IOException
-