org.apache.batik.script.rhino
Class RhinoClassShutter
java.lang.Object
org.apache.batik.script.rhino.RhinoClassShutter
- All Implemented Interfaces:
- ClassShutter
public class RhinoClassShutter
- extends Object
- implements ClassShutter
Class shutter that restricts access to Batik internals from script.
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 ClassShutter
Copyright © 2008 Apache Software Foundation. All Rights Reserved.