org.neo4j.server.database
Class GraphDatabaseServiceProvider
java.lang.Object
com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<E>
org.neo4j.server.database.AbstractInjectableProvider<org.neo4j.graphdb.GraphDatabaseService>
org.neo4j.server.database.GraphDatabaseServiceProvider
- All Implemented Interfaces:
- com.sun.jersey.spi.inject.Injectable<org.neo4j.graphdb.GraphDatabaseService>, com.sun.jersey.spi.inject.InjectableProvider<javax.ws.rs.core.Context,Class<org.neo4j.graphdb.GraphDatabaseService>>
public class GraphDatabaseServiceProvider
- extends AbstractInjectableProvider<org.neo4j.graphdb.GraphDatabaseService>
|
Field Summary |
org.neo4j.graphdb.GraphDatabaseService |
db
|
|
Method Summary |
org.neo4j.graphdb.GraphDatabaseService |
getValue(com.sun.jersey.api.core.HttpContext httpContext)
|
| 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 |
db
public org.neo4j.graphdb.GraphDatabaseService db
GraphDatabaseServiceProvider
public GraphDatabaseServiceProvider(org.neo4j.graphdb.GraphDatabaseService db)
getValue
public org.neo4j.graphdb.GraphDatabaseService getValue(com.sun.jersey.api.core.HttpContext httpContext)
- Specified by:
getValue in class com.sun.jersey.server.impl.inject.AbstractHttpContextInjectable<org.neo4j.graphdb.GraphDatabaseService>
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.