Uses of Interface
org.apache.batik.bridge.ScriptSecurity
Packages that use ScriptSecurity
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 ScriptSecurity in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return ScriptSecurityModifier and TypeMethodDescriptionJSVGViewerFrame.UserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document url -
Uses of ScriptSecurity in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement ScriptSecurityModifier and TypeClassDescriptionclass
Default implementation for theScriptSecurity
interface.class
This implementation of theScriptSecurity
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
This implementation for theScriptSecurity
interface does not allow scripts to be loaded.class
This implementation for theScriptSecurity
interface.Methods in org.apache.batik.bridge that return ScriptSecurityModifier and TypeMethodDescriptionUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlUserAgentAdapter.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document url -
Uses of ScriptSecurity in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return ScriptSecurityModifier and TypeMethodDescriptionJSVGComponent.BridgeUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlJSVGComponent.BridgeUserAgentWrapper.getScriptSecurity
(String scriptType, ParsedURL scriptPURL, ParsedURL docPURL) Returns the security settings for the given script type, script url and document urlSVGUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document urlSVGUserAgentAdapter.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) Returns the security settings for the given script type, script url and document url -
Uses of ScriptSecurity in org.apache.batik.test.svg
Methods in org.apache.batik.test.svg that return ScriptSecurityModifier and TypeMethodDescriptionSVGOnLoadExceptionTest.TestUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ScriptSecurity in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder that return ScriptSecurityModifier and TypeMethodDescriptionSVGAbstractTranscoder.SVGAbstractTranscoderUserAgent.getScriptSecurity
(String scriptType, ParsedURL scriptPURL, ParsedURL docPURL) Returns the security settings for the given script type, script url and document url