Class GetImportingConfigurationCommand
java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.importing.GetImportingConfigurationCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested 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
Methods inherited from class com.google.refine.commands.Command
checkJSONP, doDelete, doHead, doPut, getEngine, getEngineConfig, getIntegerParameter, getParameters, getProject, getProjectMetadata, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, performProcessAndRespond, redirect, respond, respond, respondCodeError, respondCodeError, respondCodeError, respondCodePending, respondCSRFError, respondException, respondJSON, respondJSON, respondNoJsonpException, respondOkDone, respondStatus, respondStatusError, respondStatusErrors, respondStatusOk, respondStatusOk, respondWithErrorPage
-
Constructor Details
-
GetImportingConfigurationCommand
public GetImportingConfigurationCommand()
-
-
Method Details
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException Deprecated. This command uses POST but does not actually modify any state so it is not CSRF-protected.- Overrides:
doPostin classCommand- Throws:
javax.servlet.ServletExceptionIOException
-
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
-