com.atlassian.renderer.v2.macro.code.formatter
Class XmlFormatter
java.lang.Object
com.atlassian.renderer.v2.macro.code.formatter.AbstractFormatter
com.atlassian.renderer.v2.macro.code.formatter.XmlFormatter
- All Implemented Interfaces:
- SourceCodeFormatter
public class XmlFormatter
- extends AbstractFormatter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlFormatter
public XmlFormatter()
getSupportedLanguages
public String[] getSupportedLanguages()
- Description copied from interface:
SourceCodeFormatter
- Inform the CodeMacro which languages this formatter supports. So if someone writes {code:java}, then only
the formatter that returns "java" from this method will be used to format it.
- Returns:
- an array of languages that this formatter supports
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.