|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalResourceSecurity | |
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 | |
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 | |
class |
DefaultExternalResourceSecurity
Default implementation for the ExternalResourceSecurity interface. |
class |
EmbededExternalResourceSecurity
This implementation of the ExternalResourceSecurity 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 of ExternalResourceSecurity allows any external references. |
Methods in org.apache.batik.bridge that return ExternalResourceSecurity | |
ExternalResourceSecurity |
UserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
ExternalResourceSecurity |
UserAgentAdapter.getExternalResourceSecurity(ParsedURL resourcePURL,
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 | |
ExternalResourceSecurity |
JSVGComponent.BridgeUserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
ExternalResourceSecurity |
SVGUserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL)
Returns the security settings for the given resource url and document url |
ExternalResourceSecurity |
JSVGComponent.BridgeUserAgentWrapper.getExternalResourceSecurity(ParsedURL resourcePURL,
ParsedURL docPURL)
Returns the security settings for the given resource url and document url |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |