| 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 |
| 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
|
| Modifier and Type | Class | Description |
|---|---|---|
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. |
| Modifier and Type | Method | Description |
|---|---|---|
ExternalResourceSecurity |
UserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL) |
Returns the security settings for the given resource
url and document url
|
ExternalResourceSecurity |
UserAgentAdapter.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL) |
Returns the security settings for the given resource
url and document url
|
| Modifier and Type | Method | Description |
|---|---|---|
ExternalResourceSecurity |
JSVGComponent.BridgeUserAgent.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
|
ExternalResourceSecurity |
SVGUserAgent.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL) |
Returns the security settings for the given
resource url and document url
|
ExternalResourceSecurity |
SVGUserAgentAdapter.getExternalResourceSecurity(ParsedURL resourceURL,
ParsedURL docURL) |
Returns the security settings for the given
resource url and document url
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.