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 | |
org.apache.batik.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
Modifier and Type | Method and Description |
---|---|
ScriptSecurity |
JSVGViewerFrame.UserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptSecurity
Default implementation for the
ScriptSecurity interface. |
class |
EmbededScriptSecurity
This implementation of the
ScriptSecurity interface only
allows scripts embeded in the document, i.e., scripts whith either
the same URL as the document (as for event attributes) or scripts
embeded with the data protocol. |
class |
NoLoadScriptSecurity
This implementation for the
ScriptSecurity interface
does not allow scripts to be loaded. |
class |
RelaxedScriptSecurity
This implementation for the
ScriptSecurity interface. |
Modifier and Type | Method and Description |
---|---|
ScriptSecurity |
UserAgentAdapter.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
ScriptSecurity |
UserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
Modifier and Type | Method and Description |
---|---|
ScriptSecurity |
SVGUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
ScriptSecurity |
SVGUserAgentAdapter.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
ScriptSecurity |
JSVGComponent.BridgeUserAgentWrapper.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
Returns the security settings for the given script
type, script url and document url
|
ScriptSecurity |
JSVGComponent.BridgeUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script
type, script url and document url
|
Modifier and Type | Method and Description |
---|---|
ScriptSecurity |
SVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getScriptSecurity(java.lang.String scriptType,
ParsedURL scriptPURL,
ParsedURL docPURL)
Returns the security settings for the given script
type, script url and document url
|
Copyright © 2022 Apache Software Foundation. All Rights Reserved.