Class PreviewExpressionCommand

java.lang.Object
com.google.refine.commands.Command
com.google.refine.commands.expr.PreviewExpressionCommand

public class PreviewExpressionCommand extends Command
  • Constructor Details

    • PreviewExpressionCommand

      public PreviewExpressionCommand()
  • Method Details

    • doPost

      public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      The command uses POST but does not actually modify any state so it does not require CSRF.
      Overrides:
      doPost in class Command
      Throws:
      javax.servlet.ServletException
      IOException
    • writeValue

      protected static void writeValue(StringBuffer sb, Object v, boolean quote)