Uses of Class
org.apache.maven.doxia.macro.MacroRequest
-
Packages that use MacroRequest Package Description org.apache.maven.doxia.macro org.apache.maven.doxia.macro.snippet org.apache.maven.doxia.macro.toc org.apache.maven.doxia.parser -
-
Uses of MacroRequest in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro with parameters of type MacroRequest Modifier and Type Method Description voidEchoMacro. execute(Sink sink, MacroRequest request)Execute the current macro using the given MacroRequest, and emit events into the given sink.voidMacro. execute(Sink sink, MacroRequest request)Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSsiMacro. execute(Sink sink, MacroRequest request)Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSwfMacro. 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.snippet
Methods in org.apache.maven.doxia.macro.snippet with parameters of type MacroRequest Modifier and Type Method Description voidSnippetMacro. 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 MacroRequest Modifier and Type Method Description voidTocMacro. execute(Sink sink, MacroRequest request)Execute the current macro using the given MacroRequest, and emit events into the given sink.private static intTocMacro. getInt(MacroRequest request, java.lang.String parameter, int defaultValue) -
Uses of MacroRequest in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser with parameters of type MacroRequest Modifier and Type Method Description voidAbstractParser. executeMacro(java.lang.String macroId, MacroRequest request, Sink sink)Execute a macro on the given sink.
-