org.radeox.macro
Class BaseLocaleMacro

java.lang.Object
  |
  +--org.radeox.macro.BaseMacro
        |
        +--org.radeox.macro.BaseLocaleMacro
All Implemented Interfaces:
java.lang.Comparable, LocaleMacro, Macro
Direct Known Subclasses:
ApiDocMacro, ApiMacro, AsinMacro, InterWikiMacro, IsbnMacro, LinkMacro, MacroListMacro, RfcMacro, TableMacro, XrefMacro

public abstract class BaseLocaleMacro
extends BaseMacro
implements LocaleMacro


Field Summary
 
Fields inherited from class org.radeox.macro.BaseMacro
description, paramDescription
 
Constructor Summary
BaseLocaleMacro()
           
 
Method Summary
 java.lang.String getName()
          Get the name of the macro.
 void setInitialContext(InitialRenderContext context)
           
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, execute, getDescription, getParamDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.radeox.macro.LocaleMacro
getLocaleKey
 

Constructor Detail

BaseLocaleMacro

public BaseLocaleMacro()
Method Detail

getName

public java.lang.String getName()
Description copied from class: BaseMacro
Get the name of the macro. This is used to map a macro in the input to the macro which should be called. The method has to be implemented by subclassing classes.

Specified by:
getName in interface Macro
Specified by:
getName in class BaseMacro
Returns:
name Name of the Macro

setInitialContext

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


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