org.apache.maven.doxia.logging.LogEnabled, Macro@Component(role=Macro.class, hint="ssi") public class SsiMacro extends AbstractMacro
function to define SSI function, then
additional parameters are completely free.| Constructor | Description |
|---|---|
SsiMacro() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(org.apache.maven.doxia.sink.Sink sink,
MacroRequest request) |
Execute the current macro using the given MacroRequest,
and emit events into the given sink.
|
enableLogging, getAttributesFromMap, getLog, requiredpublic void execute(org.apache.maven.doxia.sink.Sink sink,
MacroRequest request)
throws MacroExecutionException
sink - The sink to receive the events.request - The corresponding MacroRequest.MacroExecutionException - if an error occurred during execution.