org.neo4j.server.database
Class CypherExecutorProvider

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

@Provider
public class CypherExecutorProvider
extends AbstractInjectableProvider<CypherExecutor>


Field Summary
 CypherExecutor cypherExecutor
           
 
Constructor Summary
CypherExecutorProvider(CypherExecutor cypherExecutor)
           
 
Method Summary
 CypherExecutor getValue(com.sun.jersey.api.core.HttpContext httpContext)
           
 
Methods inherited from class org.neo4j.server.database.AbstractInjectableProvider
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
 

Field Detail

cypherExecutor

public CypherExecutor cypherExecutor
Constructor Detail

CypherExecutorProvider

public CypherExecutorProvider(CypherExecutor cypherExecutor)
Method Detail

getValue

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


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