Uses of Interface
org.neo4j.server.plugins.PluginInvocator

Packages that use PluginInvocator
org.neo4j.server.plugins   
org.neo4j.server.rest.web   
 

Uses of PluginInvocator in org.neo4j.server.plugins
 

Classes in org.neo4j.server.plugins that implement PluginInvocator
 class PluginManager
           
 

Methods in org.neo4j.server.plugins that return PluginInvocator
 PluginInvocator PluginInvocatorProvider.getValue(com.sun.jersey.api.core.HttpContext c)
           
 

Constructors in org.neo4j.server.plugins with parameters of type PluginInvocator
PluginInvocatorProvider(PluginInvocator invocator)
           
 

Uses of PluginInvocator in org.neo4j.server.rest.web
 

Constructors in org.neo4j.server.rest.web with parameters of type PluginInvocator
ExtensionService(InputFormat input, OutputFormat output, PluginInvocator extensions, Database database)
           
 



Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.