Package org.apache.maven.doxia.macro
Class SsiMacro
- java.lang.Object
-
- org.apache.maven.doxia.macro.AbstractMacro
-
- org.apache.maven.doxia.macro.SsiMacro
-
- All Implemented Interfaces:
org.apache.maven.doxia.logging.LogEnabled,Macro
@Deprecated @Component(role=Macro.class, hint="ssi") public class SsiMacro extends AbstractMacro
Deprecated.Server-Side Include directive, to insert a SSI into the output. Required parameter isfunctionto define SSI function, then additional parameters are completely free.- Since:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SsiMacro()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute(org.apache.maven.doxia.sink.Sink sink, MacroRequest request)Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.-
Methods inherited from class org.apache.maven.doxia.macro.AbstractMacro
enableLogging, getAttributesFromMap, getLog, required
-
-
-
-
Method Detail
-
execute
public void execute(org.apache.maven.doxia.sink.Sink sink, MacroRequest request) throws MacroExecutionExceptionDeprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.- Parameters:
sink- The sink to receive the events.request- The corresponding MacroRequest.- Throws:
MacroExecutionException- if an error occurred during execution.
-
-