Package org.openrefine.commands.browsing
Class GetScatterplotCommand
- java.lang.Object
-
- org.openrefine.commands.Command
-
- org.openrefine.commands.browsing.GetScatterplotCommand
-
public class GetScatterplotCommand extends Command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openrefine.commands.Command
Command.HistoryEntryResponse
-
-
Field Summary
-
Fields inherited from class org.openrefine.commands.Command
csrfFactory, servlet
-
-
Constructor Summary
Constructors Constructor Description GetScatterplotCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
void
draw(OutputStream output, Project project, Engine engine, ScatterplotFacet.ScatterplotFacetConfig o)
-
Methods inherited from class org.openrefine.commands.Command
addHistoryEntryAndRespond, doDelete, doPost, doPut, getEngine, getEngineConfig, getIntegerParameter, getLongParameter, getProject, getProjectMetadata, getSortingConfig, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, redirect, respondCSRFError, respondError, respondError, respondJSON, respondJSON, respondOK, respondWithErrorPage
-
-
-
-
Method Detail
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
-
draw
public void draw(OutputStream output, Project project, Engine engine, ScatterplotFacet.ScatterplotFacetConfig o) throws IOException
- Throws:
IOException
-
-