org.radeox.api.engine
Interface IncludeRenderEngine


public interface IncludeRenderEngine

Interface for RenderEngines that allow to include content like wiki pages or snips, e.g. with {!includeWiki} in MacroFilter


Method Summary
 java.lang.String include(java.lang.String name)
          Include an object in the input.
 

Method Detail

include

java.lang.String include(java.lang.String name)
Include an object in the input. This could be a wiki page, snips, comments.

Parameters:
name - Name of the object to include, e.g. wiki page name
Returns:
result A string representation of the included object