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 TypeMethodDescriptionvoidEchoMacro.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.voidMacro.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. -
Uses of MacroRequest in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet with parameters of type MacroRequestModifier and TypeMethodDescriptionvoidSnippetMacro.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. -
Uses of MacroRequest in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc with parameters of type MacroRequestModifier and TypeMethodDescriptionvoidTocMacro.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. -
Uses of MacroRequest in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser with parameters of type MacroRequestModifier and TypeMethodDescriptionvoidAbstractParser.executeMacro(String macroId, MacroRequest request, org.apache.maven.doxia.sink.Sink sink) Execute a macro on the given sink.