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 TypeMethodDescriptiongetUrlAccesses(IApplication application) Returns a list of all found URL access instances for the provided application.
-
Method Details
-
getUrlAccesses
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
-