Class SplitColumnCommand
java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.EngineDependentCommand
com.google.refine.commands.column.SplitColumnCommand
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.refine.commands.Command
Command.HistoryEntryResponse -
Field Summary
Fields inherited from class com.google.refine.commands.Command
csrfFactory, logger, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractOperationcreateOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) Methods inherited from class com.google.refine.commands.EngineDependentCommand
doPostMethods inherited from class com.google.refine.commands.Command
doDelete, doGet, doHead, doPut, getEngine, getEngineConfig, getIntegerParameter, getProject, getProjectMetadata, hasValidCSRFToken, hasValidCSRFTokenAsGET, init, logRequests, performProcessAndRespond, redirect, respond, respond, respondCSRFError, respondException, respondJSON, respondJSON, respondWithErrorPage
-
Constructor Details
-
SplitColumnCommand
public SplitColumnCommand()
-
-
Method Details
-
createOperation
protected AbstractOperation createOperation(Project project, javax.servlet.http.HttpServletRequest request, EngineConfig engineConfig) throws Exception - Specified by:
createOperationin classEngineDependentCommand- Throws:
Exception
-