Uses of Interface
org.apache.batik.bridge.ScriptSecurity

Packages that use ScriptSecurity
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
 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
 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.
 

Methods in org.apache.batik.bridge that return ScriptSecurity
 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
 ScriptSecurity UserAgentAdapter.getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)
          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
 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
 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 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
 

Uses of ScriptSecurity in org.apache.batik.transcoder
 

Methods in org.apache.batik.transcoder that return ScriptSecurity
 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 © 2002 Apache Software Foundation. All Rights Reserved.