Class AddRowsCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.row.AddRowsCommand

public class AddRowsCommand extends Command
  • Constructor Details

    • AddRowsCommand

      public AddRowsCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException
    • getInsertionIndex

      public int getInsertionIndex(javax.servlet.http.HttpServletRequest request, Project project)
    • getRowData

      public List<Row> getRowData(javax.servlet.http.HttpServletRequest request) throws Exception
      Throws:
      Exception