Uses of Interface
org.apache.batik.bridge.ExternalResourceSecurity
-
Packages that use ExternalResourceSecurity Package Description org.apache.batik.apps.svgbrowser org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.swing.svg -
-
Uses of ExternalResourceSecurity in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return ExternalResourceSecurity Modifier and Type Method Description ExternalResourceSecurity
JSVGViewerFrame.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 ExternalResourceSecurity Modifier and Type Class Description class
DefaultExternalResourceSecurity
Default implementation for theExternalResourceSecurity
interface.class
EmbededExternalResourceSecurity
This implementation of theExternalResourceSecurity
interface only allows external resources embeded in the document, i.e., externalResources embeded with the data protocol.class
NoLoadExternalResourceSecurity
This implementation does not allow any external resources to be referenced from an SVG document.class
RelaxedExternalResourceSecurity
This implementation ofExternalResourceSecurity
allows any external references.Methods in org.apache.batik.bridge that return ExternalResourceSecurity Modifier and Type Method Description ExternalResourceSecurity
UserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)
Returns the security settings for the given resource url and document urlExternalResourceSecurity
UserAgentAdapter. 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 ExternalResourceSecurity Modifier and Type Method Description ExternalResourceSecurity
JSVGComponent.BridgeUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)
Returns the security settings for the given resource url and document urlExternalResourceSecurity
JSVGComponent.BridgeUserAgentWrapper. getExternalResourceSecurity(ParsedURL resourcePURL, ParsedURL docPURL)
Returns the security settings for the given resource url and document urlExternalResourceSecurity
SVGUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)
Returns the security settings for the given resource url and document urlExternalResourceSecurity
SVGUserAgentAdapter. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)
Returns the security settings for the given resource url and document url
-