org.apache.batik.bridge
Interface ScriptSecurity
- All Known Implementing Classes:
- DefaultScriptSecurity, EmbededScriptSecurity, NoLoadScriptSecurity, RelaxedScriptSecurity
- public interface ScriptSecurity
An interface that allows UserAgents to describe the security
constraints desired for scripting.
Right now, this interface only has one method, but it may be
extended in the future to add finer control over the security
settings for scripts.
- Version:
- $Id: ScriptSecurity.java,v 1.3 2003/08/08 11:38:51 vhardy Exp $
- Author:
- Vincent Hardy
|
Method Summary |
void |
checkLoadScript()
Controls whether the script should be loaded or not. |
checkLoadScript
public void checkLoadScript()
- Controls whether the script should be loaded or not.
- Throws:
java.lang.SecurityException - if the script should not be loaded.
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.