Class ShowIfMacro

  • All Implemented Interfaces:
    Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.macro.Macro<ShowHideIfMacroParameters>

    @Component
    @Named("show-if")
    @Singleton
    public class ShowIfMacro
    extends com.xwiki.macros.showhideif.internal.macro.AbstractShowHideIfMacro
    Show if macro: Show the content if the constraint match.
    Since:
    1.23.0
    Version:
    $Id: $
    • Field Summary

      • Fields inherited from class com.xwiki.macros.showhideif.internal.macro.AbstractShowHideIfMacro

        contentParser
      • Fields inherited from class org.xwiki.rendering.macro.AbstractMacro

        beanManager, DEFAULT_CATEGORY_CONTENT, DEFAULT_CATEGORY_DEPRECATED, DEFAULT_CATEGORY_DEVELOPMENT, DEFAULT_CATEGORY_FORMATTING, DEFAULT_CATEGORY_INTERNAL, DEFAULT_CATEGORY_LAYOUT, DEFAULT_CATEGORY_NAVIGATION
    • Constructor Summary

      Constructors 
      Constructor Description
      ShowIfMacro()
      Create and initialize the descriptor of the macro.
    • Constructor Detail

      • ShowIfMacro

        public ShowIfMacro()
        Create and initialize the descriptor of the macro.