|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptSecurity | |
|---|---|
| org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
| 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(String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
ScriptSecurity |
UserAgentAdapter.getScriptSecurity(String scriptType,
ParsedURL scriptURL,
ParsedURL docURL)
Returns the security settings for the given script type, script url and document url |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||