public abstract class SnippetWritingResultHandler extends Object implements ResultHandler
ResultHandler
that writes a documentation snippetModifier | Constructor and Description |
---|---|
protected |
SnippetWritingResultHandler(String outputDir,
String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
handle(MvcResult result) |
protected abstract void |
handle(MvcResult result,
DocumentationWriter writer) |
protected abstract void handle(MvcResult result, DocumentationWriter writer) throws IOException
IOException
public void handle(MvcResult result) throws IOException
handle
in interface ResultHandler
IOException