|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.internal.converter.DefaultConverter
@Component @Singleton public class DefaultConverter
Default implementation for Converter.
| Constructor Summary | |
|---|---|
DefaultConverter()
|
|
| Method Summary | |
|---|---|
void |
convert(java.io.Reader source,
Syntax sourceSyntax,
Syntax targetSyntax,
WikiPrinter printer)
Converts content from a Syntax to another and execute all registered Macro Transformations on the parsed content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConverter()
| Method Detail |
|---|
public void convert(java.io.Reader source,
Syntax sourceSyntax,
Syntax targetSyntax,
WikiPrinter printer)
throws ConversionException
convert in interface Convertersource - the content to be convertedsourceSyntax - the Syntax in which the content is representedtargetSyntax - the Syntax to which to convert toprinter - the printer that will receive the result of the conversion
ConversionException - in case of a conversion error (invalid Syntax, etc)Converter.convert(java.io.Reader, org.xwiki.rendering.syntax.Syntax, org.xwiki.rendering.syntax.Syntax, org.xwiki.rendering.renderer.printer.WikiPrinter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||