org.apache.batik.script.rhino
Class RhinoClassShutter
java.lang.Object
org.apache.batik.script.rhino.RhinoClassShutter
- All Implemented Interfaces:
- org.mozilla.javascript.ClassShutter
public class RhinoClassShutter
- extends Object
- implements org.mozilla.javascript.ClassShutter
Class shutter that restricts access to Batik internals from script.
- Version:
- $Id: RhinoClassShutter.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Thomas DeWeese
|
Method Summary |
boolean |
visibleToScripts(String fullClassName)
Returns whether the given class is visible to scripts. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RhinoClassShutter
public RhinoClassShutter()
visibleToScripts
public boolean visibleToScripts(String fullClassName)
- Returns whether the given class is visible to scripts.
- Specified by:
visibleToScripts in interface org.mozilla.javascript.ClassShutter
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.