org.neo4j.server.plugins
Class PluginInvocatorProvider

java.lang.Object
  extended by com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<E>
      extended by org.neo4j.server.database.InjectableProvider<PluginInvocator>
          extended by org.neo4j.server.plugins.PluginInvocatorProvider
All Implemented Interfaces:
com.sun.jersey.spi.inject.Injectable<PluginInvocator>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Class<PluginInvocator>>

@Provider
public class PluginInvocatorProvider
extends InjectableProvider<PluginInvocator>


Constructor Summary
PluginInvocatorProvider(AbstractNeoServer neoServer)
           
 
Method Summary
 PluginInvocator getValue(com.sun.jersey.api.core.HttpContext c)
           
 
Methods inherited from class org.neo4j.server.database.InjectableProvider
getInjectable, getInjectable, getScope
 
Methods inherited from class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable
getValue, transform, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginInvocatorProvider

public PluginInvocatorProvider(AbstractNeoServer neoServer)
Method Detail

getValue

public PluginInvocator getValue(com.sun.jersey.api.core.HttpContext c)
Specified by:
getValue in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<PluginInvocator>


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