Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.bridge
Interface ScriptSecurity  view ScriptSecurity download ScriptSecurity.java

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.4 2004/08/18 07:12:36 vhardy Exp $

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

Method Detail

checkLoadScript

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