Uses of Interface
com.github.weisj.jsvg.parser.resources.ResourcePolicy
Packages that use ResourcePolicy
Package
Description
-
Uses of ResourcePolicy in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return ResourcePolicyMethods in com.github.weisj.jsvg.parser with parameters of type ResourcePolicyModifier and TypeMethodDescription@NotNull LoaderContext.BuilderLoaderContext.Builder.externalResourcePolicy(@NotNull ResourcePolicy policy) -
Uses of ResourcePolicy in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as ResourcePolicyModifier and TypeFieldDescriptionprivate @NotNull ResourcePolicyMutableLoaderContext.resourcePolicyMethods in com.github.weisj.jsvg.parser.impl that return ResourcePolicyModifier and TypeMethodDescription@NotNull ResourcePolicyLoadHelper.externalResourcePolicy()@NotNull ResourcePolicyMutableLoaderContext.externalResourcePolicy()Methods in com.github.weisj.jsvg.parser.impl with parameters of type ResourcePolicyModifier and TypeMethodDescription@NotNull LoaderContext.BuilderMutableLoaderContext.externalResourcePolicy(@NotNull ResourcePolicy policy) -
Uses of ResourcePolicy in com.github.weisj.jsvg.parser.resources
Fields in com.github.weisj.jsvg.parser.resources declared as ResourcePolicyModifier and TypeFieldDescriptionstatic final ResourcePolicyResourcePolicy.ALLOW_ALLstatic final ResourcePolicyResourcePolicy.ALLOW_RELATIVEAllow external resources to be loaded relative to the base document.static final ResourcePolicyResourcePolicy.DENY_ALLDeny loading of external resources.static final ResourcePolicyResourcePolicy.DENY_EXTERNAL -
Uses of ResourcePolicy in com.github.weisj.jsvg.parser.resources.impl
Classes in com.github.weisj.jsvg.parser.resources.impl that implement ResourcePolicy