org.apache.batik.bridge

Interface ScriptSecurity

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.
Method Summary
voidcheckLoadScript()
Controls whether the script should be loaded or not.

Method Detail

checkLoadScript

public void checkLoadScript()
Controls whether the script should be loaded or not.

Throws: SecurityException if the script should not be loaded.

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.