Interface DOMExtensibleService<T extends DOMExtensibleService<T,​E>,​E extends DOMServiceExtension<T,​E>>

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      @NonNull Map<Class<? extends E>,​E> getSupportedExtensions()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return a map of currently-supported extensions, along with accessor services which provide access to the specific functionality bound to this service.
    • Method Detail

      • getSupportedExtensions

        @NonNull Map<Class<? extends E>,​E> getSupportedExtensions()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Return a map of currently-supported extensions, along with accessor services which provide access to the specific functionality bound to this service.
        Returns:
        A map of supported functionality.