Uses of Class
org.xwiki.rendering.macro.source.MacroContentSourceReference
-
Packages that use MacroContentSourceReference Package Description org.xwiki.rendering.macro.source -
-
Uses of MacroContentSourceReference in org.xwiki.rendering.macro.source
Methods in org.xwiki.rendering.macro.source that return MacroContentSourceReference Modifier and Type Method Description MacroContentSourceReference
MacroContentSourceReferenceConverter. convert(T value)
MacroContentSourceReference
MacroContentWikiSource. getReference()
Methods in org.xwiki.rendering.macro.source with parameters of type MacroContentSourceReference Modifier and Type Method Description MacroContentWikiSource
MacroContentWikiSourceFactory. getContent(MacroContentSourceReference reference, MacroTransformationContext context)
Constructors in org.xwiki.rendering.macro.source with parameters of type MacroContentSourceReference Constructor Description MacroContentWikiSource(MacroContentSourceReference reference, String content, Syntax syntax)
-