| Package | Description |
|---|---|
| org.apache.maven.doxia.macro | |
| org.apache.maven.doxia.macro.manager | |
| org.apache.maven.doxia.macro.snippet | |
| org.apache.maven.doxia.macro.toc |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractMacro |
Abstract base class to execute
Macro. |
class |
EchoMacro |
A simple macro that prints out the key and value of some supplied parameters.
|
class |
SsiMacro |
Server-Side Include directive, to insert a SSI into the output.
|
class |
SwfMacro |
Macro for embedding Flash (SWF) within Maven documentation.
|
| Modifier and Type | Method | Description |
|---|---|---|
Macro |
DefaultMacroManager.getMacro(java.lang.String id) |
Returns the MacroManager that corresponds to the given id.
|
Macro |
MacroManager.getMacro(java.lang.String id) |
Returns the MacroManager that corresponds to the given id.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SnippetMacro |
A macro that prints out the content of a file or a URL.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
TocMacro |
Macro to display a
Table Of Content in a given Sink. |