com.xpn.xwiki.render.macro
Class XWikiCodeMacro

java.lang.Object
  extended byorg.radeox.macro.BaseMacro
      extended byorg.radeox.macro.Preserved
          extended byorg.radeox.macro.LocalePreserved
              extended byorg.radeox.macro.CodeMacro
                  extended bycom.xpn.xwiki.render.macro.XWikiCodeMacro
All Implemented Interfaces:
java.lang.Comparable, org.radeox.macro.LocaleMacro, org.radeox.macro.Macro

public class XWikiCodeMacro
extends org.radeox.macro.CodeMacro


Field Summary
 
Fields inherited from class org.radeox.macro.CodeMacro
 
Fields inherited from class org.radeox.macro.LocalePreserved
 
Fields inherited from class org.radeox.macro.Preserved
 
Fields inherited from class org.radeox.macro.BaseMacro
description, initialContext, paramDescription
 
Constructor Summary
XWikiCodeMacro()
           
 
Method Summary
 void execute(java.io.Writer writer, org.radeox.macro.parameter.MacroParameter params)
           
 java.lang.String getLocaleKey()
           
 
Methods inherited from class org.radeox.macro.CodeMacro
setInitialContext
 
Methods inherited from class org.radeox.macro.LocalePreserved
getDescription, getName, getParamDescription
 
Methods inherited from class org.radeox.macro.Preserved
addSpecial, addSpecial, replace
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XWikiCodeMacro

public XWikiCodeMacro()
Method Detail

getLocaleKey

public java.lang.String getLocaleKey()

execute

public void execute(java.io.Writer writer,
                    org.radeox.macro.parameter.MacroParameter params)
             throws java.lang.IllegalArgumentException,
                    java.io.IOException
Throws:
java.lang.IllegalArgumentException
java.io.IOException


Copyright 2003 Ludovic Dubost