|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.radeox.macro.BaseMacro
org.radeox.macro.BaseLocaleMacro
public abstract class BaseLocaleMacro
Field Summary |
---|
Fields inherited from class org.radeox.macro.BaseMacro |
---|
description, initialContext, paramDescription |
Constructor Summary | |
---|---|
BaseLocaleMacro()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Get a description of the macro. |
java.lang.String |
getName()
Get the name of the macro. |
java.lang.String[] |
getParamDescription()
Get a description of the paramters of the macro. |
void |
setInitialContext(InitialRenderContext context)
|
Methods inherited from class org.radeox.macro.BaseMacro |
---|
compareTo, execute, 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 |
---|
public BaseLocaleMacro()
Method Detail |
---|
public java.lang.String getName()
BaseMacro
getName
in interface Macro
getName
in class BaseMacro
public java.lang.String getDescription()
BaseMacro
getDescription
in interface Macro
getDescription
in class BaseMacro
public java.lang.String[] getParamDescription()
BaseMacro
getParamDescription
in interface Macro
getParamDescription
in class BaseMacro
public void setInitialContext(InitialRenderContext context)
setInitialContext
in interface Macro
setInitialContext
in class BaseMacro
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |