org.neo4j.server.scripting.javascript
Class WhiteListClassShutter

java.lang.Object
  extended by org.neo4j.server.scripting.javascript.WhiteListClassShutter
All Implemented Interfaces:
org.mozilla.javascript.ClassShutter

public class WhiteListClassShutter
extends Object
implements org.mozilla.javascript.ClassShutter


Constructor Summary
WhiteListClassShutter(Set<String> whiteList)
           
 
Method Summary
 boolean visibleToScripts(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhiteListClassShutter

public WhiteListClassShutter(Set<String> whiteList)
Method Detail

visibleToScripts

public boolean visibleToScripts(String className)
Specified by:
visibleToScripts in interface org.mozilla.javascript.ClassShutter


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.