Package org.radeox.macro
Class LocalePreserved
- java.lang.Object
-
- org.radeox.macro.BaseMacro
-
- org.radeox.macro.Preserved
-
- org.radeox.macro.LocalePreserved
-
- All Implemented Interfaces:
Comparable,org.radeox.api.macro.Macro,LocaleMacro
- Direct Known Subclasses:
CodeMacro,FilePathMacro,MailToMacro,QuoteMacro
public abstract class LocalePreserved extends Preserved implements LocaleMacro
-
-
Field Summary
-
Fields inherited from class org.radeox.macro.BaseMacro
description, initialContext, paramDescription
-
-
Constructor Summary
Constructors Constructor Description LocalePreserved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the macro.voidsetInitialContext(org.radeox.api.engine.context.InitialRenderContext context)-
Methods inherited from class org.radeox.macro.Preserved
addSpecial, addSpecial, replace
-
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
-
-
-
-
Method Detail
-
getName
public String getName()
Description copied from class:BaseMacroGet 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.
-
setInitialContext
public void setInitialContext(org.radeox.api.engine.context.InitialRenderContext context)
- Specified by:
setInitialContextin interfaceorg.radeox.api.macro.Macro- Overrides:
setInitialContextin classBaseMacro
-
-