Interface IUrlAccessProvider


  • 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 Detail

      • 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