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 Object
implements org.radeox.macro.code.SourceCodeFormatter


Constructor Summary
WikiCodeFilter()
           
 
Method Summary
 String filter(String input, org.radeox.filter.context.FilterContext context)
           
 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 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 String filter(String input,
                     org.radeox.filter.context.FilterContext context)
Specified by:
filter in interface org.radeox.macro.code.SourceCodeFormatter


Copyright © 2004–2014 XWiki. All rights reserved.