Interface IUrlAccessProvider

All Known Implementing Classes:
ApplicationPublicationProvider

public interface IUrlAccessProvider
The optional application URL access point provider of the application framework.

This interface is intended to be implemented and registered by clients.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a list of all found URL access instances for the provided application.
  • Method Details

    • getUrlAccesses

      List<IUrlAccess> getUrlAccesses(IApplication application) throws ApplicationException
      Returns a list of all found URL access instances for the provided application.
      Parameters:
      object - the object to get URL access instances for, cannot be null
      Returns:
      a list of all found URL access instances, never null
      Throws:
      ApplicationException - if method call failed with some reason