Package | Description |
---|---|
org.apache.maven.doxia.macro | |
org.apache.maven.doxia.macro.snippet | |
org.apache.maven.doxia.macro.toc | |
org.apache.maven.doxia.parser |
Modifier and Type | Method and Description |
---|---|
void |
Macro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
void |
SsiMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
void |
SwfMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
void |
EchoMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
void |
SnippetMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
Modifier and Type | Method and Description |
---|---|
void |
TocMacro.execute(Sink sink,
MacroRequest request)
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
private static int |
TocMacro.getInt(MacroRequest request,
java.lang.String parameter,
int defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractParser.executeMacro(java.lang.String macroId,
MacroRequest request,
Sink sink)
Execute a macro on the given sink.
|