Interface IUrlAccessProvider
-
public interface IUrlAccessProviderThe optional application URL access point provider of the application framework.This interface is intended to be implemented and registered by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<IUrlAccess>getUrlAccesses(IApplication application)Returns a list of all found URL access instances for the provided application.
-
-
-
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 benull- Returns:
- a list of all found URL access instances, never
null - Throws:
ApplicationException- if method call failed with some reason
-
-