|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.bridge.NoLoadScriptSecurity
This implementation for the ScriptSecurity interface does not allow scripts to be loaded.
Field Summary | |
static java.lang.String |
ERROR_NO_SCRIPT_OF_TYPE_ALLOWED
Message when trying to load a script file and the Document does not have a URL |
protected java.lang.SecurityException |
se
The exception is built in the constructor and thrown if the checkLoadScript method is called. |
Constructor Summary | |
NoLoadScriptSecurity(java.lang.String scriptType)
|
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 java.lang.String ERROR_NO_SCRIPT_OF_TYPE_ALLOWED
protected java.lang.SecurityException se
Constructor Detail |
public NoLoadScriptSecurity(java.lang.String scriptType)
scriptType
- type of script, as found in the
type attribute of the <script> element.Method Detail |
public void checkLoadScript()
checkLoadScript
in interface ScriptSecurity
java.lang.SecurityException
- if the script should not be loaded.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |