Uses of Interface
org.apache.batik.bridge.ExternalResourceSecurity
Packages that use ExternalResourceSecurity
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
-
Uses of ExternalResourceSecurity in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return ExternalResourceSecurityModifier and TypeMethodDescriptionJSVGViewerFrame.UserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document url -
Uses of ExternalResourceSecurity in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement ExternalResourceSecurityModifier and TypeClassDescriptionclass
Default implementation for theExternalResourceSecurity
interface.class
This implementation of theExternalResourceSecurity
interface only allows external resources embeded in the document, i.e., externalResources embeded with the data protocol.class
This implementation does not allow any external resources to be referenced from an SVG document.class
This implementation ofExternalResourceSecurity
allows any external references.Methods in org.apache.batik.bridge that return ExternalResourceSecurityModifier and TypeMethodDescriptionUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlUserAgentAdapter.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document url -
Uses of ExternalResourceSecurity in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return ExternalResourceSecurityModifier and TypeMethodDescriptionJSVGComponent.BridgeUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlJSVGComponent.BridgeUserAgentWrapper.getExternalResourceSecurity
(ParsedURL resourcePURL, ParsedURL docPURL) Returns the security settings for the given resource url and document urlSVGUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document urlSVGUserAgentAdapter.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL) Returns the security settings for the given resource url and document url -
Uses of ExternalResourceSecurity in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder that return ExternalResourceSecurityModifier and TypeMethodDescriptionSVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getExternalResourceSecurity
(ParsedURL resourceURL, ParsedURL docURL)