com.j2biz.blogunity.render.macro
Class UserMacro

java.lang.Object
  extended byorg.radeox.macro.BaseMacro
      extended bycom.j2biz.blogunity.render.macro.AbstractMacro
          extended bycom.j2biz.blogunity.render.macro.UserMacro
All Implemented Interfaces:
Comparable, org.radeox.macro.Macro

public class UserMacro
extends AbstractMacro


Field Summary
 
Fields inherited from class com.j2biz.blogunity.render.macro.AbstractMacro
base, webappName
 
Fields inherited from class org.radeox.macro.BaseMacro
description, initialContext, paramDescription
 
Constructor Summary
UserMacro()
           
 
Method Summary
 void execute(Writer writer, org.radeox.macro.parameter.MacroParameter params)
           
 String getDescription()
           
 String getName()
           
 String[] getParamDescription()
           
 
Methods inherited from class com.j2biz.blogunity.render.macro.AbstractMacro
macroError, setInitialContext
 
Methods inherited from class org.radeox.macro.BaseMacro
compareTo, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserMacro

public UserMacro()
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getParamDescription

public String[] getParamDescription()

execute

public void execute(Writer writer,
                    org.radeox.macro.parameter.MacroParameter params)
             throws IllegalArgumentException,
                    IOException
Throws:
IllegalArgumentException
IOException


Copyright (c)j2biz.com