org.neo4j.server.database
Class GraphDatabaseServiceProvider

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

public class GraphDatabaseServiceProvider
extends AbstractInjectableProvider<GraphDatabaseService>


Field Summary
 GraphDatabaseService db
           
 
Constructor Summary
GraphDatabaseServiceProvider(GraphDatabaseService db)
           
 
Method Summary
 GraphDatabaseService 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

db

public GraphDatabaseService db
Constructor Detail

GraphDatabaseServiceProvider

public GraphDatabaseServiceProvider(GraphDatabaseService db)
Method Detail

getValue

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


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