Interface ResourcePolicy
- All Known Implementing Classes:
DefaultResourcePolicy
public interface ResourcePolicy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResourcePolicystatic final ResourcePolicyAllow external resources to be loaded relative to the base document.static final ResourcePolicyDeny loading of external resources.static final ResourcePolicy -
Method Summary
Modifier and TypeMethodDescription@Nullable URIresolveResourceURI(@Nullable URI baseDocumentUri, @NotNull String resourcePath) @Nullable URIresolveResourceURI(@Nullable URI baseDocumentUri, @NotNull URI resourceUri)
-
Field Details
-
DENY_ALL
Deny loading of external resources. -
DENY_EXTERNAL
-
ALLOW_RELATIVE
Allow external resources to be loaded relative to the base document. -
ALLOW_ALL
-
-
Method Details
-
resolveResourceURI
-
resolveResourceURI
-