org.codehaus.groovy.wiki
Class TestCaseRenderEngine

java.lang.Object
  extended by org.codehaus.groovy.wiki.TestCaseRenderEngine
All Implemented Interfaces:
org.radeox.api.engine.RenderEngine

public class TestCaseRenderEngine
extends Object
implements org.radeox.api.engine.RenderEngine

Version:
$Revision: 1.5 $
Author:
James Strachan

Constructor Summary
TestCaseRenderEngine()
           
 
Method Summary
 String getName()
           
protected  String processShellScripts(String text)
          Splits the comment block extracting any scripts that need to be tested
protected  String removeCloseCode(String text)
           
 String render(String content, org.radeox.api.engine.context.RenderContext context)
           
 void render(Writer out, String content, org.radeox.api.engine.context.RenderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCaseRenderEngine

public TestCaseRenderEngine()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.radeox.api.engine.RenderEngine

render

public String render(String content,
                     org.radeox.api.engine.context.RenderContext context)
Specified by:
render in interface org.radeox.api.engine.RenderEngine

processShellScripts

protected String processShellScripts(String text)
Splits the comment block extracting any scripts that need to be tested

Parameters:
text -
Returns:

removeCloseCode

protected String removeCloseCode(String text)

render

public void render(Writer out,
                   String content,
                   org.radeox.api.engine.context.RenderContext context)
            throws IOException
Specified by:
render in interface org.radeox.api.engine.RenderEngine
Throws:
IOException


Copyright © 2003-2010 The Codehaus. All Rights Reserved.