org.apache.batik.script.rhino
Class RhinoClassShutter

java.lang.Object
  extended by org.apache.batik.script.rhino.RhinoClassShutter

public class RhinoClassShutter
extends Object

Class shutter that restricts access to Batik internals from script.


Constructor Summary
RhinoClassShutter()
           
 
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
 

Constructor Detail

RhinoClassShutter

public RhinoClassShutter()
Method Detail

visibleToScripts

public boolean visibleToScripts(String fullClassName)
Returns whether the given class is visible to scripts.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.