Uses of Class
org.apache.maven.doxia.macro.MacroRequest
Packages that use MacroRequest
Package
Description
-
Uses of MacroRequest in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro with parameters of type MacroRequestModifier and TypeMethodDescriptionvoid
EchoMacro.execute
(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.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) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.void
SwfMacro.execute
(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of MacroRequest in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet with parameters of type MacroRequestModifier and TypeMethodDescriptionvoid
SnippetMacro.execute
(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of MacroRequest in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc with parameters of type MacroRequestModifier and TypeMethodDescriptionvoid
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, String parameter, int defaultValue) -
Uses of MacroRequest in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser with parameters of type MacroRequestModifier and TypeMethodDescriptionvoid
AbstractParser.executeMacro
(String macroId, MacroRequest request, Sink sink) Execute a macro on the given sink.