Package org.radeox.macro.code
Interface SourceCodeFormatter
-
- All Known Implementing Classes:
JavaCodeFilter,NullCodeFilter,SqlCodeFilter,XmlCodeFilter
public interface SourceCodeFormatterDisplays source code with syntax highlighting etc.- Version:
- $Id: SourceCodeFormatter.java 7707 2006-04-12 17:30:19Z ian@caret.cam.ac.uk $
- Author:
- Stephan J. Schmidt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfilter(String content, FilterContext context)StringgetName()intgetPriority()
-
-
-
Method Detail
-
getName
String getName()
-
getPriority
int getPriority()
-
filter
String filter(String content, FilterContext context)
-
-