Interface ControlPanelLoader

All Known Implementing Classes:
InfinispanControlPanelLoader

public interface ControlPanelLoader
Interface for loading control panels dynamically. Implementations of this interface are responsible for discovering and instantiating control panels that should be available in the application.
Since:
2.0.0
Author:
Álvaro Sánchez-Mariscal
  • Method Summary

    Modifier and Type
    Method
    Description
    <CP extends ControlPanel<?>>
    List<CP>
    Loads a list of control panels.
  • Method Details

    • loadControlPanels

      <CP extends ControlPanel<?>> List<CP> loadControlPanels()
      Loads a list of control panels.
      Type Parameters:
      CP - the type of control panel
      Returns:
      a list of control panels