Class AbstractViewFileAsyncRenderer
- java.lang.Object
-
- org.xwiki.rendering.async.internal.block.AbstractBlockAsyncRenderer
-
- com.xwiki.macros.viewfile.macro.async.AbstractViewFileAsyncRenderer
-
- All Implemented Interfaces:
org.xwiki.rendering.async.internal.AsyncRenderer,org.xwiki.rendering.async.internal.block.BlockAsyncRenderer
@Unstable public abstract class AbstractViewFileAsyncRenderer extends org.xwiki.rendering.async.internal.block.AbstractBlockAsyncRendererAbstract class used to add a default initialization forAbstractBlockAsyncRenderer.- Since:
- 1.29.0
- Version:
- $Id$
-
-
Constructor Summary
Constructors Constructor Description AbstractViewFileAsyncRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(org.xwiki.rendering.transformation.MacroTransformationContext context, org.xwiki.model.reference.AttachmentReference attachmentRef, Map<String,String> parameters)Initialize the resources needed in the execution of the async renderer.-
Methods inherited from class org.xwiki.rendering.async.internal.block.AbstractBlockAsyncRenderer
createId, execute, isRendered, removeTopLevelParagraph, render, render, transform
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
initialize
public void initialize(org.xwiki.rendering.transformation.MacroTransformationContext context, org.xwiki.model.reference.AttachmentReference attachmentRef, Map<String,String> parameters)Initialize the resources needed in the execution of the async renderer.- Parameters:
context- the content passed to the execution of the async rendererattachmentRef- the reference of the attachment used in the async rendering executionparameters- additional parameters needed in the execution
-
-