org.radeox.macro
Class RfcMacro
java.lang.Object
|
+--org.radeox.macro.BaseMacro
|
+--org.radeox.macro.BaseLocaleMacro
|
+--org.radeox.macro.RfcMacro
- All Implemented Interfaces:
- java.lang.Comparable, LocaleMacro, Macro
- public class RfcMacro
- extends BaseLocaleMacro
Method Summary |
void |
appendRfc(java.io.Writer writer,
java.lang.String number,
java.lang.String view)
|
void |
execute(java.io.Writer writer,
MacroParameter params)
Execute the macro. |
java.lang.String |
getLocaleKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RfcMacro
public RfcMacro()
getLocaleKey
public java.lang.String getLocaleKey()
execute
public void execute(java.io.Writer writer,
MacroParameter params)
throws java.lang.IllegalArgumentException,
java.io.IOException
- Description copied from class:
BaseMacro
- Execute the macro. This method is called by MacroFilter to
handle macros.
- Specified by:
execute
in interface Macro
- Specified by:
execute
in class BaseMacro
- Parameters:
writer
- A write where the macro should write its output toparams
- Macro parameters with the parameters the macro is called with
java.lang.IllegalArgumentException
java.io.IOException
appendRfc
public void appendRfc(java.io.Writer writer,
java.lang.String number,
java.lang.String view)
throws java.io.IOException,
java.lang.IllegalArgumentException
java.io.IOException
java.lang.IllegalArgumentException
Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.