Class StringResultWriterFactory

java.lang.Object
org.apache.creadur.whisker.out.velocity.StringResultWriterFactory
All Implemented Interfaces:
org.apache.creadur.whisker.app.ResultWriterFactory

public class StringResultWriterFactory extends Object implements org.apache.creadur.whisker.app.ResultWriterFactory
  • Constructor Details

    • StringResultWriterFactory

      public StringResultWriterFactory()
  • Method Details

    • writerFor

      public Writer writerFor(org.apache.creadur.whisker.app.Result result) throws IOException
      Specified by:
      writerFor in interface org.apache.creadur.whisker.app.ResultWriterFactory
      Throws:
      IOException
    • requestsFor

      public int requestsFor(org.apache.creadur.whisker.app.Result result)
    • firstOutputFor

      public String firstOutputFor(org.apache.creadur.whisker.app.Result result)