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
- Version:
- $Id: IncludeRenderEngine.java,v 1.1 2003/10/07 08:20:24 stephan Exp $
- Author:
- Stephan J. Schmidt
Method Summary |
java.lang.String |
include(java.lang.String name)
Include an object in the input. |
include
public 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
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.