Class ConfluenceMetadataOverviewMacro

java.lang.Object
org.xwiki.rendering.macro.AbstractMacro<P>
com.xwiki.macros.AbstractProMacro<ConfluenceMetadataOverviewMacroParameters>
com.xwiki.macros.confluence.ConfluenceMetadataOverviewMacro
All Implemented Interfaces:
Comparable<org.xwiki.rendering.macro.Macro<?>>, org.xwiki.component.phase.Initializable, org.xwiki.rendering.macro.Macro<ConfluenceMetadataOverviewMacroParameters>

@Component @Named("confluence_metadata-overview") @Singleton @Unstable public class ConfluenceMetadataOverviewMacro extends AbstractProMacro<ConfluenceMetadataOverviewMacroParameters>
Confluence bridge for metadata-overview. NOTE: this bridge should be heavily reworked and simplified as soon as XWIKI-23940 is implemented.
Since:
1.30.0
Version:
$Id$
  • Field Summary

    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
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected List<org.xwiki.rendering.block.Block>
    internalExecute(ConfluenceMetadataOverviewMacroParameters parameters, String content, org.xwiki.rendering.transformation.MacroTransformationContext context)
     
    boolean
     

    Methods inherited from class com.xwiki.macros.AbstractProMacro

    execute, getWikiDescriptorManager, isEditMode

    Methods inherited from class org.xwiki.rendering.macro.AbstractMacro

    compareTo, getDescriptor, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getNonGeneratedContentMetaData, getPriority, initialize, setDefaultCategories, setDescriptor, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.xwiki.rendering.macro.Macro

    prepare
  • Constructor Details

    • ConfluenceMetadataOverviewMacro

      public ConfluenceMetadataOverviewMacro()
      Constructor.
  • Method Details