Interface ILoadOnDemandPolicy
public interface ILoadOnDemandPolicy
A policy that can be asked to if it is authorizing resource to be loaded on demand.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceILoadOnDemandPolicy.RegistryA registry of policy. -
Method Summary
Modifier and Type Method Description booleanisAuthorizing(URI uri)Returns true if this policy is authorizing the resource with the given URI to be loaded on demand, false either.
-
Method Details
-
isAuthorizing
Returns true if this policy is authorizing the resource with the given URI to be loaded on demand, false either.- Parameters:
uri- the URI to be loaded on demand.- Returns:
- true if this policy is authorizing the resource with the given URI to be loaded on demand, false either.
-