Interface IWebEndpointProvider

All Known Implementing Classes:
InboxWebEndpointProvider, KeystoreAdministrationViewProvider, MsWebEndpointProvider

public interface IWebEndpointProvider
Common interface for web endpoint providers. Web endpoints may be registered via this interface by providing the implementation via SPI. This way different modules can provide the views of their domains.

IMPORTANT: This interface is intended to be used by the formcycle core. Plugin developers should not implement this interface.

Since:
8.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Details

    • getWebEndpoints

      Set<IWebEndpoint> getWebEndpoints()
      Returns:
      a set of all web endpoints that this provider provides.