org.radeox.macro
Class CodeMacro

java.lang.Object
  extended byorg.radeox.macro.BaseMacro
      extended byorg.radeox.macro.Preserved
          extended byorg.radeox.macro.LocalePreserved
              extended byorg.radeox.macro.CodeMacro
All Implemented Interfaces:
java.lang.Comparable, LocaleMacro, Macro

public class CodeMacro
extends LocalePreserved


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
description, initialContext
 
Constructor Summary
CodeMacro()
           
 
Method Summary
 void execute(java.io.Writer writer, MacroParameter params)
          Execute the macro.
 java.lang.String getLocaleKey()
           
 java.lang.String[] getParamDescription()
          Get a description of the paramters of the macro.
 void setInitialContext(InitialRenderContext context)
           
 
Methods inherited from class org.radeox.macro.LocalePreserved
getName
 
Methods inherited from class org.radeox.macro.Preserved
addSpecial, addSpecial, replace
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, getDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodeMacro

public CodeMacro()
Method Detail

getParamDescription

public java.lang.String[] getParamDescription()
Description copied from class: BaseMacro
Get a description of the paramters of the macro. The method returns an array with an String entry for every parameter. The format is {"1: description", ...} where 1 is the position of the parameter.

Specified by:
getParamDescription in interface Macro
Overrides:
getParamDescription in class BaseMacro
Returns:
description Array describing the parameters of the macro

getLocaleKey

public java.lang.String getLocaleKey()

setInitialContext

public void setInitialContext(InitialRenderContext context)
Specified by:
setInitialContext in interface Macro
Overrides:
setInitialContext in class LocalePreserved

execute

public void execute(java.io.Writer writer,
                    MacroParameter params)
             throws java.lang.IllegalArgumentException,
                    java.io.IOException
Description copied from class: BaseMacro
Execute the macro. This method is called by MacroFilter to handle macros.

Specified by:
execute in interface Macro
Specified by:
execute in class BaseMacro
Parameters:
writer - A write where the macro should write its output to
params - Macro parameters with the parameters the macro is called with
Throws:
java.lang.IllegalArgumentException
java.io.IOException


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.