Class GetProcessesCommand
java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.history.GetProcessesCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.refine.commands.Command
Command.HistoryEntryResponse, Command.IllegalJsonpException -
Field Summary
Fields inherited from class com.google.refine.commands.Command
csrfFactory, logger, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanMethods inherited from class com.google.refine.commands.Command
checkJSONP, doDelete, doHead, doPost, doPut, getEngine, getEngineConfig, getIntegerParameter, getParameters, getProject, getProjectMetadata, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, performProcessAndRespond, redirect, respond, respond, respondCodeError, respondCodeError, respondCodeError, respondCodePending, respondCSRFError, respondException, respondJSON, respondJSON, respondNoJsonpException, respondOkDone, respondStatus, respondStatusError, respondStatusErrors, respondStatusOk, respondStatusOk, respondWithErrorPage
-
Constructor Details
-
GetProcessesCommand
public GetProcessesCommand()
-
-
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
-
logRequests
public boolean logRequests()- Overrides:
logRequestsin classCommand
-