Uses of Interface
org.apache.batik.bridge.ScriptSecurity
-
Packages that use ScriptSecurity 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. -
-
Uses of ScriptSecurity in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return ScriptSecurity Modifier and Type Method 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 -
Uses of ScriptSecurity in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement ScriptSecurity Modifier and Type Class Description class
DefaultScriptSecurity
Default implementation for theScriptSecurity
interface.class
EmbededScriptSecurity
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
NoLoadScriptSecurity
This implementation for theScriptSecurity
interface does not allow scripts to be loaded.class
RelaxedScriptSecurity
This implementation for theScriptSecurity
interface.Methods in org.apache.batik.bridge that return ScriptSecurity Modifier and Type Method Description ScriptSecurity
UserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)
Returns the security settings for the given script type, script url and document urlScriptSecurity
UserAgentAdapter. getScriptSecurity(java.lang.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 ScriptSecurity Modifier and Type Method Description 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 urlScriptSecurity
JSVGComponent.BridgeUserAgentWrapper. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)
Returns the security settings for the given script type, script url and document urlScriptSecurity
SVGUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)
Returns the security settings for the given script type, script url and document urlScriptSecurity
SVGUserAgentAdapter. getScriptSecurity(java.lang.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.transcoder
Methods in org.apache.batik.transcoder that return ScriptSecurity Modifier and Type Method 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
-