Uses of Class
com.xwiki.commons.document.MacroBlockFinder.Lookup
-
-
Uses of MacroBlockFinder.Lookup in com.xwiki.commons.document
Methods in com.xwiki.commons.document that return MacroBlockFinder.Lookup Modifier and Type Method Description static MacroBlockFinder.LookupMacroBlockFinder.Lookup. valueOf(String name)Returns the enum constant of this type with the specified name.static MacroBlockFinder.Lookup[]MacroBlockFinder.Lookup. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.xwiki.commons.document with type arguments of type MacroBlockFinder.Lookup Modifier and Type Method Description org.xwiki.rendering.block.XDOMMacroBlockFinder. find(org.xwiki.rendering.block.XDOM content, org.xwiki.rendering.syntax.Syntax syntax, Function<org.xwiki.rendering.block.MacroBlock,MacroBlockFinder.Lookup> function)
-