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.test.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 ScriptSecurityJSVGViewerFrame.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 classDefaultScriptSecurityDefault implementation for theScriptSecurityinterface.classEmbededScriptSecurityThis implementation of theScriptSecurityinterface 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.classNoLoadScriptSecurityThis implementation for theScriptSecurityinterface does not allow scripts to be loaded.classRelaxedScriptSecurityThis implementation for theScriptSecurityinterface.Methods in org.apache.batik.bridge that return ScriptSecurity Modifier and Type Method Description ScriptSecurityUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecurityUserAgentAdapter. 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 ScriptSecurityJSVGComponent.BridgeUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecurityJSVGComponent.BridgeUserAgentWrapper. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)Returns the security settings for the given script type, script url and document urlScriptSecuritySVGUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecuritySVGUserAgentAdapter. 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.test.svg
Methods in org.apache.batik.test.svg that return ScriptSecurity Modifier and Type Method Description ScriptSecuritySVGOnLoadExceptionTest.TestUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ScriptSecurity in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder that return ScriptSecurity Modifier and Type Method Description ScriptSecuritySVGAbstractTranscoder.SVGAbstractTranscoderUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)Returns the security settings for the given script type, script url and document url
-