|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.bridge.NoLoadScriptSecurity
public class NoLoadScriptSecurity
This implementation for the ScriptSecurity interface
does not allow scripts to be loaded.
| Field Summary | |
|---|---|
static String |
ERROR_NO_SCRIPT_OF_TYPE_ALLOWED
Message when trying to load a script file and the Document does not have a URL |
protected SecurityException |
se
The exception is built in the constructor and thrown if the checkLoadScript method is called. |
| Constructor Summary | |
|---|---|
NoLoadScriptSecurity(String scriptType)
Creates a new NoLoadScriptSecurity object. |
|
| Method Summary | |
|---|---|
void |
checkLoadScript()
Controls whether the script should be loaded or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ERROR_NO_SCRIPT_OF_TYPE_ALLOWED
protected SecurityException se
| Constructor Detail |
|---|
public NoLoadScriptSecurity(String scriptType)
scriptType - type of script, as found in the
type attribute of the <script> element.| Method Detail |
|---|
public void checkLoadScript()
checkLoadScript in interface ScriptSecuritySecurityException - if the script should not be loaded.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||