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:
LogEnabled
,Macro
Deprecated.
Server-Side Include directive, to insert a SSI into the output.
Required parameter is
function
to define SSI function, then
additional parameters are completely free.- Since:
- 1.7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.private boolean
isInternalParameter
(String name) Deprecated.Methods inherited from class org.apache.maven.doxia.macro.AbstractMacro
enableLogging, getAttributesFromMap, getLog, required
-
Field Details
-
PARAM_FUNCTION
Deprecated.- See Also:
-
-
Constructor Details
-
SsiMacro
public SsiMacro()Deprecated.
-
-
Method Details
-
isInternalParameter
Deprecated. -
execute
Deprecated.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.
-