com.xpn.xwiki.render.macro
Class WikiCodeFilter

java.lang.Object
  extended by com.xpn.xwiki.render.macro.WikiCodeFilter
All Implemented Interfaces:
org.radeox.macro.code.SourceCodeFormatter

public class WikiCodeFilter
extends java.lang.Object
implements org.radeox.macro.code.SourceCodeFormatter


Constructor Summary
WikiCodeFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String input, org.radeox.filter.context.FilterContext context)
           
 java.lang.String getName()
           
 int getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiCodeFilter

public WikiCodeFilter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface org.radeox.macro.code.SourceCodeFormatter

getPriority

public int getPriority()
Specified by:
getPriority in interface org.radeox.macro.code.SourceCodeFormatter

filter

public java.lang.String filter(java.lang.String input,
                               org.radeox.filter.context.FilterContext context)
Specified by:
filter in interface org.radeox.macro.code.SourceCodeFormatter


Copyright 2003 Ludovic Dubost