Class DisabledBeansControlPanel

java.lang.Object
io.micronaut.controlpanel.core.AbstractControlPanel<DisabledBeansControlPanel.Body>
io.micronaut.controlpanel.panels.management.beans.DisabledBeansControlPanel
All Implemented Interfaces:
ConfigurableControlPanel, ControlPanel<DisabledBeansControlPanel.Body>, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, io.micronaut.core.util.Toggleable

@Singleton @Refreshable @Requires(property="micronaut.control-panel.panels.disabled-beans.enabled", notEquals="false") public class DisabledBeansControlPanel extends AbstractControlPanel<DisabledBeansControlPanel.Body>
A control panel that displays information about disabled beans in the application context.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal
  • Field Details

  • Constructor Details

    • DisabledBeansControlPanel

      protected DisabledBeansControlPanel(@Named("disabled-beans") ControlPanelConfiguration configuration, io.micronaut.context.BeanContext beanContext)
  • Method Details

    • getBody

      Description copied from interface: ControlPanel
      Used to render the body of the control panel.
      Returns:
      the body of the control panel.
    • getCategory

      public ControlPanel.Category getCategory()
      Description copied from interface: ControlPanel
      The category of the control panel.
      Returns:
      the category of the control panel.
    • getBadge

      public String getBadge()
      Description copied from interface: ControlPanel
      Badge text to be displayed in the header of the card UI element.
      Returns:
      the badge text of the control panel.