org.apache.batik.bridge
Interface ExternalResourceSecurity

All Known Implementing Classes:
DefaultExternalResourceSecurity, EmbededExternalResourceSecurity, NoLoadExternalResourceSecurity, RelaxedExternalResourceSecurity

public interface ExternalResourceSecurity

An interface that allows UserAgents to describe the security constraints desired for external resources.

Version:
$Id: ExternalResourceSecurity.java,v 1.3 2003/08/08 11:38:50 vhardy Exp $
Author:
Vincent Hardy

Method Summary
 void checkLoadExternalResource()
          Controls whether the external resource should be loaded or not.
 

Method Detail

checkLoadExternalResource

public void checkLoadExternalResource()
Controls whether the external resource should be loaded or not.

Throws:
java.lang.SecurityException - if the resource 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.