grails.doc
Class NoteMacro
java.lang.Object
org.radeox.macro.BaseMacro
grails.doc.NoteMacro
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Comparable, org.radeox.macro.Macro
public class NoteMacro
- extends org.radeox.macro.BaseMacro
- implements groovy.lang.GroovyObject
Fields inherited from class org.radeox.macro.BaseMacro |
description, initialContext, paramDescription |
Methods inherited from class org.radeox.macro.BaseMacro |
compareTo, getDescription, getParamDescription, setInitialContext, toString |
NoteMacro
public NoteMacro()
getName
public String getName()
- Specified by:
getName
in interface org.radeox.macro.Macro
- Specified by:
getName
in class org.radeox.macro.BaseMacro
execute
public void execute(Writer writer,
org.radeox.macro.parameter.MacroParameter params)
- Specified by:
execute
in interface org.radeox.macro.Macro
- Specified by:
execute
in class org.radeox.macro.BaseMacro
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
Copyright (c) 2005-2009 The Grails project