Class HideIfMacro

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

    @Component
    @Named("hide-if")
    @Singleton
    public class HideIfMacro
    extends com.xwiki.macros.showhideif.internal.macro.AbstractShowHideIfMacro
    Hide if macro: Hide 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
      HideIfMacro()
      Create and initialize the descriptor of the macro.
    • Constructor Detail

      • HideIfMacro

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