com.atlassian.renderer.v2.macro.code
Class SourceCodeFormatterModuleDescriptor

java.lang.Object
  extended by AbstractModuleDescriptor
      extended by com.atlassian.renderer.v2.macro.code.SourceCodeFormatterModuleDescriptor

public class SourceCodeFormatterModuleDescriptor
extends AbstractModuleDescriptor


Field Summary
static org.apache.log4j.Category log
           
 
Constructor Summary
SourceCodeFormatterModuleDescriptor()
           
 
Method Summary
 SourceCodeFormatter getFormatter()
           
 Object getModule()
           
protected  SourceCodeFormatter makeFormatterFromClass()
          Override this method if you need to autowire the formatter, or something.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.apache.log4j.Category log
Constructor Detail

SourceCodeFormatterModuleDescriptor

public SourceCodeFormatterModuleDescriptor()
Method Detail

getModule

public Object getModule()

makeFormatterFromClass

protected SourceCodeFormatter makeFormatterFromClass()
Override this method if you need to autowire the formatter, or something.


getFormatter

public SourceCodeFormatter getFormatter()


Atlassian Wiki Renderer is developed by Atlassian Software Systems.