Interface ComponentOverride

All Known Implementing Classes:
ComponentOverrideImpl

Service that allows replacing one component, page or mixin class by another without changing the sources. This service shouldn't be used directly: it's not an internal service just because it receives contributions. Contributions to it are mapped: the key is the component, page or mixin class to be replaced, the value is the replacement.
Since:
5.4
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the replacement for a class given its name.
    boolean
    Returns true if the service configuration is non-empty.
  • Method Details

    • hasReplacements

      boolean hasReplacements()
      Returns true if the service configuration is non-empty.
    • getReplacement

      Returns the replacement for a class given its name.
      Parameters:
      className - the fully qualified class name.
      Returns:
      a Class or null.